![]() |
ufe
1.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Base class for undoable transform operation commands. More...
#include <transform3dUndoableCommands.h>
Public Member Functions | |
BaseTransformUndoableCommand (const SceneItem::Ptr &item) | |
virtual | ~BaseTransformUndoableCommand () |
SceneItem::Ptr | sceneItem () const |
![]() | |
virtual | ~UndoableCommand () |
Destructor. More... | |
virtual void | execute () |
virtual void | undo ()=0 |
virtual void | redo ()=0 |
Private Attributes | |
const SceneItem::Ptr | fItem |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< UndoableCommand > | Ptr |
![]() | |
UndoableCommand () | |
Constructor. More... | |
UndoableCommand (const UndoableCommand &)=delete | |
Deleting copy constructor. More... | |
Base class for undoable transform operation commands.
Definition at line 21 of file transform3dUndoableCommands.h.
Ufe::BaseTransformUndoableCommand::BaseTransformUndoableCommand | ( | const SceneItem::Ptr & | item | ) |
|
virtual |
SceneItem::Ptr Ufe::BaseTransformUndoableCommand::sceneItem | ( | ) | const |
|
private |
Definition at line 29 of file transform3dUndoableCommands.h.