#include <UndoHandler.h>
Definition at line 30 of file UndoHandler.h.
 
◆ UndoHandler()
  
  | 
        
          | Kwave::UndoHandler::UndoHandler | ( |  | ) |  |  | inline | 
 
 
◆ ~UndoHandler()
  
  | 
        
          | virtual Kwave::UndoHandler::~UndoHandler | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ saveUndoData()
Called by an undo manager to notify the handler that it is time to save data for undo.
- Parameters
- 
  
    | undo | an undo transaction to append some undo data |  
 
- Return values
- 
  
    | true | if successful |  | false | if saving undo data failed, e.g. out of memory or aborted |  
 
Implemented in Kwave::SelectionTracker.
Referenced by Kwave::UndoManager::startUndoTransaction().
 
 
The documentation for this class was generated from the following file: