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

void OglGui::SixButtonCross::SetTexts ( strconst  s0,
strconst  s1,
strconst  s2,
strconst  s3,
strconst  s4,
strconst  s5 
) [inline]

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:


Generated on Thu Jan 13 09:26:49 2011 for ImpalaSrc by  doxygen 1.5.1