You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqscintilla/doc/en/classTQextScintillaPrinter....

253 lines
12 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>TQScintilla: TQextScintillaPrinter Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>TQextScintillaPrinter Class Reference</h1><!-- doxytag: class="TQextScintillaPrinter" -->The <a class="el" href="classTQextScintillaPrinter.html">TQextScintillaPrinter</a> class is a sub-class of the TQt TQPrinter class that is able to print the text of a Scintilla document.
<a href="#_details">More...</a>
<p>
<code>#include &lt;tqextscintillaprinter.h&gt;</code>
<p>
<a href="classTQextScintillaPrinter-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="classTQextScintillaPrinter.html#d304f2d535a10595acc613521f92dc49">TQextScintillaPrinter</a> (PrinterMode mode=ScreenResolution)
<li><a class="el" href="classTQextScintillaPrinter.html#34077d68da930b18eba124ab64555898">~TQextScintillaPrinter</a> ()
<li>virtual void <a class="el" href="classTQextScintillaPrinter.html#5d6f0f8c13568054efbe9003867f1b09">formatPage</a> (TQPainter &amp;painter, bool drawing, TQRect &amp;area, int pagenr)
<li>int <a class="el" href="classTQextScintillaPrinter.html#a990192f1b73683409f23b0bb1ba3e94">magnification</a> () const
<li>virtual void <a class="el" href="classTQextScintillaPrinter.html#7343a1deb132bfc5dfd2c4208eff3d00">setMagnification</a> (int magnification)
<li>virtual int <a class="el" href="classTQextScintillaPrinter.html#31d261de4a31e82646f4f75d1a6085f6">printRange</a> (<a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a> *tqsb, int from=-1, int to=-1)
<li><a class="el" href="classTQextScintilla.html#15ead1c6cb74fa8a441f27587ed99ed3">TQextScintilla::WrapMode</a> <a class="el" href="classTQextScintillaPrinter.html#8aba0d63efee1fb2d6b5609c9120f970">wrapMode</a> () const
<li>virtual void <a class="el" href="classTQextScintillaPrinter.html#f4904d6ba001f4c7145983f9814f00c1">setWrapMode</a> (<a class="el" href="classTQextScintilla.html#15ead1c6cb74fa8a441f27587ed99ed3">TQextScintilla::WrapMode</a> wmode)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The <a class="el" href="classTQextScintillaPrinter.html">TQextScintillaPrinter</a> class is a sub-class of the TQt TQPrinter class that is able to print the text of a Scintilla document.
<p>
The class can be further sub-classed to alter to layout of the text, adding headers and footers for example.
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="d304f2d535a10595acc613521f92dc49"></a><!-- doxytag: member="TQextScintillaPrinter::TQextScintillaPrinter" ref="d304f2d535a10595acc613521f92dc49" args="(PrinterMode mode=ScreenResolution)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TQextScintillaPrinter::TQextScintillaPrinter </td>
<td>(</td>
<td class="paramtype">PrinterMode&nbsp;</td>
<td class="paramname"> <em>mode</em> = <code>ScreenResolution</code> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructs a printer paint device with mode <em>mode</em>.
<p>
</div>
</div><p>
<a class="anchor" name="34077d68da930b18eba124ab64555898"></a><!-- doxytag: member="TQextScintillaPrinter::~TQextScintillaPrinter" ref="34077d68da930b18eba124ab64555898" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TQextScintillaPrinter::~TQextScintillaPrinter </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Destroys the <a class="el" href="classTQextScintillaPrinter.html">TQextScintillaPrinter</a> instance.
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="5d6f0f8c13568054efbe9003867f1b09"></a><!-- doxytag: member="TQextScintillaPrinter::formatPage" ref="5d6f0f8c13568054efbe9003867f1b09" args="(TQPainter &amp;painter, bool drawing, TQRect &amp;area, int pagenr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void TQextScintillaPrinter::formatPage </td>
<td>(</td>
<td class="paramtype">TQPainter &amp;&nbsp;</td>
<td class="paramname"> <em>painter</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>drawing</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">TQRect &amp;&nbsp;</td>
<td class="paramname"> <em>area</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>pagenr</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Format a page, by adding headers and footers for example, before the document text is drawn on it. <em>painter</em> is the painter to be used to add customised text and graphics. <em>drawing</em> is TRUE if the page is actually being drawn rather than being sized. <em>painter</em> drawing methods must only be called when <em>drawing</em> is TRUE. <em>area</em> 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 <a class="el" href="classTQextScintillaPrinter.html#31d261de4a31e82646f4f75d1a6085f6">printRange()</a> if you want to try and print over the whole page. <em>pagenr</em> is the number of the page. The first page is numbered 1.
</div>
</div><p>
<a class="anchor" name="a990192f1b73683409f23b0bb1ba3e94"></a><!-- doxytag: member="TQextScintillaPrinter::magnification" ref="a990192f1b73683409f23b0bb1ba3e94" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int TQextScintillaPrinter::magnification </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the number of points to add to each font when printing.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaPrinter.html#7343a1deb132bfc5dfd2c4208eff3d00">setMagnification()</a> </dd></dl>
</div>
</div><p>
<a class="anchor" name="7343a1deb132bfc5dfd2c4208eff3d00"></a><!-- doxytag: member="TQextScintillaPrinter::setMagnification" ref="7343a1deb132bfc5dfd2c4208eff3d00" args="(int magnification)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void TQextScintillaPrinter::setMagnification </td>
<td>(</td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>magnification</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Sets the number of points to add to each font when printing to <em>magnification</em>.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaPrinter.html#a990192f1b73683409f23b0bb1ba3e94">magnification()</a> </dd></dl>
</div>
</div><p>
<a class="anchor" name="31d261de4a31e82646f4f75d1a6085f6"></a><!-- doxytag: member="TQextScintillaPrinter::printRange" ref="31d261de4a31e82646f4f75d1a6085f6" args="(TQextScintillaBase *tqsb, int from=-1, int to=-1)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual int TQextScintillaPrinter::printRange </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a> *&nbsp;</td>
<td class="paramname"> <em>tqsb</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>from</em> = <code>-1</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>to</em> = <code>-1</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Print a range of lines from the Scintilla instance <em>tqsb</em>. <em>from</em> is the first line to print and a negative value signifies the first line of text. <em>to</em> is the last line to print and a negative value signifies the last line of text. TRUE is returned if there was no error.
</div>
</div><p>
<a class="anchor" name="8aba0d63efee1fb2d6b5609c9120f970"></a><!-- doxytag: member="TQextScintillaPrinter::wrapMode" ref="8aba0d63efee1fb2d6b5609c9120f970" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTQextScintilla.html#15ead1c6cb74fa8a441f27587ed99ed3">TQextScintilla::WrapMode</a> TQextScintillaPrinter::wrapMode </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the line wrap mode used when printing. The default is <a class="el" href="classTQextScintilla.html#15ead1c6cb74fa8a441f27587ed99ed3a7f65cd359e236aee9ab70d7bf55085c">TQextScintilla::WrapWord</a>.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaPrinter.html#f4904d6ba001f4c7145983f9814f00c1">setWrapMode()</a> </dd></dl>
</div>
</div><p>
<a class="anchor" name="f4904d6ba001f4c7145983f9814f00c1"></a><!-- doxytag: member="TQextScintillaPrinter::setWrapMode" ref="f4904d6ba001f4c7145983f9814f00c1" args="(TQextScintilla::WrapMode wmode)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void TQextScintillaPrinter::setWrapMode </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classTQextScintilla.html#15ead1c6cb74fa8a441f27587ed99ed3">TQextScintilla::WrapMode</a>&nbsp;</td>
<td class="paramname"> <em>wmode</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Sets the line wrap mode used when printing to <em>wmode</em>.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaPrinter.html#8aba0d63efee1fb2d6b5609c9120f970">wrapMode()</a> </dd></dl>
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 30 09:32:31 2006 for TQScintilla by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>