![]() |
ufe 6.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Base class for all attribute changed notifications. More...
#include <attributesNotification.h>
Public Member Functions | |
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 |
![]() | |
Notification () | |
Constructor. More... | |
Notification (const Notification &)=default | |
Default copy constructor. More... | |
virtual | ~Notification () |
Destructor. More... | |
template<typename T > | |
const T & | staticCast () const |
Private Attributes | |
Path | fPath |
std::string | fName |
Base class for all attribute changed notifications.
This class is the base class for all attribute changed notifications.
Definition at line 28 of file attributesNotification.h.
Ufe::AttributeChanged::AttributeChanged | ( | const Path & | path, |
const std::string & | name | ||
) |
Constructor.
path | AttributeChanged notification for the node at the tail of path. |
name | Name of the attribute that changed. |
|
default |
Default copy constructor.
|
override |
Destructor.
const std::string & Ufe::AttributeChanged::name | ( | ) | const |
const Path & Ufe::AttributeChanged::path | ( | ) | const |
|
private |
Definition at line 46 of file attributesNotification.h.
|
private |
Definition at line 45 of file attributesNotification.h.