HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_DelegatedUndo< UndoWorker > Class Template Reference

#include <UT_DelegatedUndo.h>

+ Inheritance diagram for UT_DelegatedUndo< UndoWorker >:

Public Member Functions

 UT_DelegatedUndo (const UT_UndoWorkerFinder< UndoWorker > &undo_worker_finder)
 
- Public Member Functions inherited from UT_DelegatedUndoBase
 UT_DelegatedUndoBase (int undo_worker_id)
 
bool isValid () override
 
- Public Member Functions inherited from UT_Undo
 UT_Undo ()
 
virtual ~UT_Undo ()
 
virtual void undo ()=0
 
virtual void redo ()=0
 
virtual bool needToUndo ()
 
virtual bool needToRedo ()
 
virtual int isUndoBlock () const
 
virtual int64 getMemoryUsage ()
 
void addToMemoryUsage (int64 k)
 
void setMemoryUsage (int64 k)
 
void setNextUndo (UT_Undo *nundo)
 
UT_UndogetNextUndo ()
 

Protected Member Functions

UndoWorker * undoWorker ()
 
- Protected Member Functions inherited from UT_DelegatedUndoBase
voidopaqueUndoWorker ()
 
- Protected Member Functions inherited from UT_Undo
void generateTmpFilename (const char *prefix, UT_String &filename)
 

Detailed Description

template<class UndoWorker>
class UT_DelegatedUndo< UndoWorker >

Definition at line 43 of file UT_DelegatedUndo.h.

Constructor & Destructor Documentation

template<class UndoWorker >
UT_DelegatedUndo< UndoWorker >::UT_DelegatedUndo ( const UT_UndoWorkerFinder< UndoWorker > &  undo_worker_finder)
inline

Definition at line 46 of file UT_DelegatedUndo.h.

Member Function Documentation

template<class UndoWorker >
UndoWorker* UT_DelegatedUndo< UndoWorker >::undoWorker ( )
inlineprotected

Definition at line 53 of file UT_DelegatedUndo.h.


The documentation for this class was generated from the following file: