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

void OglGui::StaticText::SetCentered ( bool  val  )  [inline]

Definition at line 143 of file StaticText.h.

References mAlignH, and mAlignV.

Referenced by Impala::Application::VideoExcel::TableCell::Init(), and Impala::Application::MediaTable::TableWindowCell::Init().

00144     {
00145         mAlignH = val ? oglCenterAlign : oglLeftAlign;
00146         mAlignV = oglCenterAlign;
00147     }


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