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

virtual void Impala::Visualization::GUI::PreviewBar::ImageSelectionEvent ( Visualization::ImagesWindow src,
int  imIndex,
void *  listenerData 
) [inline, virtual]

Reimplemented in Impala::Visualization::GUI::TopicExamplePreviewBar.

Definition at line 65 of file PreviewBar.h.

References GetImageKeyframeID(), ILOG_DEBUG, mListener, mListenerData, mName, and Impala::Visualization::GUI::PreviewBarSelectionListener::PreviewBarImageClickEvent().

00067     {
00068         ILOG_DEBUG("ImSelEvent: selected rank=" << imIndex << " keyframe=" <<
00069                    GetImageKeyframeID(imIndex));
00070         if (mListener)
00071             mListener->PreviewBarImageClickEvent(this, mName,
00072                                                  GetImageKeyframeID(imIndex),
00073                                                  mListenerData);
00074     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:52:06 2010 for ImpalaSrc by  doxygen 1.5.1