summaryrefslogtreecommitdiffstats
path: root/doc/html/qdirectpainter.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdirectpainter.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdirectpainter.html')
-rw-r--r--doc/html/qdirectpainter.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qdirectpainter.html b/doc/html/qdirectpainter.html
index e5689008a..d9eb746bb 100644
--- a/doc/html/qdirectpainter.html
+++ b/doc/html/qdirectpainter.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDirectPainter class provides direct access to the video hardware.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qdirectpainter_qws-h.html">qdirectpainter_qws.h</a>&gt;</tt>
-<p>Inherits <a href="qpainter.html">TQPainter</a>.
+<p>Inherits <a href="ntqpainter.html">TQPainter</a>.
<p><a href="qdirectpainter-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -77,7 +77,7 @@ operation. For example:
{
TQDirectPainter dp( this );
for ( int i = 0; i &lt; dp.numRects; i++ ) {
- const <a href="qrect.html">TQRect</a>&amp; clip = dp.<a href="#rect">rect</a>(i);
+ const <a href="ntqrect.html">TQRect</a>&amp; clip = dp.<a href="#rect">rect</a>(i);
... // platform specific operation
}
}
@@ -102,7 +102,7 @@ very careful to write robust and stable code within its scope.
<p>See also <a href="graphics.html">Graphics Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDirectPainter"></a>TQDirectPainter::TQDirectPainter ( const&nbsp;<a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
+<h3 class=fn><a name="TQDirectPainter"></a>TQDirectPainter::TQDirectPainter ( const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
</h3>
Construct a direct painter on <em>w</em>. The display is locked and the
mouse cursor is hidden if it is above <em>w</em>.
@@ -134,31 +134,31 @@ next.
Returns the number of rectangles in the drawable region.
<p> <p>See also <a href="#rect">rect</a>() and <a href="#region">region</a>().
-<h3 class=fn><a href="qpoint.html">TQPoint</a> <a name="offset"></a>TQDirectPainter::offset () const
+<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="offset"></a>TQDirectPainter::offset () const
</h3>
Returns the position of the widget relative to the entire display.
-<h3 class=fn>const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp; <a name="rect"></a>TQDirectPainter::rect ( int&nbsp;i ) const
+<h3 class=fn>const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp; <a name="rect"></a>TQDirectPainter::rect ( int&nbsp;i ) const
</h3>
Returns a reference to rectangle <em>i</em> of the drawable region.
Valid values for <em>i</em> are 0..<a href="#numRects">numRects</a>()-1.
<p> <p>See also <a href="#region">region</a>().
-<h3 class=fn><a href="qregion.html">TQRegion</a> <a name="region"></a>TQDirectPainter::region () const
+<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="region"></a>TQDirectPainter::region () const
</h3>
Returns the region of the framebuffer which represents the exposed
area of the widget being painted on. Note that this may be a sub-area of
the clip region, because of child widgets and overlapping cousin widgets.
<p> <p>See also <a href="#numRects">numRects</a>() and <a href="#rect">rect</a>().
-<h3 class=fn>void <a name="setAreaChanged"></a>TQDirectPainter::setAreaChanged ( const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )
+<h3 class=fn>void <a name="setAreaChanged"></a>TQDirectPainter::setAreaChanged ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )
</h3>
Sets the area changed by the transaction to <em>r</em>. By default, the
entire widget is assumed to have changed. The area changed is only
used by some graphics drivers, so often calling this function for
a smaller area will make no difference to performance.
-<h3 class=fn><a href="qsize.html">TQSize</a> <a name="size"></a>TQDirectPainter::size () const
+<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size"></a>TQDirectPainter::size () const
</h3>
Returns the size of the widget drawn upon.
<p> <p>See also <a href="#width">width</a>() and <a href="#height">height</a>().