ParaView
Classes | Functions
pqUndoStack.h File Reference
#include "pqCoreModule.h"
#include <QObject>
#include "pqApplicationCore.h"
Include dependency graph for pqUndoStack.h:

Go to the source code of this file.

Classes

class  pqUndoStack
 pqUndoStack represents a vtkSMUndoStack along with a a vtkSMUndoStackBuilder. More...
 

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 ()
 

Function Documentation

§ BEGIN_UNDO_SET()

void BEGIN_UNDO_SET ( const QString &  name)
inline

Definition at line 184 of file pqUndoStack.h.

§ END_UNDO_SET()

void END_UNDO_SET ( )
inline

Definition at line 193 of file pqUndoStack.h.

§ CLEAR_UNDO_STACK()

void CLEAR_UNDO_STACK ( )
inline

Definition at line 202 of file pqUndoStack.h.

§ ADD_UNDO_ELEM()

void ADD_UNDO_ELEM ( vtkUndoElement elem)
inline

Definition at line 211 of file pqUndoStack.h.

§ BEGIN_UNDO_EXCLUDE()

void BEGIN_UNDO_EXCLUDE ( )
inline

Definition at line 220 of file pqUndoStack.h.

§ END_UNDO_EXCLUDE()

void END_UNDO_EXCLUDE ( )
inline

Definition at line 229 of file pqUndoStack.h.