Reimplemented in Impala::Visualization::ImageSetIdxGridScroller. Definition at line 178 of file DocScroller.h. References mDoc, mHorPageDelta, mPartial, and mVerPageDelta. 00179 { 00180 mDoc = 0; 00181 mPartial = (sB & 12) >> 2; 00182 mVerPageDelta = 16; 00183 mHorPageDelta = 16; 00184 }
|