Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <LoadWalkControl.h>
Inheritance diagram for LoadWalkControl:
Definition at line 10 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 | |
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 |
|
constructor, pass the MC_ID of the WalkMC which you want to save
Definition at line 13 of file LoadWalkControl.h. References config, FileBrowserControl::root, FileBrowserControl::setFilter(), and walk_id. |
|
destructor
Definition at line 19 of file LoadWalkControl.h. |
|
does the actual loading of the MotionSequence
Reimplemented from FileBrowserControl. Definition at line 23 of file LoadWalkControl.h. References MotionManager::checkinMotion(), MotionManager::checkoutMotion(), WalkMC::load(), motman, and walk_id. |
|
the MC_ID of the walk to load into
Definition at line 30 of file LoadWalkControl.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:02 2003 by Doxygen 1.3.2 |