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

void Impala::Visualization::PropertyHolder::UpdateCtrl ( std::string  Prop,
unsigned int  Value 
) [inline]

Definition at line 123 of file RgbDataSrcLavcTestGUI.h.

References mPropCtrls.

00123                                                       {
00124         std::ostringstream oss;
00125         oss<<Value;
00126         mPropCtrls[Prop]->Update(oss.str());
00127     }


Generated on Thu Jan 13 09:24:49 2011 for ImpalaSrc by  doxygen 1.5.1