openshot-audio  0.1.5
Namespaces | Macros | Typedefs | Enumerations
juce_ApplicationCommandID.h File Reference

Go to the source code of this file.

Namespaces

 StandardApplicationCommandIDs
 

Macros

#define JUCE_APPLICATIONCOMMANDID_H_INCLUDED
 

Typedefs

typedef int CommandID
 

Enumerations

enum  {
  StandardApplicationCommandIDs::quit = 0x1001, StandardApplicationCommandIDs::del = 0x1002, StandardApplicationCommandIDs::cut = 0x1003, StandardApplicationCommandIDs::copy = 0x1004,
  StandardApplicationCommandIDs::paste = 0x1005, StandardApplicationCommandIDs::selectAll = 0x1006, StandardApplicationCommandIDs::deselectAll = 0x1007, StandardApplicationCommandIDs::undo = 0x1008,
  StandardApplicationCommandIDs::redo = 0x1009
}
 

Macro Definition Documentation

◆ JUCE_APPLICATIONCOMMANDID_H_INCLUDED

#define JUCE_APPLICATIONCOMMANDID_H_INCLUDED

Typedef Documentation

◆ CommandID

typedef int CommandID

A type used to hold the unique ID for an application command.

This is a numeric type, so it can be stored as an integer.

See also
ApplicationCommandInfo, ApplicationCommandManager, ApplicationCommandTarget, KeyPressMappingSet