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


Public Types | |
| typedef std::vector< std::shared_ptr< Symbol > > | SymbolVector |
Public Member Functions | |
| virtual | ~ArtSymbolSetChangedNotification () |
| Destructs a ArtSymbolSetChangedNotification object. | |
| SymbolVector | addedSymbols () const |
| Gets a vector containing each added symbol. | |
| SymbolVector | removedSymbols () const |
| Gets a vector containing each removed symbol. | |
| SymbolVector | changedSymbols () const |
| Gets a vector containing each changed symbol. | |
| SymbolVector | renamedSymbols () const |
| Gets a vector containing each renamed symbol. | |
| 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 ArtSymbolSetDetailedChangeNotifierType.
|
virtual |
Destructs a ArtSymbolSetChangedNotification object.
| SymbolVector hdi::core::ArtSymbolSetChangedNotification::addedSymbols | ( | ) | const |
Gets a vector containing each added symbol.
| SymbolVector hdi::core::ArtSymbolSetChangedNotification::changedSymbols | ( | ) | const |
Gets a vector containing each changed symbol.
| SymbolVector hdi::core::ArtSymbolSetChangedNotification::removedSymbols | ( | ) | const |
Gets a vector containing each removed symbol.
| SymbolVector hdi::core::ArtSymbolSetChangedNotification::renamedSymbols | ( | ) | const |
Gets a vector containing each renamed symbol.