QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsCodeEditorHTML Class Reference

A HTML editor based on QScintilla2. More...

#include <qgscodeeditorhtml.h>

Inheritance diagram for QgsCodeEditorHTML:
Inheritance graph
[legend]

Public Member Functions

 QgsCodeEditorHTML (QWidget *parent=nullptr)
 Constructor for QgsCodeEditorHTML. More...
 
- Public Member Functions inherited from QgsCodeEditor
 QgsCodeEditor (QWidget *parent=nullptr, const QString &title=QString(), bool folding=false, bool margin=false)
 Construct a new code editor. More...
 
bool foldingVisible ()
 
void insertText (const QString &text)
 Insert text at cursor position, or replace any selected text if user has made a selection. More...
 
bool marginVisible ()
 
void setFoldingVisible (bool folding)
 Set folding visible state. More...
 
void setMarginVisible (bool margin)
 Set margin visible state. More...
 
void setTitle (const QString &title)
 Set the widget title. More...
 

Additional Inherited Members

- Protected Member Functions inherited from QgsCodeEditor
void focusOutEvent (QFocusEvent *event) override
 
QFont getMonospaceFont ()
 
bool isFixedPitch (const QFont &font)
 
void keyPressEvent (QKeyEvent *event) override
 

Detailed Description

A HTML editor based on QScintilla2.

Adds syntax highlighting and code autocompletion.

Note
may not be available in Python bindings, depending on platform support
Since
QGIS 2.6

Definition at line 32 of file qgscodeeditorhtml.h.

Constructor & Destructor Documentation

◆ QgsCodeEditorHTML()

QgsCodeEditorHTML::QgsCodeEditorHTML ( QWidget *  parent = nullptr)

Constructor for QgsCodeEditorHTML.

Definition at line 27 of file qgscodeeditorhtml.cpp.


The documentation for this class was generated from the following files: