Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:05:05 2010 for ImpalaSrc by  doxygen 1.5.1