2017-05-23 14:44:34 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgsexpressionhighlighter.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsExpressionHighlighter : QSyntaxHighlighter
|
|
|
|
{
|
2017-05-23 14:44:34 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsexpressionhighlighter.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
QgsExpressionHighlighter( QTextDocument *parent = 0 );
|
2017-05-01 16:42:33 +02:00
|
|
|
void addFields( const QStringList &fieldList );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
protected:
|
2017-05-23 14:44:34 +02:00
|
|
|
virtual void highlightBlock( const QString &text );
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-05-23 14:44:34 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgsexpressionhighlighter.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|