Reimplemented from Impala::Core::Database::DataDocumentListener. Definition at line 107 of file IxsDocumentGuiMain.h. References Impala::Visualization::ImagesWindow::AddImage(), Impala::Core::Database::DataDocument::CurFileId(), Impala::Core::ImageSet::IxsDocument::GetImageSet(), mBookmarkedStrip, and mIxsDoc. 00108 { 00109 if (mBookmarkedStrip) 00110 mBookmarkedStrip->AddImage(mIxsDoc->CurFileId(), 00111 mIxsDoc->GetImageSet()); 00112 DataDocumentGui<IxsDocument>::HandleNewBookmarked(); // has no Added 00113 }
Here is the call graph for this function:
|