![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Object renamed scene notification. More...
#include <sceneNotification.h>


Public Member Functions | |
| ObjectRename (const SceneItem::Ptr &item, const Path &previousPath) | |
| Constructor. More... | |
| ObjectRename (const ObjectRename &)=default | |
| Default copy constructor. More... | |
| ~ObjectRename () override | |
| Destructor. More... | |
| SceneItem::Ptr | item () const |
| Path | previousPath () const |
| Path | changedPath () const override |
Public Member Functions inherited from Ufe::ObjectPathChange | |
| ObjectPathChange () | |
| Constructor. More... | |
| ObjectPathChange (const ObjectPathChange &)=default | |
| Default copy constructor. More... | |
| ~ObjectPathChange () override | |
| Destructor. More... | |
Public Member Functions inherited from Ufe::SceneChanged | |
| SceneChanged () | |
| Constructor. More... | |
| SceneChanged (const SceneChanged &)=default | |
| Default copy constructor. More... | |
| ~SceneChanged () override | |
| Destructor. More... | |
Public Member Functions inherited from Ufe::Notification | |
| Notification () | |
| Constructor. More... | |
| Notification (const Notification &)=default | |
| Default copy constructor. More... | |
| virtual | ~Notification () |
| Destructor. More... | |
Private Attributes | |
| const SceneItem::Ptr | fItem |
| const Path | fPreviousPath |
Object renamed scene notification.
A rename notification is a path change notification where only the tail component differs. Implicitly, all children of the renamed object have their paths changed; no notification is sent for this.
Definition at line 190 of file sceneNotification.h.
| Ufe::ObjectRename::ObjectRename | ( | const SceneItem::Ptr & | item, |
| const Path & | previousPath | ||
| ) |
Constructor.
|
default |
Default copy constructor.
|
override |
Destructor.
|
overridevirtual |
Reimplemented from Ufe::SceneChanged.
| SceneItem::Ptr Ufe::ObjectRename::item | ( | ) | const |
| Path Ufe::ObjectRename::previousPath | ( | ) | const |
|
private |
Definition at line 212 of file sceneNotification.h.
|
private |
Definition at line 213 of file sceneNotification.h.