A Menu can have many Items.
More...
|
| Item (const std::string &label, uint32 val, Menu *parent=NULL) |
| Constructor.
|
|
uint32 | Print () const override |
| Prints the menu label and returns the Menu or Menu::Item chosen by the user of the menu.
|
|
A Menu can have many Items.
Menu::Item::Item |
( |
const std::string & |
label, |
|
|
uint32 |
val, |
|
|
Menu * |
parent = NULL |
|
) |
| |
uint32 Menu::Item::Print |
( |
| ) |
const |
|
overridevirtual |
Prints the menu label and returns the Menu or Menu::Item chosen by the user of the menu.
Implements IMenu.
The documentation for this class was generated from the following file: