![]() |
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 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... | |
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.
| Ufe::Rename::Rename | ( | ) |
Initialize the item and the undoable command to null.
| Ufe::Rename::Rename | ( | const SceneItem::Ptr & | , |
| const UndoableCommand::Ptr & | |||
| ) |
Construct.
| SceneItem::Ptr Ufe::Rename::item |
Renamed item.
Definition at line 55 of file sceneItemOps.h.
| UndoableCommand::Ptr Ufe::Rename::undoableCommand |
Undoable command whose undo restores the original item's name.
Definition at line 57 of file sceneItemOps.h.