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

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

Reimplemented from Impala::Visualization::GUI::PreviewBar.

Definition at line 27 of file TopicExamplePreviewBar.h.

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

00028     {
00029         ILOG_DEBUG("ImSelEvent: selected example image " << imIndex);
00030         if (!mListener) return;
00031 
00032         // for example images there is no keyframe in the index, send the rank
00033         // instead and make sure we catch this back in the QueryGui
00034         mListener->PreviewBarImageClickEvent(this,mName,imIndex,mListenerData);
00035     }

Here is the call graph for this function:


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