JUCE
|
Internal class used as the base class for all message objects. More...
Public Types | |
typedef ReferenceCountedObjectPtr< MessageBase > | Ptr |
Public Member Functions | |
MessageBase () noexcept | |
virtual | ~MessageBase () |
virtual void | messageCallback ()=0 |
bool | post () |
![]() | |
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. More... | |
Additional Inherited Members | |
![]() | |
ReferenceCountedObject () | |
Creates the reference-counted object (with an initial ref count of zero). More... | |
virtual | ~ReferenceCountedObject () |
Destructor. More... | |
void | resetReferenceCount () noexcept |
Resets the reference count to zero without deleting the object. More... | |
Internal class used as the base class for all message objects.
You shouldn't need to use this directly - see the CallbackMessage or Message classes instead.
|
noexcept |
|
virtual |
|
pure virtual |
Implemented in CallbackMessage.
Referenced by CallbackMessage::~CallbackMessage().
bool MessageManager::MessageBase::post | ( | ) |