From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qaccessibleinterface.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/qaccessibleinterface.html') 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; }

The TQAccessibleInterface class defines an interface that exposes information about accessible objects. More... -

#include <qaccessible.h> -

Inherits TQAccessible. +

#include <ntqaccessible.h> +

Inherits TQAccessible.

Inherited by TQAccessibleObject.

List of all member functions.

Public Members

@@ -102,7 +102,7 @@ object itself if control is 0. implementation is valid (e.g. all pointers are non-null), otherwise returns FALSE. -

int TQAccessibleInterface::navigate ( NavDirection direction, int startControl ) const [pure virtual] +

int TQAccessibleInterface::navigate ( NavDirection direction, int startControl ) const [pure virtual]

This function traverses to another object, or to a sub-element of @@ -133,7 +133,7 @@ no such implementation or object.

All objects provide this information.

See also queryChild(). -

TQRect TQAccessibleInterface::rect ( int control ) const [pure virtual] +

TQRect TQAccessibleInterface::rect ( int control ) const [pure virtual]

Returns the location of the child specified with control in @@ -141,7 +141,7 @@ screen coordinates. This function returns the location of the object itself if control is 0.

All visual objects provide this information. -

Role TQAccessibleInterface::role ( int control ) const [pure virtual] +

Role TQAccessibleInterface::role ( int control ) const [pure virtual]

Returns the role of the object if control is 0, or the role of @@ -149,7 +149,7 @@ the object's sub-element with ID control. The role of an object is usually static. All accessible objects have a role.

See also text(), state(), and selection(). -

TQMemArray<int> TQAccessibleInterface::selection () const [pure virtual] +

TQMemArray<int> TQAccessibleInterface::selection () const [pure virtual]

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 on. FALSE.

See also setFocus() and clearSelection(). -

void TQAccessibleInterface::setText ( Text t, int control, const TQString & text ) [pure virtual] +

void TQAccessibleInterface::setText ( Text t, int control, const TQString & text ) [pure virtual]

Sets the text property t of the child object control to text. If control is 0, the text property of the object itself is set. -

State TQAccessibleInterface::state ( int control ) const [pure virtual] +

State TQAccessibleInterface::state ( int control ) const [pure virtual]

Returns the current state of the object if control is 0, or the @@ -185,7 +185,7 @@ state of the object's sub-element element with ID control. All objects have a state.

See also text(), role(), and selection(). -

TQString TQAccessibleInterface::text ( Text t, int control ) const [pure virtual] +

TQString TQAccessibleInterface::text ( Text t, int control ) const [pure virtual]

Returns a string property t of the child object specified by control, or the string property of the object itself if control -- cgit v1.2.3