#include <UiAnimViewUndo.h>
Inherits CUndoAnimKeySelection.
|
| CUndoTrackObject (CUiAnimViewTrack *pTrack, bool bStoreKeySelection=true) |
|
| CUndoAnimKeySelection (CUiAnimViewSequence *pSequence) |
|
bool | IsSelectionChanged () const |
|
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.
|
|
| CUndoAnimKeySelection (CUiAnimViewTrack *pTrack) |
|
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.
|
|
std::vector< bool > | SaveKeyStates (CUiAnimViewSequence *pSequence) const |
|
void | RestoreKeyStates (CUiAnimViewSequence *pSequence, const std::vector< bool > keyStates) |
|
|
CUiAnimViewSequence * | m_pSequence |
|
std::vector< bool > | m_undoKeyStates |
|
std::vector< bool > | m_redoKeyStates |
|
Undo object stored when track is modified.
◆ GetDescription()
virtual const char * CUndoTrackObject::GetDescription |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetSize()
virtual int CUndoTrackObject::GetSize |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ Redo()
virtual void CUndoTrackObject::Redo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Undo()
virtual void CUndoTrackObject::Undo |
( |
bool |
bUndo | ) |
|
|
overrideprotectedvirtual |
Undo this object.
- Parameters
-
bUndo | If true this operation called in response to Undo operation. |
Reimplemented from CUndoAnimKeySelection.
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Editor/Animation/UiAnimViewUndo.h