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

Base class for all Transform3d notifications. More...

#include <transform3dNotification.h>

Inheritance diagram for Ufe::Transform3dChanged:
Collaboration diagram for Ufe::Transform3dChanged:

Public Member Functions

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

This class is the base class for all Transform3d changed notifications.

Definition at line 23 of file transform3dNotification.h.

Constructor & Destructor Documentation

◆ Transform3dChanged() [1/2]

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

Constructor.

Parameters
itemTransform3dChanged Notification on the given SceneItem.

◆ Transform3dChanged() [2/2]

Ufe::Transform3dChanged::Transform3dChanged ( const Transform3dChanged )
default

Default copy constructor.

◆ ~Transform3dChanged()

Ufe::Transform3dChanged::~Transform3dChanged ( )
override

Destructor.

Member Function Documentation

◆ item()

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

Member Data Documentation

◆ fItem

SceneItem::Ptr Ufe::Transform3dChanged::fItem
private

Definition at line 37 of file transform3dNotification.h.


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