16#ifndef QGSCODEEDITORCSS_H 
   17#define QGSCODEEDITORCSS_H 
   22#include <Qsci/qscilexercss.h> 
   29class QgsQsciLexerCSS : 
public QsciLexerCSS
 
   33    QgsQsciLexerCSS( QObject *parent = 
nullptr );
 
   35    QString description( 
int style ) 
const override;
 
ScriptLanguage
Scripting languages.
 
A CSS editor based on QScintilla2.
 
A text editor based on QScintilla2.
 
virtual void initializeLexer()
Called when the dialect specific code lexer needs to be initialized (or reinitialized).
 
virtual Qgis::ScriptLanguage language() const
Returns the associated scripting language.
 
#define SIP_IF_MODULE(condition)