JUCE
|
Classes | |
class | MessageThread |
class | HostDrivenEventLoop |
Macros | |
#define | JUCE_CHECKSETTINGMACROS_H |
#define | Component juce::Component |
#define | Point juce::Point |
Functions | |
std::unique_ptr< AudioProcessor > | createPluginFilterOfType (AudioProcessor::WrapperType type) |
void | repostCurrentNSEvent () |
const PluginHostType & | getHostType () |
bool | dispatchNextMessageOnSystemQueue (bool returnIfNoPendingMessages) |
#define JUCE_CHECKSETTINGMACROS_H |
#define Component juce::Component |
#define Point juce::Point |
std::unique_ptr< AudioProcessor > createPluginFilterOfType | ( | AudioProcessor::WrapperType | type | ) |
References jassert, rawToUniquePtr(), AudioProcessor::setTypeOfNextNewPlugin(), gl::type, and AudioProcessor::wrapperType_Undefined.
Referenced by StandalonePluginHolder::createPlugin().
void repostCurrentNSEvent | ( | ) |
const PluginHostType & getHostType | ( | ) |
bool dispatchNextMessageOnSystemQueue | ( | bool | returnIfNoPendingMessages | ) |
Referenced by HostDrivenEventLoop::processPendingEvents(), and MessageThread::run().