#include "pqPythonModule.h"
#include "pqPythonEditorActions.h"
#include "pqPythonUndoCommand.h"
#include "pqPythonUtils.h"
#include "pqTextLinkerPython.h"
#include "vtkType.h"
#include <QKeyEvent>
#include <QUndoStack>
#include <QWidget>
#include "pqPythonTextArea.txx"
Go to the source code of this file.
Classes | |
class | pqPythonTextArea |
A python text editor widget. More... | |