summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvaspolygonalitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcanvaspolygonalitem.html')
-rw-r--r--doc/html/tqcanvaspolygonalitem.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqcanvaspolygonalitem.html b/doc/html/tqcanvaspolygonalitem.html
index 289a19a7e..5b633e596 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="tqbrush.html">TQBrush</a> constructors). You can change
+brush (the default <a href="tqpen.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.
@@ -117,7 +117,7 @@ Constructs a TQCanvasPolygonalItem on the canvas <em>canvas</em>.
Note that all subclasses <em>must</em> call <a href="tqcanvasitem.html#hide">hide</a>() in their destructor
since hide() needs to be able to access <a href="#areaPoints">areaPoints</a>().
-<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="areaPoints"></a>TQCanvasPolygonalItem::areaPoints () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqpointarray.html">TQPointArray</a> <a name="areaPoints"></a>TQCanvasPolygonalItem::areaPoints () const<tt> [pure virtual]</tt>
</h3>
<p> This function must be reimplemented by subclasses. It <em>must</em>
@@ -125,13 +125,13 @@ return the points bounding (i.e. outside and not touching) the
shape or drawing errors will occur.
<p>Reimplemented in <a href="tqcanvaspolygon.html#areaPoints">TQCanvasPolygon</a>.
-<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="areaPointsAdvanced"></a>TQCanvasPolygonalItem::areaPointsAdvanced () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqpointarray.html">TQPointArray</a> <a name="areaPointsAdvanced"></a>TQCanvasPolygonalItem::areaPointsAdvanced () const<tt> [virtual]</tt>
</h3>
Returns the points the polygonal item <em>will</em> have after
<a href="tqcanvasitem.html#advance">TQCanvasItem::advance</a>(1) is called, i.e. what the points are when
advanced by the current <a href="tqcanvasitem.html#xVelocity">xVelocity</a>() and <a href="tqcanvasitem.html#yVelocity">yVelocity</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasPolygonalItem::boundingRect () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasPolygonalItem::boundingRect () const<tt> [virtual]</tt>
</h3>
Returns the bounding rectangle of the polygonal item, based on
<a href="#areaPoints">areaPoints</a>().
@@ -180,10 +180,10 @@ returned by <a href="#areaPoints">areaPoints</a>()) while the item is visible.
invalidated; otherwise returns FALSE.
<p> <p>See also <a href="#invalidate">invalidate</a>().
-<h3 class=fn><a href="ntqpen.html">TQPen</a> <a name="pen"></a>TQCanvasPolygonalItem::pen () const
+<h3 class=fn><a href="tqpen.html">TQPen</a> <a name="pen"></a>TQCanvasPolygonalItem::pen () const
</h3>
-<p> Returns the <a href="ntqpen.html">TQPen</a> used to draw the outline of the item, if any.
+<p> Returns the <a href="tqpen.html">TQPen</a> used to draw the outline of the item, if any.
<p> <p>See also <a href="#setPen">setPen</a>().
<h3 class=fn>int <a name="rtti"></a>TQCanvasPolygonalItem::rtti () const<tt> [virtual]</tt>
@@ -199,9 +199,9 @@ Sets the <a href="tqbrush.html">TQBrush</a> used when drawing the polygonal item
<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>.
-<h3 class=fn>void <a name="setPen"></a>TQCanvasPolygonalItem::setPen ( <a href="ntqpen.html">TQPen</a>&nbsp;p )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setPen"></a>TQCanvasPolygonalItem::setPen ( <a href="tqpen.html">TQPen</a>&nbsp;p )<tt> [virtual]</tt>
</h3>
-Sets the <a href="ntqpen.html">TQPen</a> used when drawing the item to the pen <em>p</em>.
+Sets the <a href="tqpen.html">TQPen</a> used when drawing the item to the pen <em>p</em>.
Note that many TQCanvasPolygonalItems do not use the pen value.
<p> <p>See also <a href="#setBrush">setBrush</a>(), <a href="#pen">pen</a>(), and <a href="#drawShape">drawShape</a>().