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:
|