[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 }