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

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

Reimplemented from OglGui::Window.

Reimplemented in OglGui::TextEditLineScroller.

Definition at line 376 of file ScrollBar.h.

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

Referenced by OglGui::TextEditLineScroller::DisplayFunc().

00377     {
00378         if (mPagePressed && RepeatTime())
00379             PropagateScrolling();
00380 
00381         Window::DisplayFunc();
00382     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:46 2011 for ImpalaSrc by  doxygen 1.5.1