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 }
|