![]() |
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
|
Result for undoable duplicate item. More...
#include <sceneItemOps.h>
Public Member Functions | |
| Duplicate () | |
| Initialize the item and the undoable command to null. More... | |
| Duplicate (const SceneItem::Ptr &, const UndoableCommand::Ptr &) | |
| Construct. More... | |
Public Attributes | |
| SceneItem::Ptr | item |
| Root of the duplicate hierarchy. More... | |
| UndoableCommand::Ptr | undoableCommand |
| Undoable command whose undo removes the duplicated object(s). More... | |
Result for undoable duplicate item.
This struct provides simple pair-like aggregation for the result of SceneItemOps::duplicateItemCmd.
Definition at line 27 of file sceneItemOps.h.
| Ufe::Duplicate::Duplicate | ( | ) |
Initialize the item and the undoable command to null.
| Ufe::Duplicate::Duplicate | ( | const SceneItem::Ptr & | , |
| const UndoableCommand::Ptr & | |||
| ) |
Construct.
| SceneItem::Ptr Ufe::Duplicate::item |
Root of the duplicate hierarchy.
Definition at line 35 of file sceneItemOps.h.
| UndoableCommand::Ptr Ufe::Duplicate::undoableCommand |
Undoable command whose undo removes the duplicated object(s).
Definition at line 37 of file sceneItemOps.h.