Lines Matching refs:ControlModelLock
117 class ControlModelLock class
120 ControlModelLock( OControlModel& _rModel ) in ControlModelLock() function in frm::ControlModelLock
127 ~ControlModelLock() in ~ControlModelLock()
157 ControlModelLock(); // never implemented
158 ControlModelLock( const ControlModelLock& ); // never implemented
159 ControlModelLock& operator=( const ControlModelLock& ); // never implemented
523 struct LockAccess { friend class ControlModelLock; private: LockAccess() { } }; in LockAccess()
806 void onValuePropertyChange( ControlModelLock& i_rControLock );
1138 void transferExternalValueToControl( ControlModelLock& _rInstanceLock );
1146 void transferControlValueToExternal( ControlModelLock& _rInstanceLock );
1250 ControlModelLock& _rInstanceLock
1302 inline void ControlModelLock::acquire() in acquire()
1307 inline void ControlModelLock::release() in release()