![]() |
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
|
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 |
Public Member Functions inherited from Ufe::Notification | |
| Notification () | |
| Constructor. More... | |
| Notification (const Notification &)=default | |
| Default copy constructor. More... | |
| virtual | ~Notification () |
| Destructor. More... | |
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 27 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 45 of file attributesNotification.h.
|
private |
Definition at line 44 of file attributesNotification.h.