26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_UNDOSTACKMANAGER_H
27 #define __TERRALIB_EDIT_QT_INTERNAL_UNDOSTACKMANAGER_H
30 #include "../../../geometry/Envelope.h"
31 #include "../../../maptools/AbstractLayer.h"
32 #include "../../../qt/widgets/tools/AbstractTool.h"
33 #include "../../RepositoryManager.h"
34 #include "../Config.h"
69 void addUndoStack(QUndoCommand* command);
76 QUndoStack* getUndoStack();
93 #endif // __TERRALIB_EDIT_QT_INTERNAL_UNDOSTACKMANAGER_H
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module.
QUndoStack * m_undoStack
Undo/Redo stack.
Template support for singleton pattern.