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/tqaccessibleinterface.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/tqaccessibleinterface.html')
-rw-r--r-- | doc/html/tqaccessibleinterface.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqaccessibleinterface.html b/doc/html/tqaccessibleinterface.html index 67436ed42..9d2cf079c 100644 --- a/doc/html/tqaccessibleinterface.html +++ b/doc/html/tqaccessibleinterface.html @@ -97,9 +97,9 @@ object itself if <em>control</em> is 0. <h3 class=fn>bool <a name="isValid"></a>TQAccessibleInterface::isValid () const<tt> [pure virtual]</tt> </h3> -<p> Returns TRUE if all the data necessary to use this interface +<p> Returns true if all the data necessary to use this interface implementation is valid (e.g. all pointers are non-null), -otherwise returns FALSE. +otherwise returns false. <h3 class=fn>int <a name="navigate"></a>TQAccessibleInterface::navigate ( <a href="tqaccessible.html#NavDirection-enum">NavDirection</a> direction, int startControl ) const<tt> [pure virtual]</tt> </h3> @@ -159,15 +159,15 @@ is usually static. All accessible objects have a role. <p> Gives the focus to the child object specified by <em>control</em>, or to the object itself if <em>control</em> is 0. -<p> Returns TRUE if the focus could be set; otherwise returns FALSE. +<p> Returns true if the focus could be set; otherwise returns false. <h3 class=fn>bool <a name="setSelected"></a>TQAccessibleInterface::setSelected ( int control, bool on, bool extend )<tt> [pure virtual]</tt> </h3> -<p> Sets the selection of the child object with ID <em>control</em> to <em>on</em>. If <em>extend</em> is TRUE, all child elements between the focused +<p> Sets the selection of the child object with ID <em>control</em> to <em>on</em>. If <em>extend</em> is true, all child elements between the focused item and the specified child object have their selection set to <em>on</em>. -<p> Returns TRUE if the selection could be set; otherwise returns -FALSE. +<p> Returns true if the selection could be set; otherwise returns +false. <p> <p>See also <a href="#setFocus">setFocus</a>() and <a href="#clearSelection">clearSelection</a>(). <h3 class=fn>void <a name="setText"></a>TQAccessibleInterface::setText ( <a href="tqaccessible.html#Text-enum">Text</a> t, int control, const <a href="tqstring.html">TQString</a> & text )<tt> [pure virtual]</tt> |