Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

WalkEdit Class Reference

Editor for the CMPack-based Aibo walk engine. More...

#include <WalkEdit.h>

Inheritance diagram for WalkEdit:

Detailed Description

Editor for the CMPack-based Aibo walk engine.

Definition at line 9 of file WalkEdit.h.

List of all members.

Public Member Functions

 WalkEdit ()
 default constructor
virtual ~WalkEdit ()
 destructor

Protected Member Functions

virtual void init ()
 initialization
void startSubMenu (const std::string &nm, const std::string &desc)
 subsequent addItem() calls will be placed in the specified menu until matching endSubMenu()
void addItem (ControlBase *control)
 adds a specified control to the current submenu
void endSubMenu ()
 closes the current submenu, moves to its parent

Protected Attributes

std::stack< ControlBase * > menuStack
 maintains stack of current submenus when building via init()

Private Member Functions

 WalkEdit (const WalkEdit &)
 you can override, but don't call this...
WalkEditoperator= (const WalkEdit &)
 you can override, but don't call this...

Constructor & Destructor Documentation

WalkEdit::WalkEdit (  ) 

default constructor

Definition at line 12 of file WalkEdit.h.

virtual WalkEdit::~WalkEdit (  )  [virtual]

destructor

Definition at line 15 of file WalkEdit.h.

WalkEdit::WalkEdit ( const WalkEdit  )  [private]

you can override, but don't call this...


Member Function Documentation

void WalkEdit::addItem ( ControlBase control  )  [protected]

adds a specified control to the current submenu

void WalkEdit::endSubMenu (  )  [protected]

closes the current submenu, moves to its parent

virtual void WalkEdit::init (  )  [protected, virtual]

initialization

Referenced by WalkEdit().

WalkEdit& WalkEdit::operator= ( const WalkEdit  )  [private]

you can override, but don't call this...

void WalkEdit::startSubMenu ( const std::string &  nm,
const std::string &  desc 
) [protected]

subsequent addItem() calls will be placed in the specified menu until matching endSubMenu()


Member Data Documentation

std::stack<ControlBase*> WalkEdit::menuStack [protected]

maintains stack of current submenus when building via init()

Definition at line 31 of file WalkEdit.h.


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

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