|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
A set of general-purpose application command IDs. More...
Enumerations | |
| enum | { quit , del , cut , copy , paste , selectAll , deselectAll , undo , redo } |
A set of general-purpose application command IDs.
Because these commands are likely to be used in most apps, they're defined here to help different apps to use the same numeric values for them.
Of course you don't have to use these, but some of them are used internally by JUCE - e.g. the quit ID is recognised as a command by the JUCEApplication class.
| anonymous enum |
Definition at line 54 of file juce_ApplicationCommandID.h.