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

void Impala::Visualization::ShowNextFromControl::MaxVal ( int  m  )  [inline]

Definition at line 46 of file ShowNextFromControl.h.

References Impala::MakeString(), mMax, mNrToShow, mStartVal, mTotalText, OglGui::StaticText::SetText(), and UpdateStartValText().

00047     {
00048         mMax = m;
00049         mTotalText->SetText("Total:"+MakeString(m));
00050         if (mStartVal > mMax && (mStartVal = mMax - mNrToShow)<-1)
00051             mStartVal = 0;
00052         UpdateStartValText();
00053     }

Here is the call graph for this function:


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