![]() |
ufe 6.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Attribute connection changed notification. More...
#include <attributesNotification.h>


Public Member Functions | |
| AttributeChanged (const Path &path, const std::string &name) | |
| Constructor. More... | |
| AttributeChanged (const AttributeChanged &)=default | |
| Constructor. More... | |
Public Member Functions inherited from Ufe::AttributeChanged | |
| AttributeChanged (const Path &path, const std::string &name) | |
| AttributeChanged (const AttributeChanged &)=default | |
| Default copy constructor. More... | |
| ~AttributeChanged () override | |
| Destructor. More... | |
| const Path & | path () const |
| const std::string & | name () const |
Public Member Functions inherited from Ufe::Notification | |
| Notification () | |
| Constructor. More... | |
| Notification (const Notification &)=default | |
| Default copy constructor. More... | |
| virtual | ~Notification () |
| Destructor. More... | |
| template<typename T > | |
| const T & | staticCast () const |
Attribute connection changed notification.
An object of this class is sent to observers when the connections of an attribute on a single node have changed.
Definition at line 92 of file attributesNotification.h.
|
default |
Constructor.
| Ufe::AttributeChanged::AttributeChanged | ( | const Path & | path, |
| const std::string & | name | ||
| ) |
Constructor.