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

virtual void Impala::Visualization::SearchTopicGui::StringSelectionEvent ( OglGui::StringSelector src,
int  strIndex,
void *  vData 
) [inline, virtual]

Reimplemented from OglGui::StringListener.

Definition at line 80 of file SearchTopicGui.h.

References mTopicVideoList, NUM, OglGui::StringSelector::SetCurrentString(), ShowTopic(), and VIDEO.

00082     {
00083         int  listenerData = (int)(long long)vData;
00084         switch (listenerData)
00085         {
00086         case NUM:
00087             ShowTopic(strIndex);
00088             break;
00089         case VIDEO:
00090             mTopicVideoList->SetCurrentString(strIndex);
00091             break;
00092         }
00093     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:53 2011 for ImpalaSrc by  doxygen 1.5.1