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 | Static Public Member Functions | List of all members
juce::NativeChildHandler Class Reference

Public Member Functions

voidgetNativeChild (Component &component) const
 
ComponentgetComponent (void *nativeChild) const
 
void setNativeChild (Component &component, void *nativeChild)
 

Static Public Member Functions

static NativeChildHandlergetInstance ()
 

Detailed Description

Definition at line 31 of file juce_AccessibilityHandler.cpp.

Member Function Documentation

◆ getComponent()

Component * juce::NativeChildHandler::getComponent ( void nativeChild) const

Definition at line 51 of file juce_AccessibilityHandler.cpp.

◆ getInstance()

static NativeChildHandler & juce::NativeChildHandler::getInstance ( )
static

Definition at line 34 of file juce_AccessibilityHandler.cpp.

◆ getNativeChild()

void * juce::NativeChildHandler::getNativeChild ( Component component) const

Definition at line 40 of file juce_AccessibilityHandler.cpp.

◆ setNativeChild()

void juce::NativeChildHandler::setNativeChild ( Component component,
void nativeChild 
)

Definition at line 62 of file juce_AccessibilityHandler.cpp.


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