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
Public Member Functions | List of all members
juce::InternalRunLoop Struct Reference

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< intgetRegisteredFds ()
 
void addListener (LinuxEventLoopInternal::Listener &listener)
 
void removeListener (LinuxEventLoopInternal::Listener &listener)
 

Detailed Description

Definition at line 128 of file juce_Messaging_linux.cpp.

Member Function Documentation

◆ addListener()

void juce::InternalRunLoop::addListener ( LinuxEventLoopInternal::Listener listener)

Definition at line 217 of file juce_Messaging_linux.cpp.

◆ dispatchEvent()

void juce::InternalRunLoop::dispatchEvent ( int  fd) const

Definition at line 185 of file juce_Messaging_linux.cpp.

◆ dispatchPendingEvents()

bool juce::InternalRunLoop::dispatchPendingEvents ( )

Definition at line 173 of file juce_Messaging_linux.cpp.

◆ getRegisteredFds()

std::vector< int > juce::InternalRunLoop::getRegisteredFds ( )

Definition at line 205 of file juce_Messaging_linux.cpp.

◆ registerFdCallback()

void juce::InternalRunLoop::registerFdCallback ( int  fd,
std::function< void()> &&  cb,
short  eventMask 
)

Definition at line 133 of file juce_Messaging_linux.cpp.

◆ removeListener()

void juce::InternalRunLoop::removeListener ( LinuxEventLoopInternal::Listener listener)

Definition at line 218 of file juce_Messaging_linux.cpp.

◆ sleepUntilNextEvent()

bool juce::InternalRunLoop::sleepUntilNextEvent ( int  timeoutMs)

Definition at line 199 of file juce_Messaging_linux.cpp.

◆ unregisterFdCallback()

void juce::InternalRunLoop::unregisterFdCallback ( int  fd)

Definition at line 153 of file juce_Messaging_linux.cpp.


The documentation for this struct was generated from the following file: