JUCE
Classes | Namespaces | Typedefs
juce_MessageManager.h File Reference

Classes

class  juce::MessageManager
 This class is in charge of the application's event-dispatch loop. More...
 
class  juce::MessageManager::MessageBase
 Internal class used as the base class for all message objects. More...
 
class  juce::MessageManager::Lock
 A lock you can use to lock the message manager. More...
 
class  juce::MessageManagerLock
 Used to make sure that the calling thread has exclusive access to the message loop. More...
 

Namespaces

 juce
 Classes for IIR filter processing.
 

Typedefs

typedef void *() juce::MessageCallbackFunction(void *userData)
 See MessageManager::callFunctionOnMessageThread() for use of this function type. More...