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:
|