#include <UiAnimViewUndo.h>
Inherits UiAnimUndoObject.
Inherited by CUndoTrackObject.
|
|
| CUndoAnimKeySelection (CUiAnimViewSequence *pSequence) |
| |
|
bool | IsSelectionChanged () const |
| |
|
virtual void | Release () |
| | Called to delete undo object.
|
| |
|
virtual const char * | GetObjectName () |
| |
|
virtual bool | IsChanged (unsigned int &compareValue) const |
| |
|
|
| 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 keys were selected
◆ GetDescription()
| virtual const char * CUndoAnimKeySelection::GetDescription |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetSize()
| virtual int CUndoAnimKeySelection::GetSize |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ Redo()
| virtual void CUndoAnimKeySelection::Redo |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Undo()
| virtual void CUndoAnimKeySelection::Undo |
( |
bool |
bUndo | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Editor/Animation/UiAnimViewUndo.h