QGIS/python/gui/auto_generated/codeeditors/qgscodeeditorjson.sip.in
Denis Rouzaud ec16736306 run sipify
2021-10-12 16:34:05 +10:00

45 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/codeeditors/qgscodeeditorjson.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsCodeEditorJson : QgsCodeEditor
{
%Docstring(signature="appended")
A JSON editor based on QScintilla2. Adds syntax highlighting and
code autocompletion.
.. versionadded:: 3.20
%End
%TypeHeaderCode
#include "qgscodeeditorjson.h"
%End
public:
QgsCodeEditorJson( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsCodeEditorJson
%End
protected slots:
virtual void initializeLexer();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/codeeditors/qgscodeeditorjson.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/