![]() |
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 object add scene notifications. More...
#include <sceneNotification.h>
Public Member Functions | |
ObjectAdd (const SceneItem::Ptr &item) | |
Constructor. More... | |
ObjectAdd (const ObjectAdd &)=default | |
Default copy constructor. More... | |
~ObjectAdd () override | |
Destructor. More... | |
SceneItem::Ptr | item () const |
Path | changedPath () const override |
![]() | |
SceneChanged (const SceneChanged &)=default | |
Default copy constructor. More... | |
~SceneChanged () override | |
Destructor. More... | |
virtual Path | changedPath () const |
OpType | opType () const |
virtual SubOpStorageType | subOpType () 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 | |
const SceneItem::Ptr | fItem |
Additional Inherited Members | |
![]() | |
enum | OpType : unsigned char { ObjectAdd , ObjectDelete , ObjectPathChange , SubtreeInvalidate , SceneCompositeNotification } |
using | SubOpStorageType = unsigned char |
![]() | |
static constexpr SubOpStorageType | SubOpTypeNone = 0 |
![]() | |
SceneChanged (OpType opType) | |
Constructor. More... | |
Base class for object add scene notifications.
This class is the base class for object add scene notifications.
Definition at line 67 of file sceneNotification.h.
Ufe::ObjectAdd::ObjectAdd | ( | const SceneItem::Ptr & | item | ) |
Constructor.
|
default |
Default copy constructor.
|
override |
Destructor.
|
overridevirtual |
Reimplemented from Ufe::SceneChanged.
SceneItem::Ptr Ufe::ObjectAdd::item | ( | ) | const |
|
private |
Definition at line 86 of file sceneNotification.h.