diff options
Diffstat (limited to 'doc/html/ntqprinter.html')
-rw-r--r-- | doc/html/ntqprinter.html | 24 |
1 files changed, 12 insertions, 12 deletions
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 <a href="#ColorMode-enum">Color</a>. <p> <p>See also <a href="#setColorMode">setColorMode</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="creator"></a>TQPrinter::creator () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="creator"></a>TQPrinter::creator () const </h3> <p> Returns the name of the application that created the document. <p> <p>See also <a href="#setCreator">setCreator</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="docName"></a>TQPrinter::docName () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="docName"></a>TQPrinter::docName () const </h3> <p> Returns the document name. @@ -461,7 +461,7 @@ print code for each copy. <p> Returns the orientation setting. The default value is <a href="#Orientation-enum">TQPrinter::Portrait</a>. <p> <p>See also <a href="#setOrientation">setOrientation</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="outputFileName"></a>TQPrinter::outputFileName () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="outputFileName"></a>TQPrinter::outputFileName () const </h3> <p> 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. <p> <p>See also <a href="#setPaperSource">setPaperSource</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="printProgram"></a>TQPrinter::printProgram () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="printProgram"></a>TQPrinter::printProgram () const </h3> <p> 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. <p> <p>See also <a href="#setPrintRange">setPrintRange</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="printerName"></a>TQPrinter::printerName () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="printerName"></a>TQPrinter::printerName () const </h3> <p> Returns the printer name. This value is initially set to the name of the default printer. <p> <p>See also <a href="#setPrinterName">setPrinterName</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="printerSelectionOption"></a>TQPrinter::printerSelectionOption () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="printerSelectionOption"></a>TQPrinter::printerSelectionOption () const </h3> 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 <em>newColorMode</em>, which can be either <a href="#ColorMode-enum">Color</a> or <a href="#ColorMode-enum">GrayScale</a> (the default). <p> <p>See also <a href="#colorMode">colorMode</a>(). -<h3 class=fn>void <a name="setCreator"></a>TQPrinter::setCreator ( const <a href="ntqstring.html">TQString</a> & creator )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setCreator"></a>TQPrinter::setCreator ( const <a href="tqstring.html">TQString</a> & creator )<tt> [virtual]</tt> </h3> Sets the name of the application that created the document to <em>creator</em>. <p> 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. <p> <p>See also <a href="#creator">creator</a>(). -<h3 class=fn>void <a name="setDocName"></a>TQPrinter::setDocName ( const <a href="ntqstring.html">TQString</a> & name )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setDocName"></a>TQPrinter::setDocName ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual]</tt> </h3> Sets the document name to <em>name</em>. @@ -621,7 +621,7 @@ until the printer dialog is shown (using <a href="#setup">TQPrinter::setup</a>() take effect from the next call to <a href="#newPage">newPage</a>() <p> <p>See also <a href="#orientation">orientation</a>(). -<h3 class=fn>void <a name="setOutputFileName"></a>TQPrinter::setOutputFileName ( const <a href="ntqstring.html">TQString</a> & fileName )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setOutputFileName"></a>TQPrinter::setOutputFileName ( const <a href="tqstring.html">TQString</a> & fileName )<tt> [virtual]</tt> </h3> Sets the name of the output file to <em>fileName</em>. <p> Setting a null or empty name (0 or "") disables output to a file, @@ -668,7 +668,7 @@ Sets the paper source setting to <em>source</em>. take effect from the next call to <a href="#newPage">newPage</a>() <p> <p>See also <a href="#paperSource">paperSource</a>(). -<h3 class=fn>void <a name="setPrintProgram"></a>TQPrinter::setPrintProgram ( const <a href="ntqstring.html">TQString</a> & printProg )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPrintProgram"></a>TQPrinter::setPrintProgram ( const <a href="tqstring.html">TQString</a> & printProg )<tt> [virtual]</tt> </h3> Sets the name of the program that should do the print job to <em>printProg</em>. <p> On X11, this function sets the program to call with the PostScript @@ -682,7 +682,7 @@ dialog is opened to <em>range</em>. If the PageRange specified by <em>range</em> currently disabled the function does nothing. <p> <p>See also <a href="#printRange">printRange</a>(). -<h3 class=fn>void <a name="setPrinterName"></a>TQPrinter::setPrinterName ( const <a href="ntqstring.html">TQString</a> & name )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPrinterName"></a>TQPrinter::setPrinterName ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual]</tt> </h3> Sets the printer name to <em>name</em>. <p> 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. <p> <p>See also <a href="#printerName">printerName</a>(). -<h3 class=fn>void <a name="setPrinterSelectionOption"></a>TQPrinter::setPrinterSelectionOption ( const <a href="ntqstring.html">TQString</a> & option )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPrinterSelectionOption"></a>TQPrinter::setPrinterSelectionOption ( const <a href="tqstring.html">TQString</a> & option )<tt> [virtual]</tt> </h3> Sets the printer to use <em>option</em> to select the printer. <em>option</em> is null by default (which implies that TQt should be smart enough |