Byggern
Menu::Menu Struct Reference

Contains all necessary information about a menu (which could be a sub menu). More...

#include <menu.h>

Public Attributes

Menuparent = nullptr
 
Itemfirst = nullptr
 

Detailed Description

Contains all necessary information about a menu (which could be a sub menu).

Member Data Documentation

§ first

Item* Menu::Menu::first = nullptr

This is the first menu item in the menu.

§ parent

Menu* Menu::Menu::parent = nullptr

If it is a sub menu, this points to its parent menu. Else it is nullptr.


The documentation for this struct was generated from the following file: