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

Result for undoable rename item. More...

#include <sceneItemOps.h>

Public Member Functions

 Rename ()
 Initialize the item and the undoable command to null. More...
 
 Rename (const SceneItem::Ptr &, const UndoableCommand::Ptr &)
 Construct. More...
 

Public Attributes

SceneItem::Ptr item
 Renamed item. More...
 
UndoableCommand::Ptr undoableCommand
 Undoable command whose undo restores the original item's name. More...
 

Detailed Description

Result for undoable rename item.

This struct provides simple pair-like aggregation for the result of SceneItemOps::renameItemCmd.

Definition at line 47 of file sceneItemOps.h.

Constructor & Destructor Documentation

◆ Rename() [1/2]

Ufe::Rename::Rename ( )

Initialize the item and the undoable command to null.

◆ Rename() [2/2]

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

Construct.

Member Data Documentation

◆ item

SceneItem::Ptr Ufe::Rename::item

Renamed item.

Definition at line 55 of file sceneItemOps.h.

◆ undoableCommand

UndoableCommand::Ptr Ufe::Rename::undoableCommand

Undoable command whose undo restores the original item's name.

Definition at line 57 of file sceneItemOps.h.


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