QGIS API Documentation
2.8.2-Wien
|
A CSS editor based on QScintilla2. More...
#include <qgscodeeditorcss.h>
Public Member Functions | |
QgsCodeEditorCSS (QWidget *parent=0) | |
~QgsCodeEditorCSS () | |
Public Member Functions inherited from QgsCodeEditor | |
QgsCodeEditor (QWidget *parent=0, QString title="", bool folding=false, bool margin=false) | |
Construct a new code editor. | |
~QgsCodeEditor () | |
bool | foldingVisible () |
void | insertText (const QString theText) |
Insert text at cursor position, or replace any selected text if user has made a selection. | |
bool | marginVisible () |
void | setFoldingVisible (bool folding) |
Set folding visible state. | |
void | setMarginVisible (bool margin) |
Set margin visible state. | |
void | setTitle (const QString title) |
Set the widget title. |
Additional Inherited Members | |
Protected Member Functions inherited from QgsCodeEditor | |
QFont | getMonospaceFont () |
bool | isFixedPitch (const QFont &font) |
A CSS editor based on QScintilla2.
Adds syntax highlighting and code autocompletion.
Definition at line 27 of file qgscodeeditorcss.h.
QgsCodeEditorCSS::QgsCodeEditorCSS | ( | QWidget * | parent = 0 | ) |
Definition at line 25 of file qgscodeeditorcss.cpp.
QgsCodeEditorCSS::~QgsCodeEditorCSS | ( | ) |
Definition at line 37 of file qgscodeeditorcss.cpp.