summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpaintevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqpaintevent.html')
-rw-r--r--doc/html/tqpaintevent.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqpaintevent.html b/doc/html/tqpaintevent.html
index 3ee7a485..71971c10 100644
--- a/doc/html/tqpaintevent.html
+++ b/doc/html/tqpaintevent.html
@@ -62,24 +62,24 @@ is clipped to region() during processing of a paint event.
cleared to the widget's background (see
<a href="tqwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are
arbitrary.
-<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="tqwidget.html#update">TQWidget::update</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>(), <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>.
+<p> <p>See also <a href="tqpainter.html">TQPainter</a>, <a href="tqwidget.html#update">TQWidget::update</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>(), <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="tqregion.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="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, bool&nbsp;erased = TRUE )
+<h3 class=fn><a name="TQPaintEvent"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="tqregion.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="ntqrect.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="tqrect.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="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 class=fn><a name="TQPaintEvent-3"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="tqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, const&nbsp;<a href="tqrect.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,14 +92,14 @@ 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="ntqrect.html">TQRect</a>&nbsp;&amp; <a name="rect"></a>TQPaintEvent::rect () const
+<h3 class=fn>const&nbsp;<a href="tqrect.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="tqpainter.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="ntqregion.html">TQRegion</a>&nbsp;&amp; <a name="region"></a>TQPaintEvent::region () const
+<h3 class=fn>const&nbsp;<a href="tqregion.html">TQRegion</a>&nbsp;&amp; <a name="region"></a>TQPaintEvent::region () const
</h3>
<p> Returns the region that should be updated.