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