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