#include <qscilexerfortran.h>
Inherits QsciLexerFortran77.
QsciLexerFortran::QsciLexerFortran | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Construct a QsciLexerFortran with parent parent and name name. parent is typically the QsciScintilla instance.
virtual QsciLexerFortran::~QsciLexerFortran | ( | ) | [virtual] |
Destroys the QsciLexerFortran instance.
const char* QsciLexerFortran::language | ( | ) | const [virtual] |
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.