diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqcanvasspline.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvasspline.html')
-rw-r--r-- | doc/html/tqcanvasspline.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvasspline.html b/doc/html/tqcanvasspline.html index 5396ace82..82f5e2054 100644 --- a/doc/html/tqcanvasspline.html +++ b/doc/html/tqcanvasspline.html @@ -84,7 +84,7 @@ Destroy the spline. Returns TRUE if the control points are a closed set; otherwise returns FALSE. -<h3 class=fn><a href="ntqpointarray.html">TQPointArray</a> <a name="controlPoints"></a>TQCanvasSpline::controlPoints () const +<h3 class=fn><a href="tqpointarray.html">TQPointArray</a> <a name="controlPoints"></a>TQCanvasSpline::controlPoints () const </h3> Returns the current set of control points. <p> <p>See also <a href="#setControlPoints">setControlPoints</a>() and <a href="#closed">closed</a>(). @@ -95,7 +95,7 @@ Returns 8 (TQCanvasItem::Rtti_Spline). <p> <p>See also <a href="tqcanvasitem.html#rtti">TQCanvasItem::rtti</a>(). <p>Reimplemented from <a href="tqcanvaspolygon.html#rtti">TQCanvasPolygon</a>. -<h3 class=fn>void <a name="setControlPoints"></a>TQCanvasSpline::setControlPoints ( <a href="ntqpointarray.html">TQPointArray</a> ctrl, bool close = TRUE ) +<h3 class=fn>void <a name="setControlPoints"></a>TQCanvasSpline::setControlPoints ( <a href="tqpointarray.html">TQPointArray</a> ctrl, bool close = TRUE ) </h3> Set the spline control points to <em>ctrl</em>. <p> If <em>close</em> is TRUE, then the first point in <em>ctrl</em> will be |