|
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 |
Public Member Functions | |
| void | registerFdCallback (int fd, std::function< void()> &&cb, short eventMask) |
| void | unregisterFdCallback (int fd) |
| bool | dispatchPendingEvents () |
| void | dispatchEvent (int fd) const |
| bool | sleepUntilNextEvent (int timeoutMs) |
| std::vector< int > | getRegisteredFds () |
| void | addListener (LinuxEventLoopInternal::Listener &listener) |
| void | removeListener (LinuxEventLoopInternal::Listener &listener) |
Definition at line 128 of file juce_Messaging_linux.cpp.
| void juce::InternalRunLoop::addListener | ( | LinuxEventLoopInternal::Listener & | listener | ) |
Definition at line 217 of file juce_Messaging_linux.cpp.
Definition at line 185 of file juce_Messaging_linux.cpp.
| bool juce::InternalRunLoop::dispatchPendingEvents | ( | ) |
Definition at line 173 of file juce_Messaging_linux.cpp.
| std::vector< int > juce::InternalRunLoop::getRegisteredFds | ( | ) |
Definition at line 205 of file juce_Messaging_linux.cpp.
| void juce::InternalRunLoop::registerFdCallback | ( | int | fd, |
| std::function< void()> && | cb, | ||
| short | eventMask | ||
| ) |
Definition at line 133 of file juce_Messaging_linux.cpp.
| void juce::InternalRunLoop::removeListener | ( | LinuxEventLoopInternal::Listener & | listener | ) |
Definition at line 218 of file juce_Messaging_linux.cpp.
Definition at line 199 of file juce_Messaging_linux.cpp.
Definition at line 153 of file juce_Messaging_linux.cpp.