Namespaces | |
| namespace | juce |
| namespace | juce::StandardApplicationCommandIDs |
| A set of general-purpose application command IDs. | |
Typedefs | |
| using | juce::CommandID = int |
| A type used to hold the unique ID for an application command. | |
Enumerations | |
| enum | { juce::StandardApplicationCommandIDs::quit = 0x1001 , juce::StandardApplicationCommandIDs::del = 0x1002 , juce::StandardApplicationCommandIDs::cut = 0x1003 , juce::StandardApplicationCommandIDs::copy = 0x1004 , juce::StandardApplicationCommandIDs::paste = 0x1005 , juce::StandardApplicationCommandIDs::selectAll = 0x1006 , juce::StandardApplicationCommandIDs::deselectAll = 0x1007 , juce::StandardApplicationCommandIDs::undo = 0x1008 , juce::StandardApplicationCommandIDs::redo = 0x1009 } |