QScintilla  2.8.4
Public Member Functions
QsciLexerIDL Class Reference

#include <qscilexeridl.h>

Inherits QsciLexerCPP.

List of all members.

Public Member Functions


Detailed Description

The QsciLexerIDL class encapsulates the Scintilla IDL lexer.


Constructor & Destructor Documentation

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

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


Member Function Documentation

const char* QsciLexerIDL::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 QsciLexerCPP.

QString QsciLexerIDL::description ( int  style) const [virtual]

Returns the descriptive name for style number style. If the style is invalid for this language then an empty QString is returned. This is intended to be used in user preference dialogs.

Reimplemented from QsciLexerCPP.