32 #ifndef _pqPythonSyntaxHighlighter_h 33 #define _pqPythonSyntaxHighlighter_h 35 #include "pqPythonModule.h" 37 #include <QScopedPointer> 70 bool isReplacingTabs()
const;
75 void setReplaceTabs(
bool replaceTabs);
82 bool eventFilter(QObject*, QEvent*);
84 void rehighlightSyntax();
88 const QScopedPointer<pqInternal> Internals;
This class is a helper object to attach to a QTextEdit to add Python syntax highlighting to the text ...