JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
juce_Initialisation.h File Reference

Go to the source code of 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
 JUCE Namespace.
 

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

JUCE_API void JUCE_CALLTYPE juce::initialiseJuce_GUI ()
 Initialises JUCE's GUI classes.
 
JUCE_API void JUCE_CALLTYPE 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.

Definition at line 91 of file juce_Initialisation.h.