From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqprinter.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/ntqprinter.html') diff --git a/doc/html/ntqprinter.html b/doc/html/ntqprinter.html index ce46bdd5b..cac90609b 100644 --- a/doc/html/ntqprinter.html +++ b/doc/html/ntqprinter.html @@ -359,13 +359,13 @@ FALSE. Returns the current color mode. The default color mode is Color.

See also setColorMode(). -

TQString TQPrinter::creator () const +

TQString TQPrinter::creator () const

Returns the name of the application that created the document.

See also setCreator(). -

TQString TQPrinter::docName () const +

TQString TQPrinter::docName () const

Returns the document name. @@ -461,7 +461,7 @@ print code for each copy.

Returns the orientation setting. The default value is TQPrinter::Portrait.

See also setOrientation(). -

TQString TQPrinter::outputFileName () const +

TQString TQPrinter::outputFileName () const

Returns the name of the output file. There is no default file @@ -497,7 +497,7 @@ dialogs. Returns the currently set paper source of the printer.

See also setPaperSource(). -

TQString TQPrinter::printProgram () const +

TQString TQPrinter::printProgram () const

Returns the name of the program that sends the print output to the @@ -515,14 +515,14 @@ Returns the PageRange of the TQPrinter. After the print setup dialog has been opened, this function returns the value selected by the user.

See also setPrintRange(). -

TQString TQPrinter::printerName () const +

TQString TQPrinter::printerName () const

Returns the printer name. This value is initially set to the name of the default printer.

See also setPrinterName(). -

TQString TQPrinter::printerSelectionOption () const +

TQString TQPrinter::printerSelectionOption () const

Returns the printer options selection string. This is useful only if the print command has been explicitly set. @@ -543,7 +543,7 @@ Sets the printer's color mode to newColorMode, which can be either Color or GrayScale (the default).

See also colorMode(). -

void TQPrinter::setCreator ( const TQString & creator ) [virtual] +

void TQPrinter::setCreator ( const TQString & creator ) [virtual]

Sets the name of the application that created the document to creator.

This function is only applicable to the X11 version of TQt. If no @@ -551,7 +551,7 @@ creator name is specified, the creator will be set to "TQt" followed by some version number.

See also creator(). -

void TQPrinter::setDocName ( const TQString & name ) [virtual] +

void TQPrinter::setDocName ( const TQString & name ) [virtual]

Sets the document name to name. @@ -621,7 +621,7 @@ until the printer dialog is shown (using TQPrinter::setup() take effect from the next call to newPage()

See also orientation(). -

void TQPrinter::setOutputFileName ( const TQString & fileName ) [virtual] +

void TQPrinter::setOutputFileName ( const TQString & fileName ) [virtual]

Sets the name of the output file to fileName.

Setting a null or empty name (0 or "") disables output to a file, @@ -668,7 +668,7 @@ Sets the paper source setting to source. take effect from the next call to newPage()

See also paperSource(). -

void TQPrinter::setPrintProgram ( const TQString & printProg ) [virtual] +

void TQPrinter::setPrintProgram ( const TQString & printProg ) [virtual]

Sets the name of the program that should do the print job to printProg.

On X11, this function sets the program to call with the PostScript @@ -682,7 +682,7 @@ dialog is opened to range. If the PageRange specified by range currently disabled the function does nothing.

See also printRange(). -

void TQPrinter::setPrinterName ( const TQString & name ) [virtual] +

void TQPrinter::setPrinterName ( const TQString & name ) [virtual]

Sets the printer name to name.

The default printer will be used if no printer name is set. @@ -691,7 +691,7 @@ printer. Under any other window system, the window system defines the default printer.

See also printerName(). -

void TQPrinter::setPrinterSelectionOption ( const TQString & option ) [virtual] +

void TQPrinter::setPrinterSelectionOption ( const TQString & option ) [virtual]

Sets the printer to use option to select the printer. option is null by default (which implies that TQt should be smart enough -- cgit v1.2.3