55 void setInfo (
const String& shortName,
57 const String& categoryName,
65 void setActive (
bool isActive)
noexcept;
69 void setTicked (
bool isTicked)
noexcept;
82 void addDefaultKeypress (
int keyCode,
ModifierKeys modifiers)
noexcept;
163 wantsKeyUpDownCallbacks = 1 << 2,
168 hiddenFromKeyEditor = 1 << 3,
173 readOnlyInKeyEditor = 1 << 4,
179 dontTriggerVisualFeedback = 1 << 5
Holds a resizable array of primitive or copy-by-value objects.
Represents the state of the mouse buttons and modifier keys.
int CommandID
A type used to hold the unique ID for an application command.
Holds information describing an application command.
int flags
A bitwise-OR of the values specified in the CommandFlags enum.
Array< KeyPress > defaultKeypresses
A list of zero or more keypresses that should be used as the default keys for this command.
String description
A longer description of the command.
CommandID commandID
The command's unique ID number.
String categoryName
A named category that the command fits into.
CommandFlags
Flags describing the ways in which this command should be used.
String shortName
A short name to describe the command.