Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
hdi::core::ArtObjectsChangedNotification Class Reference

Received for ArtObjectsChangedNotifierType. More...

#include <hdicoreNotification.h>

Inheritance diagram for hdi::core::ArtObjectsChangedNotification:
Inheritance graph
[legend]
Collaboration diagram for hdi::core::ArtObjectsChangedNotification:
Collaboration graph
[legend]

Public Types

typedef std::vector< std::string > UUIDVector
 

Public Member Functions

virtual ~ArtObjectsChangedNotification ()
 Destructs a ArtObjectsChangedNotification object.
 
const UUIDVector *const addedArt () const
 Gets a vector containing the UUID of each added piece of art.
 
const UUIDVector *const removedArt () const
 Gets a vector containing the UUID of each removed piece of art.
 
const UUIDVector *const changedArt () const
 Gets a vector containing the UUID of each changed piece of art.
 
- Public Member Functions inherited from hdi::core::Notification
virtual ~Notification ()
 Destructs a Notification object.
 
virtual NotifierType type () const
 Gets the type of notification data the target object represents.
 

Friends

class NotifyMessage
 

Additional Inherited Members

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

Detailed Description

Received for ArtObjectsChangedNotifierType.

Constructor & Destructor Documentation

◆ ~ArtObjectsChangedNotification()

virtual hdi::core::ArtObjectsChangedNotification::~ArtObjectsChangedNotification ( )
virtual

Destructs a ArtObjectsChangedNotification object.

Author
GW
Date
07/2017

Member Function Documentation

◆ addedArt()

const UUIDVector *const hdi::core::ArtObjectsChangedNotification::addedArt ( ) const

Gets a vector containing the UUID of each added piece of art.

Author
GW
Date
07/2017
Returns
A vector of each UUID that was added

◆ changedArt()

const UUIDVector *const hdi::core::ArtObjectsChangedNotification::changedArt ( ) const

Gets a vector containing the UUID of each changed piece of art.

Author
GW
Date
07/2017
Returns
A vector of each UUID that was changed

◆ removedArt()

const UUIDVector *const hdi::core::ArtObjectsChangedNotification::removedArt ( ) const

Gets a vector containing the UUID of each removed piece of art.

Author
GW
Date
07/2017
Returns
A vector of each UUID that was removed