![]() |
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
|
Visibility changed notification. More...
#include <object3dNotification.h>


Public Member Functions | |
| VisibilityChanged (const Path &path) | |
| VisibilityChanged (const VisibilityChanged &)=default | |
| Default copy constructor. More... | |
| ~VisibilityChanged () override | |
| Destructor. More... | |
| const Path & | path () const |
Public Member Functions inherited from Ufe::Notification | |
| Notification () | |
| Constructor. More... | |
| Notification (const Notification &)=default | |
| Default copy constructor. More... | |
| virtual | ~Notification () |
| Destructor. More... | |
Private Attributes | |
| Path | fPath |
Visibility changed notification.
An object of this class is sent to observers when the visibility on an Object3d has changed.
Definition at line 27 of file object3dNotification.h.
| Ufe::VisibilityChanged::VisibilityChanged | ( | const Path & | path | ) |
Constructor.
| path | VisibilityChanged notification for the node at the tail of path. |
|
default |
Default copy constructor.
|
override |
Destructor.
| const Path& Ufe::VisibilityChanged::path | ( | ) | const |
|
private |
Definition at line 41 of file object3dNotification.h.