#include <qscilexercsharp.h>
Inherits QsciLexerCPP.
QsciLexerCSharp::QsciLexerCSharp | ( | QObject * | parent = 0 |
) |
Construct a QsciLexerCSharp with parent parent. parent is typically the QsciScintilla instance.
virtual QsciLexerCSharp::~QsciLexerCSharp | ( | ) | [virtual] |
Destroys the QsciLexerCSharp instance.
const char* QsciLexerCSharp::language | ( | ) | const [virtual] |
QColor QsciLexerCSharp::defaultColor | ( | int | style | ) | const [virtual] |
Returns the foreground colour of the text for style number style.
Reimplemented from QsciLexerCPP.
bool QsciLexerCSharp::defaultEolFill | ( | int | style | ) | const [virtual] |
QFont QsciLexerCSharp::defaultFont | ( | int | style | ) | const [virtual] |
QColor QsciLexerCSharp::defaultPaper | ( | int | style | ) | const [virtual] |
Returns the background colour of the text for style number style.
Reimplemented from QsciLexerCPP.
const char* QsciLexerCSharp::keywords | ( | int | set | ) | const [virtual] |
Returns the set of keywords for the keyword set set recognised by the lexer as a space separated string.
Reimplemented from QsciLexerCPP.
QString QsciLexerCSharp::description | ( | int | style | ) | const [virtual] |
Returns the descriptive name for style number style. If the style is invalid for this language then an empty QString is returned. This is intended to be used in user preference dialogs.
Reimplemented from QsciLexerCPP.