Open 3D Engine LyShine Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
CAbstractUndoTrackEventMove Class Reference

#include <UiAnimViewUndo.h>

Inherits CAbstractUndoTrackEventTransaction.

Inherited by CUndoTrackEventMoveDown, and CUndoTrackEventMoveUp.

Public Member Functions

 CAbstractUndoTrackEventMove (CUiAnimViewSequence *pSequence, const QString &eventName)
 
- Public Member Functions inherited from CAbstractUndoTrackEventTransaction
 CAbstractUndoTrackEventTransaction (CUiAnimViewSequence *pSequence, const QString &eventName)
 
- Public Member Functions inherited from UiAnimUndoObject
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
 

Protected Member Functions

void MoveUp ()
 
void MoveDown ()
 

Additional Inherited Members

- Protected Attributes inherited from CAbstractUndoTrackEventTransaction
CUiAnimViewSequencem_pSequence
 
QString m_eventName
 

Detailed Description

Base class for undoing moving a track event


The documentation for this class was generated from the following file: