Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void Impala::Visualization::SegmentationDocumentGuiMain::HandleNewShot (  )  [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocumentListener.

Definition at line 108 of file SegmentationDocumentGuiMain.h.

References Impala::Core::VideoSet::SegmentationDocument::CurKeyframes(), Impala::Core::VideoSet::SegmentationDocument::GetImSetKeyframes(), Impala::Core::Database::DataDocument::GetRectThumb(), mCurrentShotStrip, mSegDoc, and Impala::Visualization::ImagesWindow::ReplaceImages().

Referenced by HandleNewFile().

00109     {
00110         mCurrentShotStrip->ReplaceImages(mSegDoc->CurKeyframes(),
00111                                          mSegDoc->GetImSetKeyframes(true));
00112         Core::Geometry::Rectangle r = mSegDoc->GetRectThumb();
00113         for (int i=0 ; i<mCurrentShotStrip->NrViewers() ; i++)
00114             mCurrentShotStrip->GetViewWithRect(i)->SetRect(r);
00115         //mCurrentShotText->SetText(mSegDoc->CurShotText());
00116     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:02 2011 for ImpalaSrc by  doxygen 1.5.1