IMenu abstract Class.
More...
#include <menu.h>
IMenu abstract Class.
Represents a menu item that has a name/label.
IMenu::IMenu |
( |
const std::string & |
label, |
|
|
Menu * |
parent = NULL |
|
) |
| |
virtual IMenu::~IMenu |
( |
| ) |
|
|
virtual |
const std::string& IMenu::GetLabel |
( |
| ) |
const |
Returns the Menu's label.
Menu* IMenu::GetParent |
( |
| ) |
const |
Returns the Menu's parent. Can be null.
virtual uint32 IMenu::Print |
( |
| ) |
const |
|
pure virtual |
void IMenu::SetParent |
( |
Menu * |
val | ) |
|
Updates the Menu's parent.
std::string IMenu::_label |
|
protected |
The documentation for this class was generated from the following files: