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
Ufe::AttributeRemoved Class Reference

Attribute removed notification. More...

#include <attributesNotification.h>

Inheritance diagram for Ufe::AttributeRemoved:
Collaboration diagram for Ufe::AttributeRemoved:

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 Pathpath () 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
 

Detailed Description

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.

Member Function Documentation

◆ AttributeChanged() [1/2]

Ufe::AttributeChanged::AttributeChanged ( const AttributeChanged )
default

Constructor.

◆ AttributeChanged() [2/2]

Ufe::AttributeChanged::AttributeChanged ( const Path path,
const std::string &  name 
)

Constructor.


The documentation for this class was generated from the following file: