|
RADLib
RADical C++ application framework
|
One menu item in a MenuBarModel menu. More...
#include <RADWidgets.h>
Public Attributes | |
| std::string | id |
| Stable id emitted when the item is triggered. More... | |
| std::string | text |
| User-visible item text. More... | |
| bool | enabled = true |
| Whether the item can be triggered. More... | |
| bool | checkable = false |
| Whether the item has a checked state. More... | |
| bool | checked = false |
| Current checked state. More... | |
| bool | separator = false |
| Whether this item is a visual separator. More... | |
One menu item in a MenuBarModel menu.
| bool RADUi::MenuItem::checkable = false |
Whether the item has a checked state.
| bool RADUi::MenuItem::checked = false |
Current checked state.
| bool RADUi::MenuItem::enabled = true |
Whether the item can be triggered.
| std::string RADUi::MenuItem::id |
Stable id emitted when the item is triggered.
| bool RADUi::MenuItem::separator = false |
Whether this item is a visual separator.
| std::string RADUi::MenuItem::text |
User-visible item text.