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

void Impala::Visualization::ShowNextFromControl::ChangeValText ( TextEdit txtEdit,
int  val 
) [inline]

Definition at line 63 of file ShowNextFromControl.h.

References Impala::MakeString(), OglGui::TextEdit::SetCaretMark(), and OglGui::TextEdit::SetText().

Referenced by UpdateShowNrText(), and UpdateStartValText().

00064     {
00065         txtEdit->SetText(MakeString(val));
00066         txtEdit->SetCaretMark(100,100);
00067     }

Here is the call graph for this function:


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