Reimplemented from OglGui::ButtonListener. Definition at line 118 of file AlertTimeLine.h. References OglGui::AlertTimeLineListener::AlertSelectionEvent(), Impala::atoi(), OglGui::StaticText::GetText(), mListener, and mListenerData. 00119 { 00120 if (!mListener) 00121 return; 00122 int id = atoi(src->GetText().c_str()); 00123 mListener->AlertSelectionEvent(this, id, userData, mListenerData); 00124 }
Here is the call graph for this function:
|