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

void OglGui::ValueScrollBar::SetMinMaxValue ( int  minVal,
int  maxVal 
) [inline]

Definition at line 54 of file ValueScrollBar.h.

References mMaxVal, mMinVal, mScrollBar, and OglGui::ScrollBar::SetRange().

Referenced by Impala::Visualization::SegmentationDocumentGuiAnno::ConstructShotRanking(), and Impala::Visualization::SegmentationDocumentGuiAnno::ToAnnoHistory().

00055     {
00056         mMinVal = minVal;
00057         mMaxVal = maxVal;
00058         mScrollBar->SetRange(maxVal-minVal + 2, 2);
00059     }

Here is the call graph for this function:


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