summaryrefslogtreecommitdiffstats
path: root/doc/html/qaccessibleinterface.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaccessibleinterface.html')
-rw-r--r--doc/html/qaccessibleinterface.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qaccessibleinterface.html b/doc/html/qaccessibleinterface.html
index 5b11b16e4..814d12338 100644
--- a/doc/html/qaccessibleinterface.html
+++ b/doc/html/qaccessibleinterface.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQAccessibleInterface class defines an interface that exposes information about accessible objects.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qaccessible-h.html">qaccessible.h</a>&gt;</tt>
-<p>Inherits <a href="qaccessible.html">TQAccessible</a>.
+<p><tt>#include &lt;<a href="qaccessible-h.html">ntqaccessible.h</a>&gt;</tt>
+<p>Inherits <a href="ntqaccessible.html">TQAccessible</a>.
<p>Inherited by <a href="qaccessibleobject.html">TQAccessibleObject</a>.
<p><a href="qaccessibleinterface-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -102,7 +102,7 @@ object itself if <em>control</em> is 0.
implementation is valid (e.g. all pointers are non-null),
otherwise returns FALSE.
-<h3 class=fn>int <a name="navigate"></a>TQAccessibleInterface::navigate ( <a href="qaccessible.html#NavDirection-enum">NavDirection</a>&nbsp;direction, int&nbsp;startControl ) const<tt> [pure virtual]</tt>
+<h3 class=fn>int <a name="navigate"></a>TQAccessibleInterface::navigate ( <a href="ntqaccessible.html#NavDirection-enum">NavDirection</a>&nbsp;direction, int&nbsp;startControl ) const<tt> [pure virtual]</tt>
</h3>
<p> This function traverses to another object, or to a sub-element of
@@ -133,7 +133,7 @@ no such implementation or object.
<p> All objects provide this information.
<p> <p>See also <a href="#queryChild">queryChild</a>().
-<h3 class=fn><a href="qrect.html">TQRect</a> <a name="rect"></a>TQAccessibleInterface::rect ( int&nbsp;control ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQAccessibleInterface::rect ( int&nbsp;control ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the location of the child specified with <em>control</em> in
@@ -141,7 +141,7 @@ screen coordinates. This function returns the location of the
object itself if <em>control</em> is 0.
<p> All visual objects provide this information.
-<h3 class=fn><a href="qaccessible.html#Role-enum">Role</a> <a name="role"></a>TQAccessibleInterface::role ( int&nbsp;control ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqaccessible.html#Role-enum">Role</a> <a name="role"></a>TQAccessibleInterface::role ( int&nbsp;control ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the role of the object if <em>control</em> is 0, or the role of
@@ -149,7 +149,7 @@ the object's sub-element with ID <em>control</em>. The role of an object
is usually static. All accessible objects have a role.
<p> <p>See also <a href="#text">text</a>(), <a href="#state">state</a>(), and <a href="#selection">selection</a>().
-<h3 class=fn><a href="qmemarray.html">TQMemArray</a>&lt;int&gt; <a name="selection"></a>TQAccessibleInterface::selection () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqmemarray.html">TQMemArray</a>&lt;int&gt; <a name="selection"></a>TQAccessibleInterface::selection () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the list of all the element IDs that are selected.
@@ -171,13 +171,13 @@ item and the specified child object have their selection set to <em>on</em>.
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="qaccessible.html#Text-enum">Text</a>&nbsp;t, int&nbsp;control, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="setText"></a>TQAccessibleInterface::setText ( <a href="ntqaccessible.html#Text-enum">Text</a>&nbsp;t, int&nbsp;control, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [pure virtual]</tt>
</h3>
<p> Sets the text property <em>t</em> of the child object <em>control</em> to <em>text</em>. If <em>control</em> is 0, the text property of the object itself
is set.
-<h3 class=fn><a href="qaccessible.html#State-enum">State</a> <a name="state"></a>TQAccessibleInterface::state ( int&nbsp;control ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqaccessible.html#State-enum">State</a> <a name="state"></a>TQAccessibleInterface::state ( int&nbsp;control ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns the current state of the object if <em>control</em> is 0, or the
@@ -185,7 +185,7 @@ state of the object's sub-element element with ID <em>control</em>. All
objects have a state.
<p> <p>See also <a href="#text">text</a>(), <a href="#role">role</a>(), and <a href="#selection">selection</a>().
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="text"></a>TQAccessibleInterface::text ( <a href="qaccessible.html#Text-enum">Text</a>&nbsp;t, int&nbsp;control ) const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQAccessibleInterface::text ( <a href="ntqaccessible.html#Text-enum">Text</a>&nbsp;t, int&nbsp;control ) const<tt> [pure virtual]</tt>
</h3>
<p> Returns a string property <em>t</em> of the child object specified by <em>control</em>, or the string property of the object itself if <em>control</em>