QScintilla  2.8.4
Public Member Functions
QsciLexerOctave Class Reference

#include <qscilexeroctave.h>

Inherits QsciLexerMatlab.

List of all members.

Public Member Functions


Detailed Description

The QsciLexerOctave class encapsulates the Scintilla Octave file lexer.


Constructor & Destructor Documentation

QsciLexerOctave::QsciLexerOctave ( QObject *  parent = 0,
const char *  name = 0 
)

Construct a QsciLexerOctave with parent parent and name name. parent is typically the QsciScintilla instance.


Member Function Documentation

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.