Definition at line 73 of file RgbDataSrcLavcTestGUI.h. References mName, mValue, and OglGui::OglWindow::SetBackground(). 00075 :OglGui::Window(parent, width, height) 00076 { 00077 mName = new StaticText(this,(width-20)/2,20,Name,false); 00078 mValue = new StaticText(this,(width-20)/2,20,Value,false); 00079 mValue->SetBackground(oglWHITE); 00080 }
Here is the call graph for this function:
|