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

virtual void Impala::Application::SDash::TimeSlider::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 86 of file TimeSlider.h.

References OglGui::Window::DisplayFunc(), DrawCurrentTime(), DrawTicks(), OglGui::OglWindow::H(), mLineY, mMargin, and OglGui::OglWindow::W().

00087     {
00088         OGC oldOGC;
00089         OGCSave(&oldOGC);
00090 
00091         int h = H(), w = W();
00092         SetSolidLineColor(oglBLACK);
00093         DrawLine(mMargin, mLineY, w-mMargin, mLineY);
00094         SetSolidLineColor(oglWHITE);
00095         DrawLine(mMargin, mLineY-1, w-mMargin, mLineY-1);
00096 
00097         DrawTicks();
00098         DrawCurrentTime();
00099         OGCRestore(&oldOGC);
00100         Window::DisplayFunc();
00101     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:50:19 2010 for ImpalaSrc by  doxygen 1.5.1