From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/qaxobject.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/qaxobject.html') diff --git a/doc/html/qaxobject.html b/doc/html/qaxobject.html index 0c29dce86..5c3909551 100644 --- a/doc/html/qaxobject.html +++ b/doc/html/qaxobject.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } More...

This class is part of the TQt ActiveTQt Extension.

#include <qaxobject.h> -

Inherits TQObject and TQAxBase. +

Inherits TQObject and TQAxBase.

Inherited by TQAxScriptEngine.

List of all member functions.

Public Members

@@ -55,7 +55,7 @@ body { background: #ffffff; color: black; }

This class is defined in the TQt ActiveTQt Extension, which can be found in the qt/extensions directory. It is not included in the main TQt API.

-The TQAxObject class provides a TQObject that wraps a COM object. +The TQAxObject class provides a TQObject that wraps a COM object.

@@ -75,23 +75,23 @@ in the subclass (the generated moc-file will not comp cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the TQAxObject as a member of -the TQObject subclass. +the TQObject subclass.


Member Function Documentation

-

TQAxObject::TQAxObject ( TQObject * parent = 0, const char * name = 0 ) +

TQAxObject::TQAxObject ( TQObject * parent = 0, const char * name = 0 )

Creates an empty COM object and propagates parent and name -to the TQObject constructor. To initialize the object, call setControl. +to the TQObject constructor. To initialize the object, call setControl. -

TQAxObject::TQAxObject ( const TQString & c, TQObject * parent = 0, const char * name = 0 ) +

TQAxObject::TQAxObject ( const TQString & c, TQObject * parent = 0, const char * name = 0 )

Creates a TQAxObject that wraps the COM object c. parent and name are propagated to the TQWidget contructor.

See also control. -

TQAxObject::TQAxObject ( IUnknown * iface, TQObject * parent = 0, const char * name = 0 ) +

TQAxObject::TQAxObject ( IUnknown * iface, TQObject * parent = 0, const char * name = 0 )

-Creates a TQAxObject that wraps the COM object referenced by iface. parent and name are propagated to the TQObject +Creates a TQAxObject that wraps the COM object referenced by iface. parent and name are propagated to the TQObject contructor.

TQAxObject::~TQAxObject () @@ -108,7 +108,7 @@ the method, or an invalid TQVariant if the method a value or when the function call failed.

If function is a method of the object the string must be provided as the full prototype, for example as it would be written in a -TQObject::connect() call. +TQObject::connect() call.

     activeX->dynamicCall( "Navigate(const TQString&)", "www.trolltech.com" );
     
@@ -131,7 +131,7 @@ otherwise the getter is called. Note that it is faster to get and set properties using -TQObject::property() and TQObject::setProperty(). +TQObject::property() and TQObject::setProperty().

It is only possible to call functions through dynamicCall() that have parameters or return values of datatypes supported by TQVariant. See the TQAxBase class documentation for a list of -- cgit v1.2.1