summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvaspolygonalitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqcanvaspolygonalitem.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvaspolygonalitem.html')
-rw-r--r--doc/html/tqcanvaspolygonalitem.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqcanvaspolygonalitem.html b/doc/html/tqcanvaspolygonalitem.html
index 2a8771781..289a19a7e 100644
--- a/doc/html/tqcanvaspolygonalitem.html
+++ b/doc/html/tqcanvaspolygonalitem.html
@@ -96,7 +96,7 @@ points the polygonal item <em>will</em> have after
item is visible, call <a href="#invalidate">invalidate</a>() before updating with a
different result from <a href="#areaPoints">areaPoints</a>().
<p> By default, TQCanvasPolygonalItem objects have a black pen and no
-brush (the default <a href="ntqpen.html">TQPen</a> and <a href="ntqbrush.html">TQBrush</a> constructors). You can change
+brush (the default <a href="ntqpen.html">TQPen</a> and <a href="tqbrush.html">TQBrush</a> constructors). You can change
this with <a href="#setPen">setPen</a>() and <a href="#setBrush">setBrush</a>(), but note that some
TQCanvasPolygonalItem subclasses only use the brush, ignoring the
pen setting.
@@ -137,20 +137,20 @@ Returns the bounding rectangle of the polygonal item, based on
<a href="#areaPoints">areaPoints</a>().
<p>Reimplemented from <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a>.
-<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="brush"></a>TQCanvasPolygonalItem::brush () const
+<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="brush"></a>TQCanvasPolygonalItem::brush () const
</h3>
-<p> Returns the <a href="ntqbrush.html">TQBrush</a> used to fill the item, if filled.
+<p> Returns the <a href="tqbrush.html">TQBrush</a> used to fill the item, if filled.
<p> <p>See also <a href="#setBrush">setBrush</a>().
-<h3 class=fn>void <a name="draw"></a>TQCanvasPolygonalItem::draw ( <a href="ntqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;p )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="draw"></a>TQCanvasPolygonalItem::draw ( <a href="tqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;p )<tt> [virtual protected]</tt>
</h3>
Reimplemented from <a href="tqcanvasitem.html">TQCanvasItem</a>, this draws the polygonal item by
setting the pen and brush for the item on the painter <em>p</em> and
calling <a href="#drawShape">drawShape</a>().
<p>Reimplemented from <a href="tqcanvasitem.html#draw">TQCanvasItem</a>.
-<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygonalItem::drawShape ( <a href="ntqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;p )<tt> [pure virtual protected]</tt>
+<h3 class=fn>void <a name="drawShape"></a>TQCanvasPolygonalItem::drawShape ( <a href="tqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;p )<tt> [pure virtual protected]</tt>
</h3>
<p> Subclasses must reimplement this function to draw their shape. The
@@ -158,10 +158,10 @@ pen and brush of <em>p</em> are already set to <a href="#pen">pen</a>() and <a h
to calling this function.
<p> <b>Warning:</b> When you reimplement this function, make sure that you
leave the painter in the same state as you found it. For example,
-if you start by calling <a href="ntqpainter.html#translate">TQPainter::translate</a>(50, 50), end your
+if you start by calling <a href="tqpainter.html#translate">TQPainter::translate</a>(50, 50), end your
code by calling TQPainter::translate(-50, -50). Be also aware that
the painter might already have some transformations set (i.e.,
-don't call <a href="ntqpainter.html#resetXForm">TQPainter::resetXForm</a>() when you're done).
+don't call <a href="tqpainter.html#resetXForm">TQPainter::resetXForm</a>() when you're done).
<p> <p>See also <a href="#draw">draw</a>().
<p>Reimplemented in <a href="tqcanvasrectangle.html#drawShape">TQCanvasRectangle</a>, <a href="tqcanvaspolygon.html#drawShape">TQCanvasPolygon</a>, and <a href="tqcanvasellipse.html#drawShape">TQCanvasEllipse</a>.
@@ -193,9 +193,9 @@ Returns 2 (TQCanvasItem::Rtti_PolygonalItem).
<p>Reimplemented from <a href="tqcanvasitem.html#rtti">TQCanvasItem</a>.
<p>Reimplemented in <a href="tqcanvasrectangle.html#rtti">TQCanvasRectangle</a>, <a href="tqcanvaspolygon.html#rtti">TQCanvasPolygon</a>, <a href="tqcanvasline.html#rtti">TQCanvasLine</a>, and <a href="tqcanvasellipse.html#rtti">TQCanvasEllipse</a>.
-<h3 class=fn>void <a name="setBrush"></a>TQCanvasPolygonalItem::setBrush ( <a href="ntqbrush.html">TQBrush</a>&nbsp;b )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setBrush"></a>TQCanvasPolygonalItem::setBrush ( <a href="tqbrush.html">TQBrush</a>&nbsp;b )<tt> [virtual]</tt>
</h3>
-Sets the <a href="ntqbrush.html">TQBrush</a> used when drawing the polygonal item to the brush <em>b</em>.
+Sets the <a href="tqbrush.html">TQBrush</a> used when drawing the polygonal item to the brush <em>b</em>.
<p> <p>See also <a href="#setPen">setPen</a>(), <a href="#brush">brush</a>(), and <a href="#drawShape">drawShape</a>().
<p>Examples: <a href="canvas-example.html#x2923">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2572">chart/chartform_canvas.cpp</a>.