![]() |
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
|
#include <sceneNotification.h>
Public Member Functions | |
Op (OpType opTypeArg) | |
Op (OpType opTypeArg, const SceneItem::Ptr &itemArg) | |
Op (OpType opTypeArg, const Path &pathArg) | |
Op (OpType opTypeArg, const SceneItem::Ptr &itemArg, const Path &pathArg) | |
Public Attributes | |
OpType | opType |
SceneItem::Ptr | item |
Path | path |
Definition at line 385 of file sceneNotification.h.
|
inline |
Definition at line 387 of file sceneNotification.h.
|
inline |
Definition at line 390 of file sceneNotification.h.
Definition at line 393 of file sceneNotification.h.
|
inline |
Definition at line 396 of file sceneNotification.h.
SceneItem::Ptr Ufe::SceneCompositeNotification::Op::item |
Definition at line 400 of file sceneNotification.h.
OpType Ufe::SceneCompositeNotification::Op::opType |
Definition at line 399 of file sceneNotification.h.
Path Ufe::SceneCompositeNotification::Op::path |
Definition at line 401 of file sceneNotification.h.