#include <UiAnimViewUndo.h>
Inherits CAbstractUndoTrackTransaction.
Public Member Functions | |
| CUndoTrackRemove (CUiAnimViewTrack *pRemovedTrack) | |
  Public Member Functions inherited from CAbstractUndoTrackTransaction | |
| CAbstractUndoTrackTransaction (CUiAnimViewTrack *pTrack) | |
  Public Member Functions inherited from UiAnimUndoObject | |
| virtual void | Release () | 
| Called to delete undo object.  | |
| virtual const char * | GetObjectName () | 
| virtual bool | IsChanged (unsigned int &compareValue) const | 
Protected Member Functions | |
| 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.   | |
  Protected Member Functions inherited from CAbstractUndoTrackTransaction | |
| void | AddTrack () | 
| void | RemoveTrack (bool bAquireOwnership) | 
Undo for removing a track from a node
      
  | 
  inlineoverrideprotectedvirtual | 
Return description of this Undo object.
Implements UiAnimUndoObject.
      
  | 
  inlineoverrideprotectedvirtual | 
Return size of this Undo object.
Implements UiAnimUndoObject.
      
  | 
  overrideprotectedvirtual | 
Redo undone changes on object.
Implements UiAnimUndoObject.
      
  | 
  overrideprotectedvirtual | 
Undo this object.
| bUndo | If true this operation called in response to Undo operation. | 
Implements UiAnimUndoObject.