#include <UT_UndoManager.h>
- Examples:
- SOP/SOP_CustomBrush.C.
Definition at line 71 of file UT_UndoManager.h.
UT_UndoManager::UT_UndoManager |
( |
| ) |
|
UT_UndoManager::~UT_UndoManager |
( |
| ) |
|
void UT_UndoManager::addToLastUndoBlock |
( |
UT_Undo * |
undo | ) |
|
void UT_UndoManager::allowUndos |
( |
| ) |
|
|
inline |
int UT_UndoManager::blockLevel |
( |
| ) |
const |
|
inline |
void UT_UndoManager::clearUndoFlags |
( |
| ) |
|
void UT_UndoManager::clearUndos |
( |
| ) |
|
static void UT_UndoManager::disableUndoCreation |
( |
| ) |
|
|
static |
void UT_UndoManager::disallowUndos |
( |
| ) |
|
|
inline |
static void UT_UndoManager::enableUndoCreation |
( |
| ) |
|
|
static |
void UT_UndoManager::endUndoBlock |
( |
int |
level | ) |
|
int64 UT_UndoManager::getMemoryUsage |
( |
| ) |
|
int64 UT_UndoManager::getMemoryUsageLimit |
( |
| ) |
|
|
inline |
const char* UT_UndoManager::getRedoOperationName |
( |
| ) |
|
const char* UT_UndoManager::getUndoOperationName |
( |
| ) |
|
bool UT_UndoManager::isTopLevelUndoSuspended |
( |
| ) |
const |
int UT_UndoManager::isUndoEnabled |
( |
| ) |
|
int UT_UndoManager::performingUndoRedo |
( |
| ) |
|
void UT_UndoManager::pruneInvalidUndos |
( |
| ) |
|
Free all invalid undos/redos.
void UT_UndoManager::redo |
( |
bool |
strict = false | ) |
|
void UT_UndoManager::resumeTopLevelUndoBlock |
( |
| ) |
|
void UT_UndoManager::setMemoryUsageLimit |
( |
int64 |
bytes | ) |
|
void UT_UndoManager::suspendTopLevelUndoBlock |
( |
| ) |
|
void UT_UndoManager::undo |
( |
bool |
strict = false , |
|
|
bool |
redoable = true |
|
) |
| |
int UT_UndoManager::willAcceptUndoAddition |
( |
| ) |
|
The documentation for this class was generated from the following file: