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
juce_ApplicationBase.h File Reference

Go to the source code of this file.

Classes

class  juce::JUCEApplicationBase
 Abstract base class for application classes. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Macros

#define JUCE_TRY
 The JUCE_TRY/JUCE_CATCH_EXCEPTION wrappers can be used to pass any uncaught exceptions to the JUCEApplicationBase::sendUnhandledException() method.
 
#define JUCE_CATCH_EXCEPTION
 The JUCE_TRY/JUCE_CATCH_EXCEPTION wrappers can be used to pass any uncaught exceptions to the JUCEApplicationBase::sendUnhandledException() method.
 

Macro Definition Documentation

◆ JUCE_CATCH_EXCEPTION

#define JUCE_CATCH_EXCEPTION

The JUCE_TRY/JUCE_CATCH_EXCEPTION wrappers can be used to pass any uncaught exceptions to the JUCEApplicationBase::sendUnhandledException() method.

This functionality can be enabled with the JUCE_CATCH_UNHANDLED_EXCEPTIONS macro.

Definition at line 324 of file juce_ApplicationBase.h.

◆ JUCE_TRY

#define JUCE_TRY

The JUCE_TRY/JUCE_CATCH_EXCEPTION wrappers can be used to pass any uncaught exceptions to the JUCEApplicationBase::sendUnhandledException() method.

This functionality can be enabled with the JUCE_CATCH_UNHANDLED_EXCEPTIONS macro.

Definition at line 318 of file juce_ApplicationBase.h.