RADLib
RADical C++ application framework
RADUi::Menu Struct Reference

One top-level menu and its items. More...

#include <RADWidgets.h>

Public Attributes

std::string text
 Top-level menu text. More...
 
std::vector< MenuItemitems
 Items contained by this menu. More...
 

Detailed Description

One top-level menu and its items.

Member Data Documentation

◆ items

std::vector<MenuItem> RADUi::Menu::items

Items contained by this menu.

◆ text

std::string RADUi::Menu::text

Top-level menu text.


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