Reimplemented from OglGui::ScrollWnd. Definition at line 69 of file ImageSetIdxGridScroller.h. References Impala::Visualization::ImageSetIdxGrid::CellHeight(), OglGui::ScrollWnd::DisplayFunc(), OglGui::OglWindow::H(), OglGui::ScrollWnd::mHolder, mImageSetIdxGrid, mPageDeltaExtra, and OglGui::DocScroller::SetPageDeltas(). 00070 { 00071 OglGui::WindowDocScroller::DisplayFunc(); 00072 int hH = mHolder->H(); 00073 int dif = hH % mImageSetIdxGrid->CellHeight(); 00074 SetPageDeltas(RETAIN, dif + mPageDeltaExtra); 00075 }
Here is the call graph for this function:
|