summaryrefslogtreecommitdiffstats
path: root/doc/html/qpaintevent.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/qpaintevent.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qpaintevent.html')
-rw-r--r--doc/html/qpaintevent.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qpaintevent.html b/doc/html/qpaintevent.html
index d32d1836..da4f9c50 100644
--- a/doc/html/qpaintevent.html
+++ b/doc/html/qpaintevent.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQPaintEvent class contains event parameters for paint events.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qevent-h.html">qevent.h</a>&gt;</tt>
-<p>Inherits <a href="qevent.html">TQEvent</a>.
+<p><tt>#include &lt;<a href="qevent-h.html">ntqevent.h</a>&gt;</tt>
+<p>Inherits <a href="ntqevent.html">TQEvent</a>.
<p><a href="qpaintevent-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -60,26 +60,26 @@ rect() can be much faster than region().boundingRect(). Painting
is clipped to region() during processing of a paint event.
<p> The <a href="#erased">erased</a>() function returns TRUE if the region() has been
cleared to the widget's background (see
-<a href="qwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are
+<a href="ntqwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are
arbitrary.
-<p> <p>See also <a href="qpainter.html">TQPainter</a>, <a href="qwidget.html#update">TQWidget::update</a>(), <a href="qwidget.html#repaint">TQWidget::repaint</a>(), <a href="qwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="qwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="qregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>.
+<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="ntqwidget.html#update">TQWidget::update</a>(), <a href="ntqwidget.html#repaint">TQWidget::repaint</a>(), <a href="ntqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQPaintEvent"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="qregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, bool&nbsp;erased = TRUE )
+<h3 class=fn><a name="TQPaintEvent"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, bool&nbsp;erased = TRUE )
</h3>
<p> Constructs a paint event object with the region that should be
updated. The region is given by <em>paintRegion</em>. If <em>erased</em> is
TRUE the region will be cleared before repainting.
-<h3 class=fn><a name="TQPaintEvent-2"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;paintRect, bool&nbsp;erased = TRUE )
+<h3 class=fn><a name="TQPaintEvent-2"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;paintRect, bool&nbsp;erased = TRUE )
</h3>
<p> Constructs a paint event object with the rectangle that should be
updated. The region is also given by <em>paintRect</em>. If <em>erased</em> is
TRUE the region will be cleared before repainting.
-<h3 class=fn><a name="TQPaintEvent-3"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="qregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;paintRect, bool&nbsp;erased = TRUE )
+<h3 class=fn><a name="TQPaintEvent-3"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;paintRect, bool&nbsp;erased = TRUE )
</h3>
<p> Constructs a paint event object with the rectangle <em>paintRect</em>
@@ -92,18 +92,18 @@ that should be updated. The region is given by <em>paintRegion</em>. If
<p> Returns TRUE if the paint event region (or rectangle) has been
erased with the widget's background; otherwise returns FALSE.
-<h3 class=fn>const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp; <a name="rect"></a>TQPaintEvent::rect () const
+<h3 class=fn>const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp; <a name="rect"></a>TQPaintEvent::rect () const
</h3>
<p> Returns the rectangle that should be updated.
-<p> <p>See also <a href="#region">region</a>() and <a href="qpainter.html#setClipRect">TQPainter::setClipRect</a>().
+<p> <p>See also <a href="#region">region</a>() and <a href="ntqpainter.html#setClipRect">TQPainter::setClipRect</a>().
<p>Examples: <a href="life-example.html#x1892">life/life.cpp</a>, <a href="qfd-example.html#x2001">qfd/fontdisplayer.cpp</a>, <a href="showimg-example.html#x1340">showimg/showimg.cpp</a>, <a href="tutorial1-10.html#x2357">t10/cannon.cpp</a>, <a href="tutorial1-11.html#x2369">t11/cannon.cpp</a>, <a href="tutorial1-13.html#x2405">t13/cannon.cpp</a>, and <a href="tooltip-example.html#x446">tooltip/tooltip.cpp</a>.
-<h3 class=fn>const&nbsp;<a href="qregion.html">TQRegion</a>&nbsp;&amp; <a name="region"></a>TQPaintEvent::region () const
+<h3 class=fn>const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp; <a name="region"></a>TQPaintEvent::region () const
</h3>
<p> Returns the region that should be updated.
-<p> <p>See also <a href="#rect">rect</a>() and <a href="qpainter.html#setClipRegion">TQPainter::setClipRegion</a>().
+<p> <p>See also <a href="#rect">rect</a>() and <a href="ntqpainter.html#setClipRegion">TQPainter::setClipRegion</a>().
<p>Examples: <a href="qfd-example.html#x2002">qfd/fontdisplayer.cpp</a> and <a href="scribble-example.html#x920">scribble/scribble.cpp</a>.
<!-- eof -->