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

Base class for all *Notification subclasses. More...

#include <hdicoreNotification.h>

Inheritance diagram for hdi::core::Notification:

Public Member Functions

virtual ~Notification ()
 Destructs a Notification object.
 
virtual NotifierType type () const
 Gets the type of notification data the target object represents.
 

Protected Member Functions

 Notification ()
 Internal use only.
 
 Notification (const Notification &)
 Unused.
 
Notificationoperator= (const Notification &)
 Unused.
 

Protected Attributes

void * _data
 Stores private implementation data.
 

Detailed Description

Base class for all *Notification subclasses.

Constructor & Destructor Documentation

◆ ~Notification()

virtual hdi::core::Notification::~Notification ( )
virtual

Destructs a Notification object.

Author
GW
Date
07/2017

◆ Notification() [1/2]

hdi::core::Notification::Notification ( )
protected

Internal use only.

Author
GW
Date
07/2017

◆ Notification() [2/2]

hdi::core::Notification::Notification ( const Notification & )
protected

Unused.

Author
GW
Date
07/2017

Member Function Documentation

◆ operator=()

Notification & hdi::core::Notification::operator= ( const Notification & )
protected

Unused.

Author
GW
Date
07/2017
Returns
The target Notification object, but with its values updated to match that of the param

◆ type()

virtual NotifierType hdi::core::Notification::type ( ) const
virtual

Gets the type of notification data the target object represents.

Author
GW
Date
07/2017
Returns
Notifier type (useful for determining how to cast a Notification object to its subclass)