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-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqaccessibleinterface.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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.