JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_Initialisation.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

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

Functions

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

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.