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::ScopedWindowAssociation Class Reference

Public Member Functions

 ScopedWindowAssociation (void *associatedIn, Window windowIn)
 
 ScopedWindowAssociation (const ScopedWindowAssociation &)=delete
 
ScopedWindowAssociationoperator= (const ScopedWindowAssociation &)=delete
 
 ScopedWindowAssociation (ScopedWindowAssociation &&other) noexcept
 
ScopedWindowAssociationoperator= (ScopedWindowAssociation &&other) noexcept
 
bool isValid () const
 

Detailed Description

Definition at line 34 of file juce_ScopedWindowAssociation_linux.h.

Constructor & Destructor Documentation

◆ ScopedWindowAssociation() [1/2]

juce::ScopedWindowAssociation::ScopedWindowAssociation ( void associatedIn,
Window  windowIn 
)

Definition at line 39 of file juce_ScopedWindowAssociation_linux.h.

◆ ScopedWindowAssociation() [2/2]

juce::ScopedWindowAssociation::ScopedWindowAssociation ( ScopedWindowAssociation &&  other)
noexcept

Definition at line 65 of file juce_ScopedWindowAssociation_linux.h.

◆ ~ScopedWindowAssociation()

juce::ScopedWindowAssociation::~ScopedWindowAssociation ( )
noexcept

Definition at line 74 of file juce_ScopedWindowAssociation_linux.h.

Member Function Documentation

◆ isValid()

bool juce::ScopedWindowAssociation::isValid ( ) const

Definition at line 95 of file juce_ScopedWindowAssociation_linux.h.

◆ operator=()

ScopedWindowAssociation & juce::ScopedWindowAssociation::operator= ( ScopedWindowAssociation &&  other)
noexcept

Definition at line 68 of file juce_ScopedWindowAssociation_linux.h.


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