#include <database.h>
A MenuEntry defines an element of a GUI menu structure. It represents either an action (Command) or a sub-menu. The structure is returned by SDKDatabaseInterface::GetMenuStructure().
Public Member Functions | |
MenuEntry () | |
MenuEntry (const MenuEntry &menu) | |
Public Attributes | |
Bool | _isMenu |
String | _name |
String | _actionID |
BaseArray< MenuEntry > | _submenu |
MenuEntry | ( | ) |
Bool _isMenu |
true if menu, False if action.
String _name |
Name of the menu entry. Either menu or action name.
String _actionID |
ID of the action this entry represents. Must not be set if _isMenu is true.