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/tqdomnodelist.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/tqdomnodelist.html')
-rw-r--r-- | doc/html/tqdomnodelist.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdomnodelist.html b/doc/html/tqdomnodelist.html index 838f4d23e..8ce92088f 100644 --- a/doc/html/tqdomnodelist.html +++ b/doc/html/tqdomnodelist.html @@ -91,7 +91,7 @@ Destroys the object and frees its resources. Returns the node at position <em>index</em>. <p> If <em>index</em> is negative or if <em>index</em> >= <a href="#length">length</a>() then a null node is returned (i.e. a node for which <a href="tqdomnode.html#isNull">TQDomNode::isNull</a>() returns -TRUE). +true). <p> <p>See also <a href="#count">count</a>(). <h3 class=fn>uint <a name="length"></a>TQDomNodeList::length () const<tt> [virtual]</tt> @@ -101,8 +101,8 @@ Returns the number of nodes in the list. <h3 class=fn>bool <a name="operator!-eq"></a>TQDomNodeList::operator!= ( const <a href="tqdomnodelist.html">TQDomNodeList</a> & n ) const </h3> -Returns TRUE the node list <em>n</em> and this node list are not equal; -otherwise returns FALSE. +Returns true the node list <em>n</em> and this node list are not equal; +otherwise returns false. <h3 class=fn><a href="tqdomnodelist.html">TQDomNodeList</a> & <a name="operator-eq"></a>TQDomNodeList::operator= ( const <a href="tqdomnodelist.html">TQDomNodeList</a> & n ) </h3> @@ -110,8 +110,8 @@ Assigns <em>n</em> to this node list. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomNodeList::operator== ( const <a href="tqdomnodelist.html">TQDomNodeList</a> & n ) const </h3> -Returns TRUE if the node list <em>n</em> and this node list are equal; -otherwise returns FALSE. +Returns true if the node list <em>n</em> and this node list are equal; +otherwise returns false. <!-- eof --> <hr><p> |