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

void Impala::Visualization::ImageStrip::SetFirstVis ( int  nr  )  [inline]

Definition at line 108 of file ImageStrip.h.

References mExtraView, mFirstVis, Impala::Visualization::ImagesWindow::mImages, mNrViews, and Redraw().

Referenced by ImageAdded(), and OnScroll().

00109     {
00110         if (nr == mFirstVis)
00111             return;
00112         if ((nr < 0) || (nr > mImages.size() - (mNrViews-mExtraView)))
00113             return;
00114         mFirstVis = nr;
00115         Redraw();
00116     }

Here is the call graph for this function:


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