OpenShot Library | libopenshot-audio 0.2.0
juce::ConnectionStateMessage Struct Reference
+ Inheritance diagram for juce::ConnectionStateMessage:

Public Member Functions

 ConnectionStateMessage (InterprocessConnection *ipc, bool connected) noexcept
 
void messageCallback () override
 
- Public Member Functions inherited from juce::MessageManager::MessageBase
bool post ()
 
- 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.
 

Public Attributes

WeakReference< InterprocessConnectionowner
 
bool connectionMade
 

Additional Inherited Members

- Public Types inherited from juce::MessageManager::MessageBase
using Ptr = ReferenceCountedObjectPtr< MessageBase >
 
- 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 200 of file juce_InterprocessConnection.cpp.

Constructor & Destructor Documentation

◆ ConnectionStateMessage()

juce::ConnectionStateMessage::ConnectionStateMessage ( InterprocessConnection ipc,
bool  connected 
)
inlinenoexcept

Definition at line 202 of file juce_InterprocessConnection.cpp.

Member Function Documentation

◆ messageCallback()

void juce::ConnectionStateMessage::messageCallback ( )
inlineoverridevirtual

Member Data Documentation

◆ owner

WeakReference<InterprocessConnection> juce::ConnectionStateMessage::owner

Definition at line 217 of file juce_InterprocessConnection.cpp.

◆ connectionMade

bool juce::ConnectionStateMessage::connectionMade

Definition at line 218 of file juce_InterprocessConnection.cpp.


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