QGIS/python/gui/auto_generated/qgscodeeditorjs.sip.in
Nyall Dawson 75c86786c1 Add QgsCodeEditorJavascript subclass of QgsCodeEditor
Allows plugins to create a nice editor for JSON content -- not easy
to do if we don't expose this through the QGIS api!
2020-06-16 17:13:59 +10:00

41 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgscodeeditorjs.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsCodeEditorJavascript : QgsCodeEditor
{
%Docstring
A Javascript editor based on QScintilla2. Adds syntax highlighting and
code autocompletion.
.. versionadded:: 3.14
%End
%TypeHeaderCode
#include "qgscodeeditorjs.h"
%End
public:
QgsCodeEditorJavascript( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsCodeEditorJavascript
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgscodeeditorjs.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/