#include <UiAnimViewUndo.h>
Inherits CAbstractUndoTrackEventTransaction.
 | 
| 
  | CUndoTrackEventRename (CUiAnimViewSequence *pSequence, const QString &eventName, const QString &newEventName) | 
|   | 
| 
  | CAbstractUndoTrackEventTransaction (CUiAnimViewSequence *pSequence, const QString &eventName) | 
|   | 
| 
virtual void  | Release () | 
|   | Called to delete undo object. 
  | 
|   | 
| 
virtual const char *  | GetObjectName () | 
|   | 
| 
virtual bool  | IsChanged (unsigned int &compareValue) const | 
|   | 
 | 
| 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.  
  | 
|   | 
Undo for renaming a track event 
 
◆ GetDescription()
  
  
      
        
          | const char * CUndoTrackEventRename::GetDescription  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverrideprotectedvirtual   | 
  
 
 
◆ GetSize()
  
  
      
        
          | int CUndoTrackEventRename::GetSize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverrideprotectedvirtual   | 
  
 
 
◆ Redo()
  
  
      
        
          | void CUndoTrackEventRename::Redo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ Undo()
  
  
      
        
          | void CUndoTrackEventRename::Undo  | 
          ( | 
          bool  | 
          bUndo | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
Undo this object. 
- Parameters
 - 
  
    | bUndo | If true this operation called in response to Undo operation.  | 
  
   
Implements UiAnimUndoObject.
 
 
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Editor/Animation/UiAnimViewUndo.h