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

void OglGui::RadioGroup::SetDisabled ( bool  b  )  [inline]

Definition at line 102 of file RadioGroup.h.

References mButtons, and OglGui::Window::SetState().

Referenced by Impala::Visualization::VideoPlayerControl::InitDisplayFunc(), and Impala::Visualization::VideoJpgPlayerControl::InitDisplayFunc().

00103     {
00104         for(int i=0 ; i<(int)mButtons.size() ; i++)
00105             mButtons[i]->SetState(b ? 0 : 1);
00106     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:36 2010 for ImpalaSrc by  doxygen 1.5.1