Go to the source code of this file.
Classes | |
class | pqUndoStack |
pqUndoStack represents a vtkSMUndoStack along with a a vtkSMUndoStackBuilder. More... | |
class | pqScopedUndoExclude |
class | pqScopedUndoSet |
Macros | |
#define | SCOPED_UNDO_EXCLUDE() SCOPED_UNDO_EXCLUDE__0(__LINE__) |
#define | SCOPED_UNDO_EXCLUDE__0(line) pqScopedUndoExclude val##line |
#define | SCOPED_UNDO_SET(txt) SCOPED_UNDO_SET__0(__LINE__, txt) |
#define | SCOPED_UNDO_SET__0(line, txt) pqScopedUndoSet val##line(txt) |
Functions | |
void | BEGIN_UNDO_SET (const QString &name) |
void | END_UNDO_SET () |
void | CLEAR_UNDO_STACK () |
void | ADD_UNDO_ELEM (vtkUndoElement *elem) |
void | BEGIN_UNDO_EXCLUDE () |
void | END_UNDO_EXCLUDE () |
#define SCOPED_UNDO_EXCLUDE | ( | ) | SCOPED_UNDO_EXCLUDE__0(__LINE__) |
Definition at line 227 of file pqUndoStack.h.
#define SCOPED_UNDO_EXCLUDE__0 | ( | line | ) | pqScopedUndoExclude val##line |
Definition at line 228 of file pqUndoStack.h.
#define SCOPED_UNDO_SET | ( | txt | ) | SCOPED_UNDO_SET__0(__LINE__, txt) |
Definition at line 230 of file pqUndoStack.h.
#define SCOPED_UNDO_SET__0 | ( | line, | |
txt | |||
) | pqScopedUndoSet val##line(txt) |
Definition at line 231 of file pqUndoStack.h.
|
inline |
Definition at line 153 of file pqUndoStack.h.
|
inline |
Definition at line 162 of file pqUndoStack.h.
|
inline |
Definition at line 171 of file pqUndoStack.h.
|
inline |
Definition at line 180 of file pqUndoStack.h.
|
inline |
Definition at line 189 of file pqUndoStack.h.
|
inline |
Definition at line 198 of file pqUndoStack.h.