QGIS/python/gui/auto_generated/qgsexpressionhighlighter.sip.in

36 lines
1.3 KiB
Plaintext
Raw Normal View History

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 *
************************************************************************/
class QgsExpressionHighlighter : QSyntaxHighlighter
{
2017-05-23 14:44:34 +02:00
%TypeHeaderCode
#include "qgsexpressionhighlighter.h"
%End
public:
QgsExpressionHighlighter( QTextDocument *parent = 0 );
void addFields( const QStringList &fieldList );
protected:
2017-05-23 14:44:34 +02:00
virtual void highlightBlock( const QString &text );
};
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 *
************************************************************************/