Byggern
|
Contains all necessary information about a menu (which could be a sub menu). More...
#include <menu.h>
Public Attributes | |
Menu * | parent = nullptr |
Item * | first = nullptr |
Contains all necessary information about a menu (which could be a sub menu).
Item* Menu::Menu::first = nullptr |
This is the first menu item in the menu.
Menu* Menu::Menu::parent = nullptr |
If it is a sub menu, this points to its parent menu. Else it is nullptr.