|
RADLib
RADical C++ application framework
|
Command palette command descriptor. More...
#include <RADAppKit.h>
Public Attributes | |
| std::string | id |
| Stable id. More... | |
| std::string | title |
| Display title. More... | |
| std::string | category |
| Category label. More... | |
| std::string | shortcut |
| Shortcut display text. More... | |
| bool | enabled = true |
| Whether command can run. More... | |
Command palette command descriptor.
| std::string RADUi::Command::category |
Category label.
| bool RADUi::Command::enabled = true |
Whether command can run.
| std::string RADUi::Command::id |
Stable id.
| std::string RADUi::Command::shortcut |
Shortcut display text.
| std::string RADUi::Command::title |
Display title.