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

virtual void Impala::Application::IDash::ScreenDossier::HandleBookmarkEvent ( int  shotid,
bool  isSelected 
) [inline, virtual]

Reimplemented from Impala::Application::IDash::ScreenBase.

Definition at line 56 of file ScreenDossier.h.

References AddShot(), DelShot(), and ILOG_DEBUG.

00057     {
00058        ILOG_DEBUG("HandleBookmarkEvent(" << shotid << ":" << isSelected << ")");
00059         if (isSelected) {
00060             AddShot(shotid);
00061         } else {
00062             DelShot(shotid);
00063         }
00064     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:00 2010 for ImpalaSrc by  doxygen 1.5.1