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

void OglGui::CheckBox::SetEnabled ( bool  flag = true  )  [inline]

Definition at line 85 of file CheckBox.h.

References OglGui::Window::SetState().

00086     {
00087         SetState((flag) ? 1 : 0);
00088     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:59:03 2010 for ImpalaSrc by  doxygen 1.5.1