| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <MCValueEditControl.h>
Inheritance diagram for MCValueEditControl< T >:

Definition at line 8 of file MCValueEditControl.h.
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. References MotionManager::MC_ID, and MCValueEditControl< T >::mcid. |
|
|||||||||
|
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. References MotionManager::checkinMotion(), MotionManager::checkoutMotion(), ValueEditControl< T >::doSelect(), MCValueEditControl< T >::mcid, and motman. |
Here is the call graph for this function:

|
|||||
|
the id of the MotionCommand which should be checked out
Definition at line 24 of file MCValueEditControl.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:56:41 2003 by Doxygen 1.3.4 |