| 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. References config, MotionManager::MC_ID, FileBrowserControl::root, FileBrowserControl::setFilter(), thewalk, and walk_id. |
Here is the call graph for this function:

|
||||||||||||
|
constructor, pass a pointer to the WalkMC which you want to save
Definition at line 21 of file LoadWalkControl.h. References config, FileBrowserControl::root, FileBrowserControl::setFilter(), thewalk, and walk_id. |
Here is the call graph for this function:

|
|
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. References MotionManager::checkinMotion(), MotionManager::checkoutMotion(), MotionManager::invalid_MC_ID, WalkMC::load(), MotionManager::MC_ID, motman, Socket::printf(), serr, thewalk, and walk_id. |
Here is the call graph for this function:

|
|
the walk to load into (if NULL, check walk_id)
Definition at line 47 of file LoadWalkControl.h. |
|
|
the MC_ID of the walk to load into
Definition at line 46 of file LoadWalkControl.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:56:39 2003 by Doxygen 1.3.4 |