Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:00:27 2010 for ImpalaSrc by  doxygen 1.5.1