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/classQextScintillaPrinter.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/classQextScintillaPrinter.html') diff --git a/doc/html/classQextScintillaPrinter.html b/doc/html/classQextScintillaPrinter.html index 1e829ca..8ed8223 100644 --- a/doc/html/classQextScintillaPrinter.html +++ b/doc/html/classQextScintillaPrinter.html @@ -1,6 +1,6 @@ -QScintilla: QextScintillaPrinter Class Reference +TQScintilla: QextScintillaPrinter Class Reference @@ -17,7 +17,7 @@
  • Class Hierarchy
  • Class Members
  • -

    QextScintillaPrinter Class Reference

    The QextScintillaPrinter class is a sub-class of the Qt QPrinter class that is able to print the text of a Scintilla document. +

    QextScintillaPrinter Class Reference

    The QextScintillaPrinter class is a sub-class of the TQt TQPrinter class that is able to print the text of a Scintilla document. More...

    #include <qextscintillaprinter.h> @@ -26,7 +26,7 @@


    Detailed Description

    -The QextScintillaPrinter class is a sub-class of the Qt QPrinter class that is able to print the text of a Scintilla document. +The QextScintillaPrinter class is a sub-class of the TQt TQPrinter class that is able to print the text of a Scintilla document.

    -The class can be further sub-classed to alter to layout of the text, adding headers and footers for example. +The class can be further sub-classed to alter to tqlayout of the text, adding headers and footers for example.


    Constructor & Destructor Documentation

    @@ -83,14 +83,14 @@ Destroys the QextScintillaPr


    Member Function Documentation

    -
    +
    - + @@ -102,7 +102,7 @@ Destroys the QextScintillaPr - + @@ -121,7 +121,7 @@ Destroys the QextScintillaPr

    -Format a page, by adding headers and footers for example, before the document text is drawn on it. painter is the painter to be used to add customised text and graphics. drawing is TRUE if the page is actually being drawn rather than being sized. painter drawing methods must only be called when drawing is TRUE. area is the area of the page that will be used to draw the text. This should be modified if it is necessary to reserve space for any customised text or graphics. By default the area is relative to the printable area of the page. Use QPrinter::setFullPage() because calling printRange() if you want to try and print over the whole page. pagenr is the number of the page. The first page is numbered 1. +Format a page, by adding headers and footers for example, before the document text is drawn on it. painter is the painter to be used to add customised text and graphics. drawing is TRUE if the page is actually being drawn rather than being sized. painter drawing methods must only be called when drawing is TRUE. area is the area of the page that will be used to draw the text. This should be modified if it is necessary to reserve space for any customised text or graphics. By default the area is relative to the printable area of the page. Use TQPrinter::setFullPage() because calling printRange() if you want to try and print over the whole page. pagenr is the number of the page. The first page is numbered 1.

    @@ -245,7 +245,7 @@ Sets the line wrap mode used when printing to wmode.

    -


    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 QextScintillaPrinter::formatPage (QPainter & TQPainter &  painter,
    QRect & TQRect &  area,