#include <qextscintillalexersql.h>
Inherits QextScintillaLexer.
|
This enum defines the meanings of the different styles used by the SQL lexer. |
|
Construct a QextScintillaLexerSQL with parent parent and name name. parent is typically the QextScintilla instance. |
|
Destroys the QextScintillaLexerSQL instance.
|
|
Returns the name of the language.
Implements QextScintillaLexer.
|
|
Returns the name of the lexer. Some lexers support a number of languages. Implements QextScintillaLexer.
|
|
Returns the style used for braces for brace matching.
Reimplemented from QextScintillaLexer.
|
|
Returns the foreground colour of the text for style number style.
Reimplemented from QextScintillaLexer.
|
|
Returns the font for style number style.
Reimplemented from QextScintillaLexer.
|
|
Returns the set of keywords for the keyword set recognised by the lexer as a space separated string. Reimplemented from QextScintillaLexer.
|
|
Returns the descriptive name for style number style. If the style is invalid for this language then QString::null is returned. This is intended to be used in user preference dialogs. Implements QextScintillaLexer.
|