ufe 6.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
Ufe::Duplicate Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Duplicate() [1/2]

Ufe::Duplicate::Duplicate ( )

Initialize the item and the undoable command to null.

◆ Duplicate() [2/2]

Ufe::Duplicate::Duplicate ( const SceneItem::Ptr ,
const UndoableCommand::Ptr  
)

Construct.

Member Data Documentation

◆ item

SceneItem::Ptr Ufe::Duplicate::item

Root of the duplicate hierarchy.

Definition at line 35 of file sceneItemOps.h.

◆ undoableCommand

UndoableCommand::Ptr Ufe::Duplicate::undoableCommand

Undoable command whose undo removes the duplicated object(s).

Definition at line 37 of file sceneItemOps.h.


The documentation for this struct was generated from the following file: