Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:06:41 2010 for ImpalaSrc by  doxygen 1.5.1