diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qaccessibleinterface.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaccessibleinterface.html')
| -rw-r--r-- | doc/html/qaccessibleinterface.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qaccessibleinterface.html b/doc/html/qaccessibleinterface.html index 814d12338..9d701ace8 100644 --- a/doc/html/qaccessibleinterface.html +++ b/doc/html/qaccessibleinterface.html @@ -98,9 +98,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="ntqaccessible.html#NavDirection-enum">NavDirection</a> direction, int startControl ) const<tt> [pure virtual]</tt> </h3> @@ -160,15 +160,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="ntqaccessible.html#Text-enum">Text</a> t, int control, const <a href="ntqstring.html">TQString</a> & text )<tt> [pure virtual]</tt> |
