Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
hdi::core::NotifyMessage Class Reference

Received for NotifyMessageType. More...

#include <hdicoreMessage.h>

Inheritance diagram for hdi::core::NotifyMessage:
Collaboration diagram for hdi::core::NotifyMessage:

Public Member Functions

virtual ~NotifyMessage ()
 Destructs a NotifyMessage object.
Notifier *const notifier () const
 Gets the Notifier object to which the message applies.
Notification *const notification () const
 Gets the Notification data object for the received notifier message, if any is relevant.
Public Member Functions inherited from hdi::core::Message
virtual ~Message ()
 Destructs a Message object.
virtual MessageType type () const
 Gets the type of message data the target object represents.
virtual void * rawData () const
 Gets the raw Illustrator message data struct.

Friends

class Dispatcher

Additional Inherited Members

Protected Member Functions inherited from hdi::core::Message
 Message ()
 Internal use only.
 Message (const Message &)
 Unused.
Messageoperator= (const Message &)
 Unused.
Protected Attributes inherited from hdi::core::Message
void * _data
 Stores private implementation data.

Detailed Description

Received for NotifyMessageType.

Constructor & Destructor Documentation

◆ ~NotifyMessage()

virtual hdi::core::NotifyMessage::~NotifyMessage ( )
virtual

Destructs a NotifyMessage object.

Author
GW
Date
08/2013

Member Function Documentation

◆ notification()

Notification *const hdi::core::NotifyMessage::notification ( ) const

Gets the Notification data object for the received notifier message, if any is relevant.

Author
GW
Date
07/2017
Returns
Relevant Notification data object, or NULL for none

◆ notifier()

Notifier *const hdi::core::NotifyMessage::notifier ( ) const

Gets the Notifier object to which the message applies.

Author
GW
Date
08/2013
Returns
The notifier that should fire