Definition at line 29 of file SixButtonCross.h. References mButtons, and OglGui::StaticText::SetText(). Referenced by OglGui::ViewRotateControl::Init(), OglGui::CameraRotateControl::Init(), and Impala::Application::IDash::ScreenBrowser::InitScreen(). 00031 { 00032 mButtons[0]->SetText(s0); 00033 mButtons[1]->SetText(s1); 00034 mButtons[2]->SetText(s2); 00035 mButtons[3]->SetText(s3); 00036 mButtons[4]->SetText(s4); 00037 mButtons[5]->SetText(s5); 00038 }
Here is the call graph for this function:
|