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

virtual void Impala::Visualization::ImageSetIdxGridScroller::DisplayFunc (  )  [inline, virtual]

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:


Generated on Thu Jan 13 09:24:45 2011 for ImpalaSrc by  doxygen 1.5.1