QGIS/python/gui/auto_generated/qgsexpressionhighlighter.sip.in
2025-03-28 14:23:56 +10:00

39 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsexpressionhighlighter.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsExpressionHighlighter : QSyntaxHighlighter
{
%Docstring(signature="appended")
Syntax highlighter for QGIS expressions.
%End
%TypeHeaderCode
#include "qgsexpressionhighlighter.h"
%End
public:
QgsExpressionHighlighter( QTextDocument *parent = 0 );
void addFields( const QStringList &fieldList );
protected:
virtual void highlightBlock( const QString &text );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsexpressionhighlighter.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/