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

void Impala::Visualization::ShowNextFromControl::UpdateShowNrText (  )  [inline]

Definition at line 81 of file ShowNextFromControl.h.

References ChangeValText(), Clamp(), mNrToShow, and mShowNrTextEdit.

Referenced by Init(), and WindowKeyboardEvent().

00082     {
00083         Clamp(mNrToShow,1,2000);
00084         ChangeValText(mShowNrTextEdit,mNrToShow);
00085     }

Here is the call graph for this function:


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