Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LoadWalkControl Class Reference

When activated, loads a set of walk parameters from a file specified by user. More...

#include <LoadWalkControl.h>

Inheritance diagram for LoadWalkControl:

Detailed Description

When activated, loads a set of walk parameters from a file specified by user.

Definition at line 11 of file LoadWalkControl.h.

List of all members.

Public Member Functions

 LoadWalkControl (const std::string &n, 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 ControlBaseselectedFile (const std::string &f)
 does the actual loading of the MotionSequence

Protected Attributes

MC_ID walk_id
 the MC_ID of the walk to load into
WalkMCthewalk
 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 & Destructor Documentation

LoadWalkControl::LoadWalkControl ( const std::string &  n,
MC_ID  w 
)

constructor, pass the MC_ID of the WalkMC which you want to save

Definition at line 14 of file LoadWalkControl.h.

LoadWalkControl::LoadWalkControl ( const std::string &  n,
WalkMC awalk 
)

constructor, pass a pointer to the WalkMC which you want to save

Definition at line 21 of file LoadWalkControl.h.

virtual LoadWalkControl::~LoadWalkControl (  )  [virtual]

destructor

Definition at line 28 of file LoadWalkControl.h.

LoadWalkControl::LoadWalkControl ( const LoadWalkControl  )  [private]

don't call


Member Function Documentation

LoadWalkControl LoadWalkControl::operator= ( const LoadWalkControl  )  [private]

don't call

virtual ControlBase* LoadWalkControl::selectedFile ( const std::string &  f  )  [protected, virtual]

does the actual loading of the MotionSequence

Reimplemented from FileBrowserControl.

Definition at line 32 of file LoadWalkControl.h.


Member Data Documentation

the walk to load into (if NULL, check walk_id)

Definition at line 48 of file LoadWalkControl.h.

Referenced by selectedFile().

the MC_ID of the walk to load into

Definition at line 47 of file LoadWalkControl.h.

Referenced by selectedFile().


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:12 2016 by Doxygen 1.6.3