ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Attribute removed 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 removed notification.
An object of this class is sent to observers when an attribute was removed on a single node.
Definition at line 79 of file attributesNotification.h.
|
default |
Constructor.
Ufe::AttributeChanged::AttributeChanged | ( | const Path & | path, |
const std::string & | name | ||
) |
Constructor.