QScintilla
2.8.4
|
#include <qscilexerfortran.h>
Inherits QsciLexerFortran77.
The QsciLexerFortran class encapsulates the Scintilla Fortran lexer.
QsciLexerFortran::QsciLexerFortran | ( | QObject * | parent = 0 | ) |
Construct a QsciLexerFortran with parent parent. parent is typically the QsciScintilla instance.
const char* QsciLexerFortran::lexer | ( | ) | const [virtual] |
Returns the name of the lexer. Some lexers support a number of languages.
Reimplemented from QsciLexerFortran77.
const char* QsciLexerFortran::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 QsciLexerFortran77.