Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:47:40 2010 for ImpalaSrc by  doxygen 1.5.1