summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaxwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqaxwidget.3qt')
-rw-r--r--doc/man/man3/tqaxwidget.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqaxwidget.3qt b/doc/man/man3/tqaxwidget.3qt
index 4bc933518..5c9a4b249 100644
--- a/doc/man/man3/tqaxwidget.3qt
+++ b/doc/man/man3/tqaxwidget.3qt
@@ -76,9 +76,9 @@ Shuts down the ActiveX control and destroys the QAxWidget widget, cleaning up al
.PP
See also clear().
.SH "bool QAxWidget::createHostWindow ( bool initialized )\fC [virtual protected]\fR"
-Creates the client site for the ActiveX control, and returns TRUE if the control could be embedded successfully, otherwise returns FALSE. If \fIinitialized\fR is TRUE the control has already been initialized.
+Creates the client site for the ActiveX control, and returns true if the control could be embedded successfully, otherwise returns false. If \fIinitialized\fR is true the control has already been initialized.
.PP
-This function is called by initialize(). If you reimplement initialize to customize the actual control instantiation, call this function in your reimplementation to have the control embedded by the default client side. Creates the client site for the ActiveX control, and returns TRUE if the control could be embedded successfully, otherwise returns FALSE.
+This function is called by initialize(). If you reimplement initialize to customize the actual control instantiation, call this function in your reimplementation to have the control embedded by the default client side. Creates the client site for the ActiveX control, and returns true if the control could be embedded successfully, otherwise returns false.
.SH "QVariant QAxBase::dynamicCall ( const QCString & function, const QVariant & var1 = QVariant ( ), const QVariant & var2 = QVariant ( ), const QVariant & var3 = QVariant ( ), const QVariant & var4 = QVariant ( ), const QVariant & var5 = QVariant ( ), const QVariant & var6 = QVariant ( ), const QVariant & var7 = QVariant ( ), const QVariant & var8 = QVariant ( ) )"
Calls the COM object's method \fIfunction\fR, passing the parameters \fIvar1\fR, \fIvar1\fR, \fIvar2\fR, \fIvar3\fR, \fIvar4\fR, \fIvar5\fR, \fIvar6\fR, \fIvar7\fR and \fIvar8\fR, and returns the value returned by the method, or an invalid QVariant if the method does not return a value or when the function call failed.
.PP
@@ -172,11 +172,11 @@ Example: qutlook/centralwidget.cpp.
.SH "bool QAxWidget::translateKeyEvent ( int message, int keycode ) const\fC [virtual protected]\fR"
Reimplement this function to pass certain key events to the ActiveX control. \fImessage\fR is the Window message identifier specifying the message type (ie. WM_KEYDOWN), and \fIkeycode\fR is the virtual keycode (ie. VK_TAB).
.PP
-If the function returns TRUE the key event is passed on to the ActiveX control, which then either processes the event or passes the event on to Qt.
+If the function returns true the key event is passed on to the ActiveX control, which then either processes the event or passes the event on to Qt.
.PP
-If the function returns FALSE the processing of the key event is ignored by ActiveQt, ie. the ActiveX control might handle it or not.
+If the function returns false the processing of the key event is ignored by ActiveQt, ie. the ActiveX control might handle it or not.
.PP
-The default implementation returns TRUE for the following cases:
+The default implementation returns true for the following cases:
.PP
<center>.nf
.TS