#include <UiAnimViewUndo.h>
Inherits CAbstractUndoAnimNodeTransaction.
|
| CUndoAnimNodeReparent (CUiAnimViewAnimNode *pAnimNode, CUiAnimViewAnimNode *pNewParent) |
|
| CAbstractUndoAnimNodeTransaction (CUiAnimViewAnimNode *pNode) |
|
virtual void | Release () |
| Called to delete undo object.
|
|
virtual int | GetSize ()=0 |
| Return size of this Undo object.
|
|
virtual const char * | GetDescription ()=0 |
| Return description of this Undo object.
|
|
virtual void | Undo (bool bUndo=true)=0 |
|
virtual void | Redo ()=0 |
| Redo undone changes on object.
|
|
virtual const char * | GetObjectName () |
|
virtual bool | IsChanged (unsigned int &compareValue) const |
|
|
virtual int | GetSize () override |
| Return size of this Undo object.
|
|
virtual const char * | GetDescription () override |
| Return description of this Undo object.
|
|
virtual void | Undo (bool bUndo) override |
|
virtual void | Redo () override |
| Redo undone changes on object.
|
|
void | AddNode () |
|
void | RemoveNode (bool bAquireOwnership) |
|
Undo for re-parenting an anim node
◆ GetDescription()
virtual const char * CUndoAnimNodeReparent::GetDescription |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetSize()
virtual int CUndoAnimNodeReparent::GetSize |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ Redo()
virtual void CUndoAnimNodeReparent::Redo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Undo()
virtual void CUndoAnimNodeReparent::Undo |
( |
bool |
bUndo | ) |
|
|
overrideprotectedvirtual |
Undo this object.
- Parameters
-
bUndo | If true this operation called in response to Undo operation. |
Implements UiAnimUndoObject.
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Editor/Animation/UiAnimViewUndo.h