![]() |
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 path change scene notifications. More...
#include <sceneNotification.h>
Public Member Functions | |
ObjectPathChange () | |
Constructor. More... | |
ObjectPathChange (const ObjectPathChange &)=default | |
Default copy constructor. More... | |
~ObjectPathChange () override | |
Destructor. More... | |
![]() | |
Notification () | |
Constructor. More... | |
Notification (const Notification &)=default | |
Default copy constructor. More... | |
virtual | ~Notification () |
Destructor. More... | |
Base class for object path change scene notifications.
This is the notification base class for data model changes where no object is created or removed, but an existing object sees its path modified, or a path to it is added or removed.
Definition at line 114 of file sceneNotification.h.
Ufe::ObjectPathChange::ObjectPathChange | ( | ) |
Constructor.
|
default |
Default copy constructor.
|
override |
Destructor.