Definition at line 113 of file RadioGroup.h. References mButtons, mCurrent, and SetCurrentSelected(). Referenced by Impala::Application::IDash::ScreenBrowser::DisplayFunc(), Impala::Application::SDash::CameraEventListPane::Init(), Impala::Visualization::VideoPlayerControl::InitDisplayFunc(), Impala::Visualization::VideoJpgPlayerControl::InitDisplayFunc(), Impala::Application::IDash::NfiSixViewControl::InitDisplayFunc(), and Impala::Application::SDash::AlertWindow::Urgency(). 00114 { 00115 if (id>=mButtons.size()) 00116 return; 00117 00118 mCurrent = id; 00119 SetCurrentSelected(); 00120 }
Here is the call graph for this function:
|