vegastrike  0.5.1.r1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
menu Class Reference

#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
 
mItemiselected
 
std::string escape
 
bool noescape
 
bool autoselect
 
mItemaselect
 
bool defaultInput
 
mItemidefaultInput
 

Detailed Description

Definition at line 60 of file command.h.

Constructor & Destructor Documentation

menu::~menu ( )
virtual

Definition at line 491 of file command.cpp.

menu::menu ( )
inline

Definition at line 64 of file command.h.

menu::menu ( const std::string  n_in,
char const *  d_in,
char const *  e_in 
)
inline

Definition at line 71 of file command.h.

Member Data Documentation

mItem* menu::aselect

Definition at line 89 of file command.h.

bool menu::autoselect

Definition at line 88 of file command.h.

bool menu::defaultInput

Definition at line 90 of file command.h.

std::string menu::Display

Definition at line 82 of file command.h.

std::string menu::escape

Definition at line 86 of file command.h.

mItem* menu::idefaultInput

Definition at line 91 of file command.h.

mItem* menu::iselected

Definition at line 85 of file command.h.

std::vector< mItem* > menu::items

Definition at line 83 of file command.h.

std::string menu::Name

Definition at line 81 of file command.h.

bool menu::noescape

Definition at line 87 of file command.h.

bool menu::selected

Definition at line 84 of file command.h.


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