#include <UiAnimViewUndo.h>
Inherits CAbstractUndoTrackEventMove.
|
| CUndoTrackEventMoveUp (CUiAnimViewSequence *pSequence, const QString &eventName) |
|
| CAbstractUndoTrackEventMove (CUiAnimViewSequence *pSequence, const QString &eventName) |
|
| CAbstractUndoTrackEventTransaction (CUiAnimViewSequence *pSequence, const QString &eventName) |
|
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 |
|
|
int | GetSize () override |
| Return size of this Undo object.
|
|
const char * | GetDescription () override |
| Return description of this Undo object.
|
|
void | Undo (bool bUndo) override |
|
void | Redo () override |
| Redo undone changes on object.
|
|
void | MoveUp () |
|
void | MoveDown () |
|
Undo for moving up a track event
◆ GetDescription()
const char * CUndoTrackEventMoveUp::GetDescription |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetSize()
int CUndoTrackEventMoveUp::GetSize |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ Redo()
void CUndoTrackEventMoveUp::Redo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Undo()
void CUndoTrackEventMoveUp::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