16 #ifndef QGSCODEEDITORCSS_H 
   17 #define QGSCODEEDITORCSS_H 
   22 #include <Qsci/qscilexercss.h> 
   29 class QgsQsciLexerCSS : 
public QsciLexerCSS
 
   34     QgsQsciLexerCSS( QObject *parent = 
nullptr );
 
   36     QString description( 
int style ) 
const override;
 
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).
#define SIP_IF_MODULE(condition)