Reimplemented from OglGui::ButtonListener. Definition at line 70 of file ConceptSupportControl.h. References cNrOfColors, ColorButtonSelection(), and CommandButtonSelection(). 00071 { 00072 if (userData>=(void*)0 && userData<(void*)cNrOfColors) 00073 ColorButtonSelection(src, (int) (long long) userData); 00074 else 00075 CommandButtonSelection(src, (int) (long long) userData); 00076 }
Here is the call graph for this function:
|