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