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

void OglGui::DocScroller::SetPageDeltas ( int  hor,
int  ver 
) [inline]

Definition at line 49 of file DocScroller.h.

References mHorPageDelta, and mVerPageDelta.

Referenced by Impala::Visualization::ImageSetIdxGridScroller::DisplayFunc(), and Impala::Visualization::DirImViewerScroller::DisplayFunc().

00050     {
00051         if (hor != RETAIN)
00052             mHorPageDelta = hor;
00053         if (ver != RETAIN)
00054             mVerPageDelta = ver;
00055     }


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