#include "pqPythonModule.h"
#include <QTextEdit>
#include <QUndoCommand>
#include <functional>
#include <iostream>
#include <stack>
#include <vector>
Go to the source code of this file.
Classes | |
struct | pqPythonTextHistoryEntry |
class | pqPythonUndoCommand |
The python text editor undo/redo command. More... | |