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

virtual void OglGui::SpinWheel::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 104 of file SpinWheel.h.

References OglGui::Window::DisplayFunc(), DrawWheel(), mIsPressed, PropagateScrolling(), and OglGui::RepeatTimer::RepeatTime().

00105     {
00106         OGC     oldOGC;
00107 
00108         OGCSave(&oldOGC);
00109 
00110         if (mIsPressed && RepeatTime())
00111             PropagateScrolling();
00112 
00113         Window::DisplayFunc();
00114 
00115         DrawWheel();
00116         OGCRestore(&oldOGC);
00117    }

Here is the call graph for this function:


Generated on Fri Mar 19 12:06:21 2010 for ImpalaSrc by  doxygen 1.5.1