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

void Impala::Visualization::PropCtrl::Update ( std::string  Value  )  [inline]

Definition at line 81 of file RgbDataSrcLavcTestGUI.h.

References OglGui::StaticText::GetText(), mValue, OglGui::OglWindow::SetBackground(), and OglGui::StaticText::SetText().

00081                                 {
00082         if((mValue->GetText()!=Value)&&(mValue->GetText()!=""))
00083             mValue->SetBackground(oglRED);
00084         mValue->SetText(Value);
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:45:12 2010 for ImpalaSrc by  doxygen 1.5.1