Reimplemented from Impala::Core::Database::DataDocumentListener. Definition at line 127 of file SegmentationDocumentGuiMain.h. References Impala::Visualization::ImagesWindow::AddImage(), Impala::Core::VideoSet::SegmentationDocument::CurKeyfr(), Impala::Core::VideoSet::SegmentationDocument::GetImSetKeyframes(), mBookmarkedImages, and mSegDoc. 00128 { 00129 mBookmarkedImages->AddImage(mSegDoc->CurKeyfr(), 00130 mSegDoc->GetImSetKeyframes(true)); 00131 DataDocumentGui<SegmentationDocument>::HandleNewBookmarked(); // has no Added 00132 }
Here is the call graph for this function:
|