JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_ApplicationCommandID.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

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

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
}