#include <UT_UndoBlock.h>
Definition at line 25 of file UT_UndoBlock.h.
UT_UndoBlock::UT_UndoBlock |
( |
const char * |
name, |
|
|
UT_UndoBlock * |
next = NULL |
|
) |
| |
|
explicit |
UT_UndoBlock::~UT_UndoBlock |
( |
| ) |
|
|
override |
void UT_UndoBlock::clearContents |
( |
| ) |
|
void UT_UndoBlock::debugPrint |
( |
int |
indent = 1 | ) |
const |
int64 UT_UndoBlock::getMemoryUsage |
( |
| ) |
|
|
overridevirtual |
const char* UT_UndoBlock::getNestedBlockName |
( |
int |
level | ) |
const |
|
inline |
exint UT_UndoBlock::getSuspendId |
( |
| ) |
const |
|
inline |
int UT_UndoBlock::isEmpty |
( |
| ) |
const |
|
inline |
int UT_UndoBlock::isUndoBlock |
( |
| ) |
const |
|
inlineoverridevirtual |
bool UT_UndoBlock::needToRedo |
( |
| ) |
|
|
overridevirtual |
bool UT_UndoBlock::needToUndo |
( |
| ) |
|
|
overridevirtual |
bool UT_UndoBlock::pruneInvalidUndos |
( |
| ) |
|
Free all invalid undos/redos. Returns true if any pruning was done.
void UT_UndoBlock::redo |
( |
| ) |
|
|
overridevirtual |
void UT_UndoBlock::setNestedBlockName |
( |
int |
level, |
|
|
const char * |
name |
|
) |
| |
void UT_UndoBlock::undo |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: