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

Public Member Functions

 DataDeliveryMessage (InterprocessConnection *ipc, const MemoryBlock &d)
 
void messageCallback () override
 
- Public Member Functions inherited from juce::Message
 Message () noexcept
 Creates an uninitialised message.
 
- 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. More...
 
void decReferenceCount () noexcept
 Decreases the object's reference count. More...
 
bool decReferenceCountWithoutDeleting () noexcept
 Decreases the object's reference count. More...
 
int getReferenceCount () const noexcept
 Returns the object's current reference count.
 

Public Attributes

WeakReference< InterprocessConnectionowner
 
MemoryBlock data
 

Additional Inherited Members

- Public Types inherited from juce::Message
using Ptr = ReferenceCountedObjectPtr< Message >
 
- 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. More...
 

Detailed Description

Definition at line 249 of file juce_InterprocessConnection.cpp.


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