Reimplemented from OglGui::ScrollWnd. Definition at line 52 of file DirImViewerScroller.h. References Impala::Visualization::DirImViewer::CellHeight(), OglGui::ScrollWnd::DisplayFunc(), OglGui::OglWindow::H(), mDirImViewer, OglGui::ScrollWnd::mHolder, and OglGui::DocScroller::SetPageDeltas(). 00053 { 00054 OglGui::WindowDocScroller::DisplayFunc(); 00055 int hH = mHolder->H(); 00056 int cellH = mDirImViewer->CellHeight(); 00057 int dif = (cellH > hH) ? hH-cellH : hH%cellH; 00058 SetPageDeltas(RETAIN, dif); 00059 }
Here is the call graph for this function:
|