summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaccessibleinterface.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqaccessibleinterface.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqaccessibleinterface.3qt')
-rw-r--r--doc/man/man3/tqaccessibleinterface.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqaccessibleinterface.3qt b/doc/man/man3/tqaccessibleinterface.3qt
index 2d5255eb2..1ec4406d0 100644
--- a/doc/man/man3/tqaccessibleinterface.3qt
+++ b/doc/man/man3/tqaccessibleinterface.3qt
@@ -39,10 +39,10 @@ Inherited by QAccessibleObject.
.BI "virtual int \fBnavigate\fR ( NavDirection direction, int startControl ) const = 0"
.br
.ti -1c
-.BI "virtual QString \fBtext\fR ( Text t, int control ) const = 0"
+.BI "virtual TQString \fBtext\fR ( Text t, int control ) const = 0"
.br
.ti -1c
-.BI "virtual void \fBsetText\fR ( Text t, int control, const QString & text ) = 0"
+.BI "virtual void \fBsetText\fR ( Text t, int control, const TQString & text ) = 0"
.br
.ti -1c
.BI "virtual Role \fBrole\fR ( int control ) const = 0"
@@ -129,13 +129,13 @@ Sets the selection of the child object with ID \fIcontrol\fR to \fIon\fR. If \fI
Returns TRUE if the selection could be set; otherwise returns FALSE.
.PP
See also setFocus() and clearSelection().
-.SH "void QAccessibleInterface::setText ( Text t, int control, const QString & text )\fC [pure virtual]\fR"
+.SH "void QAccessibleInterface::setText ( Text t, int control, const TQString & text )\fC [pure virtual]\fR"
Sets the text property \fIt\fR of the child object \fIcontrol\fR to \fItext\fR. If \fIcontrol\fR is 0, the text property of the object itself is set.
.SH "State QAccessibleInterface::state ( int control ) const\fC [pure virtual]\fR"
Returns the current state of the object if \fIcontrol\fR is 0, or the state of the object's sub-element element with ID \fIcontrol\fR. All objects have a state.
.PP
See also text(), role(), and selection().
-.SH "QString QAccessibleInterface::text ( Text t, int control ) const\fC [pure virtual]\fR"
+.SH "TQString QAccessibleInterface::text ( Text t, int control ) const\fC [pure virtual]\fR"
Returns a string property \fIt\fR of the child object specified by \fIcontrol\fR, or the string property of the object itself if \fIcontrol\fR is 0.
.PP
The \fIName\fR is a string used by clients to identify, find or announce an accessible object for the user. All objects must have a name that is unique within their container.