QsciLexerXML Class Reference

The QsciLexerXML class encapsulates the Scintilla XML lexer. More...

#include <qscilexerxml.h>

Inherits QsciLexerHTML.

List of all members.

Public Member Functions


Detailed Description

The QsciLexerXML class encapsulates the Scintilla XML lexer.

Constructor & Destructor Documentation

QsciLexerXML::QsciLexerXML ( QObject *  parent = 0  ) 

Construct a QsciLexerXML with parent parent. parent is typically the QsciScintilla instance.

virtual QsciLexerXML::~QsciLexerXML (  )  [virtual]

Destroys the QsciLexerXML instance.


Member Function Documentation

const char* QsciLexerXML::language (  )  const [virtual]

Returns the name of the language.

Reimplemented from QsciLexerHTML.

const char* QsciLexerXML::lexer (  )  const [virtual]

Returns the name of the lexer. Some lexers support a number of languages.

Reimplemented from QsciLexerHTML.

QColor QsciLexerXML::defaultColor ( int  style  )  const [virtual]

Returns the foreground colour of the text for style number style.

See also:
defaultPaper()

Reimplemented from QsciLexerHTML.

bool QsciLexerXML::defaultEolFill ( int  style  )  const [virtual]

Returns the end-of-line fill for style number style.

Reimplemented from QsciLexerHTML.

QFont QsciLexerXML::defaultFont ( int  style  )  const [virtual]

Returns the font for style number style.

Reimplemented from QsciLexerHTML.

QColor QsciLexerXML::defaultPaper ( int  style  )  const [virtual]

Returns the background colour of the text for style number style.

See also:
defaultColor()

Reimplemented from QsciLexerHTML.

const char* QsciLexerXML::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 QsciLexerHTML.


Generated on Sat Sep 20 15:28:47 2008 for QScintilla by  doxygen 1.5.5