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

Classes

struct  Listener
 

Static Public Member Functions

static void registerLinuxEventLoopListener (Listener &)
 
static void deregisterLinuxEventLoopListener (Listener &)
 
static void invokeEventLoopCallbackForFd (int)
 
static std::vector< intgetRegisteredFds ()
 

Detailed Description

Definition at line 26 of file juce_EventLoopInternal_linux.h.

Member Function Documentation

◆ deregisterLinuxEventLoopListener()

void juce::LinuxEventLoopInternal::deregisterLinuxEventLoopListener ( LinuxEventLoopInternal::Listener listener)
static

Definition at line 376 of file juce_Messaging_linux.cpp.

◆ getRegisteredFds()

std::vector< int > juce::LinuxEventLoopInternal::getRegisteredFds ( )
static

Definition at line 388 of file juce_Messaging_linux.cpp.

◆ invokeEventLoopCallbackForFd()

void juce::LinuxEventLoopInternal::invokeEventLoopCallbackForFd ( int  fd)
static

Definition at line 382 of file juce_Messaging_linux.cpp.

◆ registerLinuxEventLoopListener()

void juce::LinuxEventLoopInternal::registerLinuxEventLoopListener ( LinuxEventLoopInternal::Listener listener)
static

Definition at line 370 of file juce_Messaging_linux.cpp.


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