From 03bc485016127d419bbbbc3cfb09e21e8754b383 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Nov 2011 12:33:18 -0600 Subject: Initial automated TQt conversion --- doc/html/classQextScintillaLexer.html | 122 +++++++++++++++++----------------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'doc/html/classQextScintillaLexer.html') diff --git a/doc/html/classQextScintillaLexer.html b/doc/html/classQextScintillaLexer.html index 6085267..7edb194 100644 --- a/doc/html/classQextScintillaLexer.html +++ b/doc/html/classQextScintillaLexer.html @@ -1,6 +1,6 @@ -QScintilla: QextScintillaLexer Class Reference +TQScintilla: QextScintillaLexer Class Reference @@ -27,25 +27,25 @@ Inherited by QextScintilla List of all members.

Public Slots

Signals

Public Member Functions

Protected Member Functions


Detailed Description

The QextScintillaLexer class is an abstract class used as a base for specific language lexers. @@ -94,14 +94,14 @@ A specific language lexer may provide one or more sets of words to be recognised QextScintillaLexer provides convenience methods for saving and restoring user preferences for fonts and colours.


Constructor & Destructor Documentation

- +
- + @@ -213,7 +213,7 @@ Returns the auto-indentation style. The default is 0 if the language is block st
QextScintillaLexer::QextScintillaLexer (QObject * TQObject *  parent = 0,
- + @@ -259,7 +259,7 @@ Reimplemented in
virtual QColor QextScintillaLexer::color virtual TQColor QextScintillaLexer::color ( int  style
- + @@ -305,7 +305,7 @@ Reimplemented in
virtual QFont QextScintillaLexer::font virtual TQFont QextScintillaLexer::font ( int  style
- + @@ -317,7 +317,7 @@ Reimplemented in

-Returns the descriptive name for style number style. If the style is invalid for this language then QString::null is returned. This is intended to be used in user preference dialogs. +Returns the descriptive name for style number style. If the style is invalid for this language then TQString() is returned. This is intended to be used in user preference dialogs.

Implemented in QextScintillaLexerBash, QextScintillaLexerBatch, QextScintillaLexerCPP, QextScintillaLexerCSharp, QextScintillaLexerCSS, QextScintillaLexerDiff, QextScintillaLexerHTML, QextScintillaLexerIDL, QextScintillaLexerJavaScript, QextScintillaLexerLua, QextScintillaLexerMakefile, QextScintillaLexerPerl, QextScintillaLexerPOV, QextScintillaLexerProperties, QextScintillaLexerPython, QextScintillaLexerRuby, QextScintillaLexerSQL, and QextScintillaLexerTeX. @@ -327,7 +327,7 @@ Implemented in

virtual QString QextScintillaLexer::description virtual TQString QextScintillaLexer::description ( int  style
- + @@ -351,7 +351,7 @@ Reimplemented in
virtual QColor QextScintillaLexer::paper virtual TQColor QextScintillaLexer::paper ( int  style
- + @@ -372,7 +372,7 @@ Returns the default font for all styles.

virtual QFont QextScintillaLexer::defaultFont virtual TQFont QextScintillaLexer::defaultFont (  ) 
- + @@ -393,7 +393,7 @@ Returns the default text colour for all styles.

virtual QColor QextScintillaLexer::defaultColor virtual TQColor QextScintillaLexer::defaultColor (  ) 
- + @@ -430,14 +430,14 @@ Causes all properties to be refreshed by emitting the QextScintillaLexerBash, QextScintillaLexerCPP, QextScintillaLexerCSS, QextScintillaLexerHTML, QextScintillaLexerLua, QextScintillaLexerPerl, QextScintillaLexerPOV, QextScintillaLexerProperties, QextScintillaLexerPython, and QextScintillaLexerSQL.

- +

virtual QColor QextScintillaLexer::defaultPaper virtual TQColor QextScintillaLexer::defaultPaper (  ) 
- + @@ -461,14 +461,14 @@ The colour, paper, font and end-of-line for each style number, and all lexer spe

- +

bool QextScintillaLexer::readSettings (QSettings & TQSettings &  qs,
- + @@ -514,14 +514,14 @@ The auto-indentation style is set to autoindentstyle.

- +

bool QextScintillaLexer::writeSettings (QSettings & TQSettings &  qs,
- + @@ -543,14 +543,14 @@ The auto-indentation style is set to autoindentstyle.

The foreground colour for style number style is set to c. If style is -1 then the colour is set for all styles.

- +

virtual void QextScintillaLexer::setColor (const QColor & const TQColor &  c,
- + @@ -565,14 +565,14 @@ The default font for all styles is set to f.

- +

virtual void QextScintillaLexer::setDefaultFont (const QFont & const TQFont &  f  )  [virtual, slot]
- + @@ -587,14 +587,14 @@ The default text colour for all styles is set to c.

- +

virtual void QextScintillaLexer::setDefaultColor (const QColor & const TQColor &  c  )  [virtual, slot]
- + @@ -638,14 +638,14 @@ The default paper colour for all styles is set to c.

The end-of-line fill for style number style is set to eoffill. If style is -1 then the fill is set for all styles.

- +

virtual void QextScintillaLexer::setDefaultPaper (const QColor & const TQColor &  c  )  [virtual, slot]
- + @@ -667,14 +667,14 @@ The end-of-line fill for style number style is set to eoffill. The font for style number style is set to f. If style is -1 then the font is set for all styles.

- +

virtual void QextScintillaLexer::setFont (const QFont & const TQFont &  f,
- + @@ -696,14 +696,14 @@ The font for style number style is set to f. If style The background colour for style number style is set to c. If style is -1 then the colour is set for all styles.

- +

virtual void QextScintillaLexer::setPaper (const QColor & const TQColor &  c,
- + @@ -754,14 +754,14 @@ This signal is emitted when the foreground colour of style number style This signal is emitted when the end-of-file fill of style number style has changed. The new fill is eoffilled.

- +

void QextScintillaLexer::colorChanged (const QColor & const TQColor &  c,
- + @@ -783,14 +783,14 @@ This signal is emitted when the end-of-file fill of style number style This signal is emitted when the font of style number style has changed. The new font is f.

- +

void QextScintillaLexer::fontChanged (const QFont & const TQFont &  f,
- + @@ -841,20 +841,20 @@ This signal is emitted when the background colour of style number style This signal is emitted when the value of the lexer property prop needs to be changed. The new value is val.

- +

void QextScintillaLexer::paperChanged (const QColor & const TQColor &  c,
- + - + @@ -872,20 +872,20 @@ The lexer's properties are read from the settings qs. prefix ( Reimplemented in QextScintillaLexerBash, QextScintillaLexerCPP, QextScintillaLexerCSS, QextScintillaLexerHTML, QextScintillaLexerLua, QextScintillaLexerPerl, QextScintillaLexerPOV, QextScintillaLexerProperties, QextScintillaLexerPython, and QextScintillaLexerSQL.

- +

virtual bool QextScintillaLexer::readProperties (QSettings & TQSettings &  qs,
const QString & const TQString &  prefix 
- + - + @@ -903,7 +903,7 @@ The lexer's properties are written to the settings qs. prefix Reimplemented in QextScintillaLexerBash, QextScintillaLexerCPP, QextScintillaLexerCSS, QextScintillaLexerHTML, QextScintillaLexerLua, QextScintillaLexerPerl, QextScintillaLexerPOV, QextScintillaLexerProperties, QextScintillaLexerPython, and QextScintillaLexerSQL.

-


Generated on Thu Nov 30 09:32:31 2006 for QScintilla by  +
Generated on Thu Nov 30 09:32:31 2006 for TQScintilla by  doxygen 1.4.7
-- cgit v1.2.3
virtual bool QextScintillaLexer::writeProperties (QSettings & TQSettings &  qs,
const QString & const TQString &  prefix