Reimplemented from OglGui::Window. Reimplemented in OglGui::WindowView2DWithRect, Impala::Application::SDash::CameraEventButton, Impala::Application::SDash::SurveillanceMap, OglGui::Button, OglGui::CheckBox, OglGui::DirectionButton, OglGui::FramesPerSecond, OglGui::MenuOnButton, OglGui::TextField, and OglGui::WindowView2D. Definition at line 95 of file StaticText.h. References AlignString(), OglGui::Window::DisplayFunc(), mAlignOffH, and mAlignOffV. Referenced by OglGui::WindowView2D::DisplayFunc(), OglGui::FramesPerSecond::DisplayFunc(), and OglGui::WindowView2DWithRect::DisplayFunc(). 00096 { 00097 Window::DisplayFunc(); 00098 00099 OGC oldOGC; 00100 OGCSave(&oldOGC); 00101 AlignString(mAlignOffH, mAlignOffV); 00102 OGCRestore(&oldOGC); 00103 }
Here is the call graph for this function:
|