Reimplemented from OglGui::ButtonListener. Definition at line 57 of file UpDownButton.h. References mListener, mListenerData, and OglGui::UpDownButtonListener::UpDownButtonSelectionEvent(). 00058 { 00059 if (!mListener) 00060 return; 00061 mListener->UpDownButtonSelectionEvent(this, userData==(void*)1, mListenerData); 00062 }
Here is the call graph for this function:
|