Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
MCValueEditControl< T > Class Template Reference#include <MCValueEditControl.h>
Inheritance diagram for MCValueEditControl< T >: ![]() Detailed Descriptiontemplate<class T>
allows you to modify a value in memory, much like ValueEditControl, but will check out a MotionCommand first to maintain proper mutual exclusion.
|
Public Member Functions | |
MCValueEditControl (const std::string &n, T *t, MotionManager::MC_ID id) | |
constructor | |
virtual | ~MCValueEditControl () |
destructor | |
virtual ControlBase * | doSelect () |
if the value of the target!=cur, assigns the current value to the target and all the copies | |
Protected Attributes | |
MotionManager::MC_ID | mcid |
the id of the MotionCommand which should be checked out |
|
constructor
Definition at line 11 of file MCValueEditControl.h. |
|
destructor
Definition at line 14 of file MCValueEditControl.h. |
|
if the value of the target!=cur, assigns the current value to the target and all the copies
Reimplemented from ValueEditControl< T >. Definition at line 16 of file MCValueEditControl.h. |
|
the id of the MotionCommand which should be checked out
Definition at line 24 of file MCValueEditControl.h. Referenced by MCValueEditControl< T >::doSelect(), and MCValueEditControl< T >::MCValueEditControl(). |
Tekkotsu v2.2.2 |
Generated Tue Jan 4 15:45:28 2005 by Doxygen 1.4.0 |