mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Allows plugins to create a nice editor for JSON content -- not easy to do if we don't expose this through the QGIS api!
41 lines
1.4 KiB
Plaintext
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 *
|
|
************************************************************************/
|