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

Definition at line 13 of file PostureEditor.h.
Public Member Functions | |
| PostureEditor () | |
| constructor | |
| virtual ControlBase * | activate (MotionManager::MC_ID disp_id, Socket *gui) |
| adds poseMC to MotionManager | |
| virtual void | refresh () |
| if we're back from a child slot, it's either load or save, so we need to handle it | |
| virtual void | deactivate () |
| removes poseMC from MotionManager | |
| virtual ControlBase * | doSelect () |
| opens a custom (embedded) menu edit outputs | |
Protected Attributes | |
| SharedObject< PostureMC > | poseMC |
| the actual memory space for the posture | |
| MotionManager::MC_ID | poseID |
| current id for the posture | |
| ControlBase * | lastSlot |
| the last accessed slot | |
| FileInputControl * | loadPose |
| the control for loading postures | |
| StringInputControl * | savePose |
| the control for saving postures | |
Private Member Functions | |
| PostureEditor (const PostureEditor &) | |
| don't call | |
| PostureEditor & | operator= (const PostureEditor &) |
| don't call | |
|
|
constructor
Definition at line 6 of file PostureEditor.cc. |
|
|
don't call
|
|
||||||||||||
|
adds poseMC to MotionManager
Reimplemented from ControlBase. Definition at line 33 of file PostureEditor.cc. |
|
|
removes poseMC from MotionManager
Reimplemented from ControlBase. Definition at line 60 of file PostureEditor.cc. |
|
|
opens a custom (embedded) menu edit outputs
Reimplemented from ControlBase. Definition at line 67 of file PostureEditor.cc. |
|
|
don't call
|
|
|
if we're back from a child slot, it's either load or save, so we need to handle it
Reimplemented from ControlBase. Definition at line 46 of file PostureEditor.cc. |
|
|
the last accessed slot
Definition at line 34 of file PostureEditor.h. Referenced by doSelect(), and refresh(). |
|
|
the control for loading postures
Definition at line 35 of file PostureEditor.h. Referenced by PostureEditor(), and refresh(). |
|
|
current id for the posture
Definition at line 32 of file PostureEditor.h. Referenced by activate(), deactivate(), and refresh(). |
|
|
the actual memory space for the posture
Definition at line 31 of file PostureEditor.h. Referenced by activate(), and PostureEditor(). |
|
|
the control for saving postures
Definition at line 36 of file PostureEditor.h. Referenced by PostureEditor(), and refresh(). |
|
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:20 2004 by Doxygen 1.3.4 |