Definition at line 48 of file ConceptSupportControl.h. References cNrOfColors, mColorButtons, mColorIndex, and OglGui::OglWindow::SetBorderType(). Referenced by ButtonSelectionEvent(). 00049 { 00050 for (int i=0; i<cNrOfColors; i++) 00051 mColorButtons[i]->SetBorderType(i==userData ? BEV_RIDGE : BEV_LINE); 00052 mColorIndex = userData; 00053 }
Here is the call graph for this function:
|