Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::ConceptSupportControl::ColorButtonSelection ( Button src,
int  userData 
) [inline]

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:


Generated on Thu Jan 13 09:26:22 2011 for ImpalaSrc by  doxygen 1.5.1