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

Base class for all Camera notifications. More...

#include <cameraNotification.h>

Inheritance diagram for Ufe::CameraChanged:
Collaboration diagram for Ufe::CameraChanged:

Public Member Functions

 CameraChanged (const SceneItem::Ptr &item)
 
 CameraChanged (const CameraChanged &)=default
 Default copy constructor. More...
 
 ~CameraChanged () 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

SceneItem::Ptr fItem
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CameraChanged() [1/2]

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

Constructor.

Parameters
itemCameraChanged Notification on the given SceneItem.

◆ CameraChanged() [2/2]

Ufe::CameraChanged::CameraChanged ( const CameraChanged )
default

Default copy constructor.

◆ ~CameraChanged()

Ufe::CameraChanged::~CameraChanged ( )
override

Destructor.

Member Function Documentation

◆ item()

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

Member Data Documentation

◆ fItem

SceneItem::Ptr Ufe::CameraChanged::fItem
private

Definition at line 37 of file cameraNotification.h.


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