JUCE
Classes | Namespaces | Macros | Functions
juce_Initialisation.h File Reference

Classes

class  juce::ScopedJuceInitialiser_GUI
 A utility object that helps you initialise and shutdown JUCE correctly using an RAII pattern. More...
 

Namespaces

 juce
 Classes for IIR filter processing.
 

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

JUCE_API void JUCE_CALLTYPE juce::initialiseJuce_GUI ()
 Initialises JUCE's GUI classes. More...
 
JUCE_API void JUCE_CALLTYPE juce::shutdownJuce_GUI ()
 Clears up any static data being used by JUCE's GUI classes. More...
 

Macro Definition Documentation

◆ START_JUCE_APPLICATION

#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.