#include <UiAnimViewUndo.h>
Inherits CAbstractUndoAnimNodeTransaction.
 | 
| 
  | CUndoAnimNodeRemove (CUiAnimViewAnimNode *pRemovedNode) | 
|   | 
| 
  | CAbstractUndoAnimNodeTransaction (CUiAnimViewAnimNode *pNode) | 
|   | 
| 
virtual void  | Release () | 
|   | Called to delete undo 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.  
  | 
|   | 
| 
void  | AddNode () | 
|   | 
| 
void  | RemoveNode (bool bAquireOwnership) | 
|   | 
Undo for remove a sub node from a node 
 
◆ GetDescription()
  
  
      
        
          | virtual const char * CUndoAnimNodeRemove::GetDescription  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverrideprotectedvirtual   | 
  
 
 
◆ GetSize()
  
  
      
        
          | virtual int CUndoAnimNodeRemove::GetSize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverrideprotectedvirtual   | 
  
 
 
◆ Redo()
  
  
      
        
          | virtual void CUndoAnimNodeRemove::Redo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ Undo()
  
  
      
        
          | virtual void CUndoAnimNodeRemove::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