![]() |
ufe
1.0
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 |
![]() | |
Notification () | |
Constructor. More... | |
Notification (const Notification &)=default | |
Default copy constructor. More... | |
virtual | ~Notification () |
Destructor. More... | |
Private Attributes | |
SceneItem::Ptr | fItem |
Base class for object add scene notifications.
This class is the base class for object add scene notifications.
Definition at line 22 of file sceneNotification.h.
Ufe::ObjectAdd::ObjectAdd | ( | const SceneItem::Ptr & | item | ) |
Constructor.
|
default |
Default copy constructor.
|
override |
Destructor.
SceneItem::Ptr Ufe::ObjectAdd::item | ( | ) | const |
|
private |
Definition at line 38 of file sceneNotification.h.