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/classQextScintillaBase.html | 82 ++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'doc/html/classQextScintillaBase.html') diff --git a/doc/html/classQextScintillaBase.html b/doc/html/classQextScintillaBase.html index bbecf39..0efb8d3 100644 --- a/doc/html/classQextScintillaBase.html +++ b/doc/html/classQextScintillaBase.html @@ -1,6 +1,6 @@ -QScintilla: QextScintillaBase Class Reference +TQScintilla: QextScintillaBase Class Reference @@ -1019,8 +1019,8 @@ Inherited by QextScintilla. INDIC_MAX = 7
  • INDIC_PLAIN = 0 -
  • -INDIC_SQUIGGLE = 1 +
  • +INDIC_STQUIGGLE = 1
  • INDIC_TT = 2
  • @@ -1997,7 +1997,7 @@ Inherited by QextScintilla.
  • enum {
      INDIC_MAX = 7, INDIC_PLAIN = 0, -INDIC_SQUIGGLE = 1, +INDIC_STQUIGGLE = 1,
      INDIC_TT = 2, INDIC_DIAGONAL = 3, @@ -2250,7 +2250,7 @@ Inherited by QextScintilla.

    Signals

    Public Member Functions

    Static Public Member Functions

    Protected Member Functions

    @@ -2326,8 +2326,8 @@ long SendScintilla (unsigned int msg, unsigned long wParam, const QPixmap The QextScintillaBase class implements the Scintilla editor widget and its low-level API.

    Scintilla (http://www.scintilla.org) is a powerful C++ editor class that supports many features including syntax styling, error indicators, code completion and call tips. It is particularly useful as a programmer's editor.

    -QextScintillaBase is a port to Qt of Scintilla. It implements the standard Scintilla API which consists of a number of messages each taking up to two arguments.

    -See QextScintilla for the implementation of a higher level API that is more consistent with the rest of the Qt toolkit. +QextScintillaBase is a port to TQt of Scintilla. It implements the standard Scintilla API which consists of a number of messages each taking up to two arguments.

    +See QextScintilla for the implementation of a higher level API that is more consistent with the rest of the TQt toolkit.


    Member Enumeration Documentation

    @@ -2415,7 +2415,7 @@ This message looks for the previous line to contain at least one marker containe
    See also:
    SCI_MARKERNEXT
    SCI_MARKERDEFINEPIXMAP  -This message sets the symbol used to draw one of the 32 markers to a pixmap. Pixmaps use the SC_MARK_PIXMAP marker symbol. wParam is the number of the marker. lParam is a pointer to a QPixmap instance. Note that in other ports of Scintilla this is a pointer to either raw or textual XPM image data.

    +This message sets the symbol used to draw one of the 32 markers to a pixmap. Pixmaps use the SC_MARK_PIXMAP marker symbol. wParam is the number of the marker. lParam is a pointer to a TQPixmap instance. Note that in other ports of Scintilla this is a pointer to either raw or textual XPM image data.

    See also:
    SCI_MARKERDEFINE
    SCI_SETMARGINTYPEN  @@ -2479,7 +2479,7 @@ This message returns the length of the document. SCI_TEXTWIDTH  This message returns the width of some text when rendered in a particular style. wParam is the style number and is one of the STYLE_* values or one of the styles defined by a lexer. lParam is a pointer to the text. SCI_REGISTERIMAGE  -This message takes a copy of an image and registers it so that it can be refered to by a unique integer identifier. wParam is the image's identifier. lParam is a pointer to a QPixmap instance. Note that in other ports of Scintilla this is a pointer to either raw or textual XPM image data.

    +This message takes a copy of an image and registers it so that it can be refered to by a unique integer identifier. wParam is the image's identifier. lParam is a pointer to a TQPixmap instance. Note that in other ports of Scintilla this is a pointer to either raw or textual XPM image data.

    See also:
    SCI_CLEARREGISTEREDIMAGES
    SCI_CLEARREGISTEREDIMAGES  @@ -2827,14 +2827,14 @@ Select the Spice lexer.


    Constructor & Destructor Documentation

    - +
    - + @@ -2938,12 +2938,12 @@ Returns a pointer to a QextScin Send the Scintilla message msg with the optional parameters wParam and lParam.

    - +

    QextScintillaBase::QextScintillaBase (QWidget * TQWidget *  parent = 0,
    - + @@ -2964,7 +2964,7 @@ Returns the recommended size of the widget.
    virtual QSize QextScintillaBase::sizeHint virtual TQSize QextScintillaBase::tqsizeHint (  ) 
    - + @@ -2978,12 +2978,12 @@ Returns the recommended size of the widget. Returns the viewport widget. This is the widget that actually contains the text.

    - +

    QWidget* QextScintillaBase::viewport TQWidget* QextScintillaBase::viewport (  ) 
    - + @@ -3318,20 +3318,20 @@ This signal is emitted when a range of text needs to be syntax styled. The range

    - +

    void QextScintillaBase::QSCN_SELCHANGED void QextScintillaBase::TQSCN_SELCHANGED ( bool  yes
    - + - + @@ -3349,14 +3349,14 @@ Re-implemented to filter certain events.

    - +

    bool QextScintillaBase::eventFilter (QObject * TQObject *  o,
    QEvent * TQEvent *  e 
    - + @@ -3371,14 +3371,14 @@ Re-implemented to handle the key presses for the widget.

    - +

    virtual void QextScintillaBase::keyPressEvent (QKeyEvent * TQKeyEvent *  ke  )  [protected, virtual]
    - + @@ -3393,14 +3393,14 @@ Re-implemented to tell Scintilla it has the focus.

    - +

    virtual void QextScintillaBase::focusInEvent (QFocusEvent * TQFocusEvent *   )  [protected, virtual]
    - + @@ -3458,7 +3458,7 @@ Start a drag operation.

    -


    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 void QextScintillaBase::focusOutEvent (QFocusEvent * TQFocusEvent *   )  [protected, virtual]