Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <command.h>
Public Member Functions | |
virtual | ~menu () |
menu () | |
menu (const std::string n_in, char const *d_in, char const *e_in) | |
Public Attributes | |
std::string | Name |
std::string | Display |
std::vector< mItem * > | items |
bool | selected |
mItem * | iselected |
std::string | escape |
bool | noescape |
bool | autoselect |
mItem * | aselect |
bool | defaultInput |
mItem * | idefaultInput |
|
virtual |
|
inline |
Definition at line 64 of file command.h.
References autoselect, defaultInput, noescape, and selected.
|
inline |
Definition at line 71 of file command.h.
References autoselect, defaultInput, Display, escape, Name, noescape, and selected.
mItem* menu::aselect |
Definition at line 89 of file command.h.
Referenced by commandI::setMenu().
bool menu::autoselect |
Definition at line 88 of file command.h.
Referenced by commandI::displaymenu(), menu(), and commandI::setMenu().
bool menu::defaultInput |
Definition at line 90 of file command.h.
Referenced by commandI::callMenu(), and menu().
std::string menu::Display |
Definition at line 82 of file command.h.
Referenced by commandI::displaymenu(), and menu().
std::string menu::escape |
Definition at line 86 of file command.h.
Referenced by commandI::callMenu(), commandI::displaymenu(), and menu().
mItem* menu::idefaultInput |
Definition at line 91 of file command.h.
Referenced by commandI::callMenu().
mItem* menu::iselected |
Definition at line 85 of file command.h.
Referenced by commandI::callMenu(), commandI::displaymenu(), and commandI::setMenu().
std::vector< mItem* > menu::items |
Definition at line 83 of file command.h.
Referenced by commandI::addMenuItem(), commandI::callMenu(), commandI::displaymenu(), and ~menu().
bool menu::noescape |
Definition at line 87 of file command.h.
Referenced by commandI::callMenu(), commandI::displaymenu(), and menu().
bool menu::selected |
Definition at line 84 of file command.h.
Referenced by commandI::callMenu(), commandI::displaymenu(), menu(), and commandI::setMenu().