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 }
|