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
|
Base class for all Light notifications. More...
#include <lightNotification.h>
Public Member Functions | |
LightChanged (const SceneItem::Ptr &item) | |
LightChanged (const LightChanged &)=default | |
Default copy constructor. More... | |
~LightChanged () override | |
Destructor. More... | |
SceneItem::Ptr | item () 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 |
Private Attributes | |
const SceneItem::Ptr | fItem |
Base class for all Light notifications.
This class is the base class for all Light changed notifications.
Definition at line 23 of file lightNotification.h.
Ufe::LightChanged::LightChanged | ( | const SceneItem::Ptr & | item | ) |
Constructor.
item | LightChanged Notification on the given SceneItem. |
|
default |
Default copy constructor.
|
override |
Destructor.
SceneItem::Ptr Ufe::LightChanged::item | ( | ) | const |
|
private |
Definition at line 37 of file lightNotification.h.