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

virtual void Impala::Visualization::GUI::ConceptTreeBrowser::PreviewBarSelectionEvent ( OglGui::Window src,
String  concept,
bool  selected,
void *  userData 
) [inline, private, virtual]

Reimplemented from Impala::Visualization::GUI::PreviewBarSelectionListener.

Definition at line 112 of file ConceptTreeBrowser.h.

References mListener, mListenerData, and Impala::Visualization::GUI::PreviewBarSelectionListener::PreviewBarSelectionEvent().

00114     {
00115         if (mListener)
00116             mListener->PreviewBarSelectionEvent(this, concept, selected,
00117                                                 mListenerData);
00118     }

Here is the call graph for this function:


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