|
Open 3D Engine LyShine Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <UiAnimViewUndo.h>
Inherits CAbstractUndoTrackEventTransaction.
Public Member Functions | |
| CUndoTrackEventRemove (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 const char * | GetObjectName () |
| virtual bool | IsChanged ([[maybe_unused]] unsigned int &compareValue) const |
Protected Member Functions | |
| 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. | |
Protected Attributes | |
| CUiAnimViewKeyBundle | m_changedKeys |
Protected Attributes inherited from CAbstractUndoTrackEventTransaction | |
| CUiAnimViewSequence * | m_pSequence |
| QString | m_eventName |
Undo for removing a track event
|
overrideprotectedvirtual |
Undo this object.
| bUndo | If true this operation called in response to Undo operation. |
Implements UiAnimUndoObject.