HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_UndoBundle Class Reference

#include <OP_UndoBundle.h>

+ Inheritance diagram for OP_UndoBundle:

Public Member Functions

 OP_UndoBundle (OP_Bundle *, OP_UndoBundleOperation)
 
 OP_UndoBundle (OP_Bundle *, const char *oldname)
 
 ~OP_UndoBundle () override
 
void undo () override
 
void redo () override
 
- Public Member Functions inherited from UT_Undo
 UT_Undo ()
 
virtual ~UT_Undo ()
 
virtual bool isValid ()
 
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 ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 35 of file OP_UndoBundle.h.

Constructor & Destructor Documentation

OP_UndoBundle::OP_UndoBundle ( OP_Bundle ,
OP_UndoBundleOperation   
)
OP_UndoBundle::OP_UndoBundle ( OP_Bundle ,
const char *  oldname 
)
OP_UndoBundle::~OP_UndoBundle ( )
override

Member Function Documentation

void OP_UndoBundle::redo ( )
overridevirtual

Implements UT_Undo.

void OP_UndoBundle::undo ( )
overridevirtual

Implements UT_Undo.


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