Definition at line 42 of file CheckBox.h. References OglGui::CheckBoxListener::CheckBoxEvent(), mCheckBoxListener, mCheckBoxListenerData, and mSelected. Referenced by DoSelect(), and MouseFunc(). 00043 { 00044 if (!mCheckBoxListener) 00045 return; 00046 mCheckBoxListener->CheckBoxEvent(this,mSelected,mCheckBoxListenerData); 00047 }
Here is the call graph for this function:
|