diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqcanvaspolygonalitem.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvaspolygonalitem.html')
-rw-r--r-- | doc/html/tqcanvaspolygonalitem.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcanvaspolygonalitem.html b/doc/html/tqcanvaspolygonalitem.html index c85391ace..58d37dd15 100644 --- a/doc/html/tqcanvaspolygonalitem.html +++ b/doc/html/tqcanvaspolygonalitem.html @@ -175,8 +175,8 @@ returned by <a href="#areaPoints">areaPoints</a>()) while the item is visible. <h3 class=fn>bool <a name="isValid"></a>TQCanvasPolygonalItem::isValid () const<tt> [protected]</tt> </h3> -<p> Returns TRUE if the polygonal item's area information has not been -invalidated; otherwise returns FALSE. +<p> Returns true if the polygonal item's area information has not been +invalidated; otherwise returns false. <p> <p>See also <a href="#invalidate">invalidate</a>(). <h3 class=fn><a href="tqpen.html">TQPen</a> <a name="pen"></a>TQCanvasPolygonalItem::pen () const @@ -207,7 +207,7 @@ Note that many TQCanvasPolygonalItems do not use the pen value. <p>Examples: <a href="canvas-example.html#x2924">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2573">chart/chartform_canvas.cpp</a>. <h3 class=fn>void <a name="setWinding"></a>TQCanvasPolygonalItem::setWinding ( bool enable )<tt> [protected]</tt> </h3> -If <em>enable</em> is TRUE, the polygonal item will use the winding +If <em>enable</em> is true, the polygonal item will use the winding algorithm to determine the "inside" of the polygon; otherwise the odd-even algorithm will be used. <p> The default is to use the odd-even algorithm. @@ -215,8 +215,8 @@ odd-even algorithm will be used. <h3 class=fn>bool <a name="winding"></a>TQCanvasPolygonalItem::winding () const<tt> [protected]</tt> </h3> -Returns TRUE if the polygonal item uses the winding algorithm to -determine the "inside" of the polygon. Returns FALSE if it uses +Returns true if the polygonal item uses the winding algorithm to +determine the "inside" of the polygon. Returns false if it uses the odd-even algorithm. <p> The default is to use the odd-even algorithm. <p> <p>See also <a href="#setWinding">setWinding</a>(). |