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::LightChanged Class Reference

Base class for all Light notifications. More...

#include <lightNotification.h>

Inheritance diagram for Ufe::LightChanged:
Collaboration diagram for Ufe::LightChanged:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ LightChanged() [1/2]

Ufe::LightChanged::LightChanged ( const SceneItem::Ptr item)

Constructor.

Parameters
itemLightChanged Notification on the given SceneItem.

◆ LightChanged() [2/2]

Ufe::LightChanged::LightChanged ( const LightChanged )
default

Default copy constructor.

◆ ~LightChanged()

Ufe::LightChanged::~LightChanged ( )
override

Destructor.

Member Function Documentation

◆ item()

SceneItem::Ptr Ufe::LightChanged::item ( ) const
Returns
SceneItem of this Notification.

Member Data Documentation

◆ fItem

const SceneItem::Ptr Ufe::LightChanged::fItem
private

Definition at line 37 of file lightNotification.h.


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