![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Attribute value 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... | |
Attribute value changed notification.
An object of this class is sent to observers when the value of an attribute on a single node has changed.
Definition at line 54 of file attributesNotification.h.
| Ufe::AttributeChanged::AttributeChanged |
Constructor.
|
default |
Constructor.