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

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...
 

Detailed Description

Command palette command descriptor.

Member Data Documentation

◆ category

std::string RADUi::Command::category

Category label.

◆ enabled

bool RADUi::Command::enabled = true

Whether command can run.

◆ id

std::string RADUi::Command::id

Stable id.

◆ shortcut

std::string RADUi::Command::shortcut

Shortcut display text.

◆ title

std::string RADUi::Command::title

Display title.


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