QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsCodeEditorCSS Class Reference

A CSS editor based on QScintilla2. More...

#include <qgscodeeditorcss.h>

Inheritance diagram for QgsCodeEditorCSS:
Inheritance graph
[legend]

Public Member Functions

 QgsCodeEditorCSS (QWidget *parent=nullptr)
 
 ~QgsCodeEditorCSS ()
 
- Public Member Functions inherited from QgsCodeEditor
 QgsCodeEditor (QWidget *parent=nullptr, const QString &title="", bool folding=false, bool margin=false)
 Construct a new code editor. More...
 
 ~QgsCodeEditor ()
 
bool foldingVisible ()
 
void insertText (const QString &theText)
 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 CSS editor based on QScintilla2.

Adds syntax highlighting and code autocompletion.

Note
added in 2.6

Definition at line 27 of file qgscodeeditorcss.h.

Constructor & Destructor Documentation

◆ QgsCodeEditorCSS()

QgsCodeEditorCSS::QgsCodeEditorCSS ( QWidget parent = nullptr)

Definition at line 25 of file qgscodeeditorcss.cpp.

◆ ~QgsCodeEditorCSS()

QgsCodeEditorCSS::~QgsCodeEditorCSS ( )

Definition at line 37 of file qgscodeeditorcss.cpp.


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