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::ArtSymbolSetChangedNotification Class Reference

Received for ArtSymbolSetChangedNotifierType. More...

#include <hdicoreNotification.h>

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

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.
 
Notificationoperator= (const Notification &)
 Unused.
 
- Protected Attributes inherited from hdi::core::Notification
void * _data
 Stores private implementation data.
 

Detailed Description

Received for ArtSymbolSetChangedNotifierType.

Constructor & Destructor Documentation

◆ ~ArtSymbolSetChangedNotification()

virtual hdi::core::ArtSymbolSetChangedNotification::~ArtSymbolSetChangedNotification ( )
virtual

Destructs a ArtSymbolSetChangedNotification object.

Author
GW
Date
07/2017

Member Function Documentation

◆ addedSymbols()

SymbolVector hdi::core::ArtSymbolSetChangedNotification::addedSymbols ( ) const

Gets a vector containing each added symbol.

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

◆ changedSymbols()

SymbolVector hdi::core::ArtSymbolSetChangedNotification::changedSymbols ( ) const

Gets a vector containing each changed symbol.

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

◆ removedSymbols()

SymbolVector hdi::core::ArtSymbolSetChangedNotification::removedSymbols ( ) const

Gets a vector containing each removed symbol.

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

◆ renamedSymbols()

SymbolVector hdi::core::ArtSymbolSetChangedNotification::renamedSymbols ( ) const

Gets a vector containing each renamed symbol.

Author
GW
Date
07/2017
Returns
A vector of each symbol that was renamed