vegastrike
0.5.1.r1
|
#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 |
Definition at line 491 of file command.cpp.
|
inline |