JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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

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

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.