#include <UT_UndoManager.h>
Definition at line 75 of file UT_UndoManager.h.
| UT_UndoManager::UT_UndoManager | ( | ) |
| UT_UndoManager::~UT_UndoManager | ( | ) |
| void UT_UndoManager::addToLastUndoBlock | ( | UT_Undo * | undo | ) |
| void UT_UndoManager::addToUndoBlock | ( | UT_Undo * | undo | ) |
| void UT_UndoManager::allowUndos | ( | ) | [inline] |
Definition at line 134 of file UT_UndoManager.h.
| int UT_UndoManager::beginLastUndoBlock | ( | const char * | name, | |
| UT_UndoBlockType | blocktype | |||
| ) |
| int UT_UndoManager::beginUndoBlock | ( | const char * | name, | |
| UT_UndoBlockType | blocktype | |||
| ) |
| void UT_UndoManager::clearUndoFlags | ( | ) |
| void UT_UndoManager::clearUndos | ( | ) |
| static void UT_UndoManager::disableUndoCreation | ( | ) | [static] |
| void UT_UndoManager::disallowUndos | ( | ) | [inline] |
Definition at line 133 of file UT_UndoManager.h.
| static void UT_UndoManager::enableUndoCreation | ( | ) | [static] |
| void UT_UndoManager::endUndoBlock | ( | int | level | ) |
| int64 UT_UndoManager::getMemoryUsage | ( | ) |
| int64 UT_UndoManager::getMemoryUsageLimit | ( | ) | [inline] |
Definition at line 151 of file UT_UndoManager.h.
| const char* UT_UndoManager::getRedoOperationName | ( | ) |
| const UT_UndoBlock* UT_UndoManager::getRedoStack | ( | ) | const [inline] |
Definition at line 172 of file UT_UndoManager.h.
| const char* UT_UndoManager::getUndoOperationName | ( | ) |
| const UT_UndoBlock* UT_UndoManager::getUndoStack | ( | ) | const [inline] |
Definition at line 171 of file UT_UndoManager.h.
| void UT_UndoManager::installUndoFlagClearer | ( | void(*)(void *data) | function, | |
| void * | data | |||
| ) |
| 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::removeUndoFlagClearer | ( | void(*)(void *data) | function, | |
| void * | data | |||
| ) |
| void UT_UndoManager::resumeTopLevelUndoBlock | ( | ) |
| void UT_UndoManager::setMemoryUsageLimit | ( | int64 | bytes | ) |
| void UT_UndoManager::setUndoInterest | ( | void(*)(void *data) | function, | |
| void * | data | |||
| ) |
| void UT_UndoManager::suspendTopLevelUndoBlock | ( | ) |
| void UT_UndoManager::undo | ( | bool | strict = false, |
|
| bool | redoable = true | |||
| ) |
| int UT_UndoManager::willAcceptUndoAddition | ( | ) |
1.5.9