16 #ifndef QGSEXPRESSIONHIGHLIGHTER_H
17 #define QGSEXPRESSIONHIGHLIGHTER_H
20 #include <QSyntaxHighlighter>
23 #include <QTextCharFormat>
24 #include <QStringList>
34 void addFields( QStringList fieldList );
37 void highlightBlock(
const QString &text );
40 struct HighlightingRule
43 QTextCharFormat format;
45 QVector<HighlightingRule> highlightingRules;
47 QTextCharFormat columnNameFormat;
48 QTextCharFormat keywordFormat;
49 QTextCharFormat quotationFormat;
50 QTextCharFormat functionFormat;
53 #endif // QGSEXPRESSIONHIGHLIGHTER_H