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

void Impala::Visualization::View::SetText ( std::string  text  )  [inline]

Reimplemented from OglGui::View.

Definition at line 76 of file View.h.

References OglGui::View::mIs2D, and OglGui::View::mView2D.

00077     {
00078         if (mIs2D)
00079         {
00080             viewSys.SetStr(mView2D, OGL_TEXT, (char*) text.c_str());
00081             viewSys.SetTags(mView2D, showTextTag);
00082         }
00083     }


Generated on Thu Jan 13 09:25:31 2011 for ImpalaSrc by  doxygen 1.5.1