#include <qscilexerdiff.h>
Inherits QsciLexer.
anonymous enum |
QsciLexerDiff::QsciLexerDiff | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Construct a QsciLexerDiff with parent parent and name name. parent is typically the QsciScintilla instance.
virtual QsciLexerDiff::~QsciLexerDiff | ( | ) | [virtual] |
Destroys the QsciLexerDiff instance.
const char* QsciLexerDiff::language | ( | ) | const [virtual] |
const char* QsciLexerDiff::lexer | ( | ) | const [virtual] |
Returns the name of the lexer. Some lexers support a number of languages.
Implements QsciLexer.
QColor QsciLexerDiff::defaultColor | ( | int | style | ) | const [virtual] |
QString QsciLexerDiff::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.
Implements QsciLexer.