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

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

Definition at line 112 of file RgbDataSrcLavcTestGUI.h.

References mPropCtrls.

00112                                                {
00113         if((Value==NULL)||(Value==0))
00114             mPropCtrls[Prop]->Update(std::string("NULL"));
00115         else
00116             mPropCtrls[Prop]->Update(std::string(Value));
00117     }


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