Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <LoadWalkControl.h>
Inheritance diagram for LoadWalkControl:
Definition at line 11 of file LoadWalkControl.h.
Public Member Functions | |
LoadWalkControl (const std::string &n, MotionManager::MC_ID w) | |
constructor, pass the MC_ID of the WalkMC which you want to save | |
LoadWalkControl (const std::string &n, WalkMC *awalk) | |
constructor, pass a pointer to the WalkMC which you want to save | |
virtual | ~LoadWalkControl () |
destructor | |
Protected Member Functions | |
virtual ControlBase * | selectedFile (const std::string &f) |
does the actual loading of the MotionSequence | |
Protected Attributes | |
MotionManager::MC_ID | walk_id |
the MC_ID of the walk to load into | |
WalkMC * | thewalk |
the walk to load into (if NULL, check walk_id) | |
Private Member Functions | |
LoadWalkControl (const LoadWalkControl &) | |
don't call | |
LoadWalkControl | operator= (const LoadWalkControl &) |
don't call |
|
constructor, pass the MC_ID of the WalkMC which you want to save
Definition at line 14 of file LoadWalkControl.h. |
|
constructor, pass a pointer to the WalkMC which you want to save
Definition at line 21 of file LoadWalkControl.h. |
|
destructor
Definition at line 28 of file LoadWalkControl.h. |
|
don't call
|
|
don't call
|
|
does the actual loading of the MotionSequence
Reimplemented from FileBrowserControl. Definition at line 32 of file LoadWalkControl.h. |
|
the walk to load into (if NULL, check walk_id)
Definition at line 47 of file LoadWalkControl.h. Referenced by LoadWalkControl(), and selectedFile(). |
|
the MC_ID of the walk to load into
Definition at line 46 of file LoadWalkControl.h. Referenced by LoadWalkControl(), and selectedFile(). |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:16 2004 by Doxygen 1.3.4 |