diff options
Diffstat (limited to 'doc/html/tqpaintevent.html')
-rw-r--r-- | doc/html/tqpaintevent.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/tqpaintevent.html b/doc/html/tqpaintevent.html index 2d8d2251f..7560055aa 100644 --- a/doc/html/tqpaintevent.html +++ b/doc/html/tqpaintevent.html @@ -37,9 +37,9 @@ body { background: #ffffff; color: black; } <p><a href="tqpaintevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn><a href="#TQPaintEvent"><b>TQPaintEvent</b></a> ( const TQRegion & paintRegion, bool erased = TRUE )</li> -<li class=fn><a href="#TQPaintEvent-2"><b>TQPaintEvent</b></a> ( const TQRect & paintRect, bool erased = TRUE )</li> -<li class=fn><a href="#TQPaintEvent-3"><b>TQPaintEvent</b></a> ( const TQRegion & paintRegion, const TQRect & paintRect, bool erased = TRUE )</li> +<li class=fn><a href="#TQPaintEvent"><b>TQPaintEvent</b></a> ( const TQRegion & paintRegion, bool erased = true )</li> +<li class=fn><a href="#TQPaintEvent-2"><b>TQPaintEvent</b></a> ( const TQRect & paintRect, bool erased = true )</li> +<li class=fn><a href="#TQPaintEvent-3"><b>TQPaintEvent</b></a> ( const TQRegion & paintRegion, const TQRect & paintRect, bool erased = true )</li> <li class=fn>const TQRect & <a href="#rect"><b>rect</b></a> () const</li> <li class=fn>const TQRegion & <a href="#region"><b>region</b></a> () const</li> <li class=fn>bool <a href="#erased"><b>erased</b></a> () const</li> @@ -57,39 +57,39 @@ widget is moved. provided because many widgets can't make much use of region(), and 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 +<p> The <a href="#erased">erased</a>() function returns true if the region() has been cleared to the widget's background (see -<a href="tqwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are +<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="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 <a href="tqregion.html">TQRegion</a> & paintRegion, bool erased = TRUE ) +<h3 class=fn><a name="TQPaintEvent"></a>TQPaintEvent::TQPaintEvent ( const <a href="tqregion.html">TQRegion</a> & paintRegion, bool 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. +true the region will be cleared before repainting. -<h3 class=fn><a name="TQPaintEvent-2"></a>TQPaintEvent::TQPaintEvent ( const <a href="tqrect.html">TQRect</a> & paintRect, bool erased = TRUE ) +<h3 class=fn><a name="TQPaintEvent-2"></a>TQPaintEvent::TQPaintEvent ( const <a href="tqrect.html">TQRect</a> & paintRect, bool 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. +true the region will be cleared before repainting. -<h3 class=fn><a name="TQPaintEvent-3"></a>TQPaintEvent::TQPaintEvent ( const <a href="tqregion.html">TQRegion</a> & paintRegion, const <a href="tqrect.html">TQRect</a> & paintRect, bool erased = TRUE ) +<h3 class=fn><a name="TQPaintEvent-3"></a>TQPaintEvent::TQPaintEvent ( const <a href="tqregion.html">TQRegion</a> & paintRegion, const <a href="tqrect.html">TQRect</a> & paintRect, bool erased = true ) </h3> <p> Constructs a paint event object with the rectangle <em>paintRect</em> 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. +<em>erased</em> is true the region will be cleared before repainting. <h3 class=fn>bool <a name="erased"></a>TQPaintEvent::erased () const </h3> -<p> Returns TRUE if the paint event region (or rectangle) has been -erased with the widget's background; otherwise returns FALSE. +<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 <a href="tqrect.html">TQRect</a> & <a name="rect"></a>TQPaintEvent::rect () const </h3> |