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:
|