|
RADLib
RADical C++ application framework
|
Toolbar button descriptor. More...
#include <RADWidgets.h>
Public Attributes | |
| std::string | id |
| Stable id emitted when triggered. More... | |
| std::string | text |
| Display text. More... | |
| std::string | icon |
| Optional icon name/path. More... | |
| bool | enabled = true |
| Whether the button can be triggered. More... | |
| bool | separator = false |
| Whether this item is a visual separator. More... | |
Toolbar button descriptor.
| bool RADUi::ToolButton::enabled = true |
Whether the button can be triggered.
| std::string RADUi::ToolButton::icon |
Optional icon name/path.
| std::string RADUi::ToolButton::id |
Stable id emitted when triggered.
| bool RADUi::ToolButton::separator = false |
Whether this item is a visual separator.
| std::string RADUi::ToolButton::text |
Display text.