Classes | |
class | juce::ScopedJuceInitialiser_GUI |
A utility object that helps you initialise and shutdown JUCE correctly using an RAII pattern. More... | |
Namespaces | |
juce | |
Macros | |
#define | START_JUCE_APPLICATION(AppClass) |
To start a JUCE app, use this macro: START_JUCE_APPLICATION (AppSubClass) where AppSubClass is the name of a class derived from JUCEApplication or JUCEApplicationBase. More... | |
Functions | |
void | juce::initialiseJuce_GUI () |
Initialises JUCE's GUI classes. More... | |
void | juce::shutdownJuce_GUI () |
Clears up any static data being used by JUCE's GUI classes. More... | |
#define START_JUCE_APPLICATION | ( | AppClass | ) |
To start a JUCE app, use this macro: START_JUCE_APPLICATION (AppSubClass) where AppSubClass is the name of a class derived from JUCEApplication or JUCEApplicationBase.
See the JUCEApplication and JUCEApplicationBase class documentation for more details.