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 Types | Public Member Functions | Static Public Member Functions | List of all members
juce::XEmbedComponent::Pimpl::SharedKeyWindow Struct Referencefinal
Inheritance diagram for juce::XEmbedComponent::Pimpl::SharedKeyWindow:
juce::ReferenceCountedObject

Public Types

using Ptr = ReferenceCountedObjectPtr< SharedKeyWindow >
 

Public Member Functions

 SharedKeyWindow (ComponentPeer *peerToUse)
 
Window getHandle ()
 
- Public Member Functions inherited from juce::ReferenceCountedObject
void incReferenceCount () noexcept
 Increments the object's reference count.
 
void decReferenceCount () noexcept
 Decreases the object's reference count.
 
bool decReferenceCountWithoutDeleting () noexcept
 Decreases the object's reference count.
 
int getReferenceCount () const noexcept
 Returns the object's current reference count.
 

Static Public Member Functions

static Window getCurrentFocusWindow (ComponentPeer *peerToLookFor)
 
static SharedKeyWindow::Ptr getKeyWindowForPeer (ComponentPeer *peerToLookFor)
 

Additional Inherited Members

- Protected Member Functions inherited from juce::ReferenceCountedObject
 ReferenceCountedObject ()=default
 Creates the reference-counted object (with an initial ref count of zero).
 
 ReferenceCountedObject (const ReferenceCountedObject &) noexcept
 Copying from another object does not affect this one's reference-count.
 
 ReferenceCountedObject (ReferenceCountedObject &&) noexcept
 Copying from another object does not affect this one's reference-count.
 
ReferenceCountedObjectoperator= (const ReferenceCountedObject &) noexcept
 Copying from another object does not affect this one's reference-count.
 
ReferenceCountedObjectoperator= (ReferenceCountedObject &&) noexcept
 Copying from another object does not affect this one's reference-count.
 
virtual ~ReferenceCountedObject ()
 Destructor.
 
void resetReferenceCount () noexcept
 Resets the reference count to zero without deleting the object.
 

Detailed Description

Definition at line 72 of file juce_XEmbedComponent_linux.cpp.

Member Typedef Documentation

◆ Ptr

Definition at line 89 of file juce_XEmbedComponent_linux.cpp.

Constructor & Destructor Documentation

◆ SharedKeyWindow()

juce::XEmbedComponent::Pimpl::SharedKeyWindow::SharedKeyWindow ( ComponentPeer peerToUse)

Definition at line 74 of file juce_XEmbedComponent_linux.cpp.

◆ ~SharedKeyWindow()

juce::XEmbedComponent::Pimpl::SharedKeyWindow::~SharedKeyWindow ( )

Definition at line 80 of file juce_XEmbedComponent_linux.cpp.

Member Function Documentation

◆ getCurrentFocusWindow()

static Window juce::XEmbedComponent::Pimpl::SharedKeyWindow::getCurrentFocusWindow ( ComponentPeer peerToLookFor)
static

Definition at line 94 of file juce_XEmbedComponent_linux.cpp.

◆ getHandle()

Window juce::XEmbedComponent::Pimpl::SharedKeyWindow::getHandle ( )

Definition at line 92 of file juce_XEmbedComponent_linux.cpp.

◆ getKeyWindowForPeer()

static SharedKeyWindow::Ptr juce::XEmbedComponent::Pimpl::SharedKeyWindow::getKeyWindowForPeer ( ComponentPeer peerToLookFor)
static

Definition at line 105 of file juce_XEmbedComponent_linux.cpp.


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