diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqaccessibleinterface.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 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> |
