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

void Impala::Visualization::ImageSetIdxGridScroller::Init ( int  nrRow  )  [inline, private]

Reimplemented from OglGui::DocScroller.

Definition at line 78 of file ImageSetIdxGridScroller.h.

References mImageSetIdxGrid, mPageDeltaExtra, OglGui::ScrollWnd::ReshapeFollowMode(), OglGui::WindowDocScroller::SetDocWindow(), OglGui::ScrollBar::SetLineIncrement(), and OglGui::ScrollWnd::VerticalScrollBar().

00079     {
00080         VerticalScrollBar()->SetLineIncrement(10);
00081         mImageSetIdxGrid = new ImageSetIdxGrid(this,0,0,100,100,nrRow);
00082         SetDocWindow(mImageSetIdxGrid,mImageSetIdxGrid,2);
00083         ReshapeFollowMode(0);
00084         mPageDeltaExtra = 0;
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:44:30 2010 for ImpalaSrc by  doxygen 1.5.1