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

std::string OglGui::StatusBar::GetText (  )  const [inline]

Definition at line 31 of file StatusBar.h.

References OglGui::StaticText::GetText(), and mStaticTxt.

00032     {
00033         if (mStaticTxt)
00034             return mStaticTxt->GetText();
00035         return 0;
00036     }

Here is the call graph for this function:


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