#include <UiAnimViewUndo.h>
Inherits UiAnimUndoObject.
|
|
| CUndoSequenceChange (CUiAnimViewSequence *oldSequence, CUiAnimViewSequence *newSequence) |
| |
|
virtual void | Release () |
| | Called to delete undo object.
|
| |
|
virtual const char * | GetObjectName () |
| |
|
virtual bool | IsChanged (unsigned int &compareValue) const |
| |
|
| int | GetSize () override |
| | Return size of this Undo object.
|
| |
| const char * | GetDescription () override |
| | Return description of this Undo object.
|
| |
|
virtual void | ChangeSequence (CUiAnimViewSequence *sequence) |
| |
| void | Undo (bool undo) override |
| |
| void | Redo () override |
| | Redo undone changes on object.
|
| |
Undo for changing current sequence
◆ GetDescription()
| const char * CUndoSequenceChange::GetDescription |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetSize()
| int CUndoSequenceChange::GetSize |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ Redo()
| void CUndoSequenceChange::Redo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Undo()
| void CUndoSequenceChange::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