|
JUCE
|
Classes | |
| class | MessageThread |
| class | HostDrivenEventLoop |
Macros | |
| #define | JUCE_CHECKSETTINGMACROS_H |
| #define | Component juce::Component |
| #define | Point juce::Point |
Functions | |
| AudioProcessor *JUCE_API JUCE_CALLTYPE | 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 |
| AudioProcessor *JUCE_API JUCE_CALLTYPE createPluginFilterOfType | ( | AudioProcessor::WrapperType | type | ) |
References jassert, AudioProcessor::setTypeOfNextNewPlugin(), gl::type, AudioProcessor::wrapperType, and AudioProcessor::wrapperType_Undefined.
Referenced by StandalonePluginHolder::createPlugin().
| void repostCurrentNSEvent | ( | ) |
| const PluginHostType & getHostType | ( | ) |
| bool dispatchNextMessageOnSystemQueue | ( | bool | returnIfNoPendingMessages | ) |
Referenced by HostDrivenEventLoop::processPendingEvents(), and MessageThread::start().