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

Impala::Visualization::PropCtrl::PropCtrl ( OglGui::Window parent,
int  width,
int  height,
std::string  Name,
std::string  Value 
) [inline]

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:


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