25 #ifndef JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED 26 #define JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED 53 void setInfo (
const String& shortName,
55 const String& categoryName,
63 void setActive (
bool isActive)
noexcept;
67 void setTicked (
bool isTicked)
noexcept;
161 wantsKeyUpDownCallbacks = 1 << 2,
166 hiddenFromKeyEditor = 1 << 3,
171 readOnlyInKeyEditor = 1 << 4,
177 dontTriggerVisualFeedback = 1 << 5
189 #endif // JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED String shortName
Definition: juce_ApplicationCommandInfo.h:94
int flags
Definition: juce_ApplicationCommandInfo.h:185
#define noexcept
Definition: juce_CompilerSupport.h:141
Definition: juce_ModifierKeys.h:38
String categoryName
Definition: juce_ApplicationCommandInfo.h:115
Definition: juce_String.h:43
#define JUCE_API
Definition: juce_StandardHeader.h:139
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 flags
Definition: juce_JPEGLoader.cpp:127
Array< KeyPress > defaultKeypresses
Definition: juce_ApplicationCommandInfo.h:125
CommandID commandID
Definition: juce_ApplicationCommandInfo.h:85
String description
Definition: juce_ApplicationCommandInfo.h:104
Definition: juce_ApplicationCommandInfo.h:42
CommandFlags
Definition: juce_ApplicationCommandInfo.h:133