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

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

Definition at line 150 of file RgbDataSrcLavcTestGUI.h.

References mPropCtrls.

00150                                                  {
00151         std::ostringstream oss;
00152         oss<<Value.val<<" + "<<Value.num<<" / "<<Value.den;
00153         mPropCtrls[Prop]->Update(oss.str());
00154     }


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