![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Received for ArtObjectsChangedNotifierType. More...
#include <hdicoreNotification.h>


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. | |
| Notification & | operator= (const Notification &) |
| Unused. | |
| Protected Attributes inherited from hdi::core::Notification | |
| void * | _data |
| Stores private implementation data. | |
Received for ArtObjectsChangedNotifierType.
|
virtual |
Destructs a ArtObjectsChangedNotification object.
| const UUIDVector *const hdi::core::ArtObjectsChangedNotification::addedArt | ( | ) | const |
Gets a vector containing the UUID of each added piece of art.
| const UUIDVector *const hdi::core::ArtObjectsChangedNotification::changedArt | ( | ) | const |
Gets a vector containing the UUID of each changed piece of art.
| const UUIDVector *const hdi::core::ArtObjectsChangedNotification::removedArt | ( | ) | const |
Gets a vector containing the UUID of each removed piece of art.