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

void OglGui::ZoomShiftRuler::CheckPropagateScrolling ( int  x  )  [inline]

Definition at line 250 of file ZoomShiftRuler.h.

References OglGui::OglWindow::mOglWnd, mPropagateMargin, mPropagateScrolling, and OglGui::OglWindow::W().

Referenced by MouseFunc().

00251     {
00252         mPropagateScrolling = (x > W()-mPropagateMargin || x < mPropagateMargin);
00253         oglSys.SetAlwaysDraw(mOglWnd,mPropagateScrolling);
00254     }

Here is the call graph for this function:


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