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/tqtableselection.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/tqtableselection.html')
-rw-r--r-- | doc/html/tqtableselection.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtableselection.html b/doc/html/tqtableselection.html index 81229ccd3..ca15d56f3 100644 --- a/doc/html/tqtableselection.html +++ b/doc/html/tqtableselection.html @@ -73,7 +73,7 @@ cells. <a href="#leftCol">leftCol</a>(), <a href="#rightCol">rightCol</a>(), <a href="#topRow">topRow</a>() and <a href="#bottomRow">bottomRow</a>() return the rectangle's four edges. All four are part of the selection. <p> A newly created TQTableSelection is inactive -- <a href="#isActive">isActive</a>() returns -FALSE. You must use init() and expandTo() to activate it. +false. You must use init() and expandTo() to activate it. <p> <p>See also <a href="tqtable.html">TQTable</a>, <a href="tqtable.html#addSelection">TQTable::addSelection</a>(), <a href="tqtable.html#selection">TQTable::selection</a>(), <a href="tqtable.html#selectCells">TQTable::selectCells</a>(), <a href="tqtable.html#selectRow">TQTable::selectRow</a>(), <a href="tqtable.html#selectColumn">TQTable::selectColumn</a>(), and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> @@ -154,13 +154,13 @@ Returns the number of columns in the selection. <h3 class=fn>bool <a name="operator!-eq"></a>TQTableSelection::operator!= ( const <a href="tqtableselection.html">TQTableSelection</a> & s ) const </h3> -<p> Returns TRUE if <em>s</em> does not include the same cells as the -selection; otherwise returns FALSE. +<p> Returns true if <em>s</em> does not include the same cells as the +selection; otherwise returns false. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQTableSelection::operator== ( const <a href="tqtableselection.html">TQTableSelection</a> & s ) const </h3> -Returns TRUE if <em>s</em> includes the same cells as the selection; -otherwise returns FALSE. +Returns true if <em>s</em> includes the same cells as the selection; +otherwise returns false. <h3 class=fn>int <a name="rightCol"></a>TQTableSelection::rightCol () const </h3> |