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

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

Definition at line 133 of file RgbDataSrcLavcTestGUI.h.

References mPropCtrls.

00133                                                  {
00134         std::ostringstream oss;
00135         oss<<Value;
00136         mPropCtrls[Prop]->Update(oss.str());
00137     }


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