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

Definition at line 10 of file SaveWalkControl.h.
Public Member Functions | |
| SaveWalkControl (const std::string &n, MotionManager::MC_ID w) | |
| constructor, pass the MC_ID of the walk you want to save | |
| SaveWalkControl (const std::string &n, WalkMC *awalk) | |
| constructor, pass a pointer to the walk you want to save | |
| virtual | ~SaveWalkControl () |
| destructor | |
| virtual ControlBase * | takeInput (const std::string &msg) |
| called when the user has supplied a text string (may not have been prompted by doReadStdIn()!) | |
Protected Attributes | |
| MotionManager::MC_ID | walk_id |
| MC_ID of walk to save from. | |
| WalkMC * | thewalk |
| walk to save from | |
Private Member Functions | |
| SaveWalkControl (const SaveWalkControl &) | |
| don't call | |
| SaveWalkControl | operator= (const SaveWalkControl &) |
| don't call | |
|
||||||||||||
|
constructor, pass the MC_ID of the walk you want to save
Definition at line 13 of file SaveWalkControl.h. |
|
||||||||||||
|
constructor, pass a pointer to the walk you want to save
Definition at line 15 of file SaveWalkControl.h. |
|
|
destructor
Definition at line 17 of file SaveWalkControl.h. |
|
|
don't call
|
|
|
don't call
|
|
|
called when the user has supplied a text string (may not have been prompted by doReadStdIn()!)
Reimplemented from StringInputControl. Definition at line 19 of file SaveWalkControl.h. |
|
|
walk to save from
Definition at line 42 of file SaveWalkControl.h. Referenced by SaveWalkControl(), and takeInput(). |
|
|
MC_ID of walk to save from.
Definition at line 41 of file SaveWalkControl.h. Referenced by SaveWalkControl(), and takeInput(). |
|
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:24 2004 by Doxygen 1.3.4 |