UT_Undo Class Reference
#include <UT_Undo.h>
List of all members.
Detailed Description
- Examples:
-
SOP/SOP_CustomBrush.C.
Definition at line 31 of file UT_Undo.h.
Constructor & Destructor Documentation
| virtual UT_Undo::~UT_Undo |
( |
|
) |
[virtual] |
Member Function Documentation
| void UT_Undo::addToMemoryUsage |
( |
int64 |
k |
) |
[inline] |
| void UT_Undo::generateTmpFilename |
( |
const char * |
prefix, |
|
|
UT_String & |
filename | |
|
) |
| | [protected] |
| virtual int64 UT_Undo::getMemoryUsage |
( |
void |
|
) |
[inline, virtual] |
| UT_Undo* UT_Undo::getNextUndo |
( |
|
) |
[inline] |
| virtual int UT_Undo::isUndoBlock |
( |
|
) |
const [inline, virtual] |
| virtual bool UT_Undo::isValid |
( |
void |
|
) |
[inline, virtual] |
| virtual bool UT_Undo::needToRedo |
( |
|
) |
[inline, virtual] |
| virtual bool UT_Undo::needToUndo |
( |
|
) |
[inline, virtual] |
| virtual void UT_Undo::redo |
( |
|
) |
[pure virtual] |
| void UT_Undo::setMemoryUsage |
( |
int64 |
k |
) |
[inline] |
| void UT_Undo::setNextUndo |
( |
UT_Undo * |
nundo |
) |
[inline] |
| virtual void UT_Undo::undo |
( |
|
) |
[pure virtual] |
The documentation for this class was generated from the following file: