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