diff options
author | Michele Calgaro <[email protected]> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qaxfactory.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qaxfactory.html')
-rw-r--r-- | doc/html/qaxfactory.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaxfactory.html b/doc/html/qaxfactory.html index c9b914e82..ea2ba3e62 100644 --- a/doc/html/qaxfactory.html +++ b/doc/html/qaxfactory.html @@ -212,10 +212,10 @@ Reimplement this function to return the class identifier for each <p> The default implementation interprets <em>key</em> as the class name, and returns the value of the TQ_CLASSINFO entry "ClassID". -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="create"></a>TQAxFactory::create ( const <a href="ntqstring.html">TQString</a> & key, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [virtual]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="create"></a>TQAxFactory::create ( const <a href="ntqstring.html">TQString</a> & key, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [virtual]</tt> </h3> Reimplement this function to return a new widget for <em>key</em>. -Propagate <em>parent</em> and <em>name</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. Return +Propagate <em>parent</em> and <em>name</em> to the <a href="tqwidget.html">TQWidget</a> constructor. Return 0 if this factory doesn't support the value of <em>key</em>. <p> The returned widget will be exposed as an ActiveX control, e.g. a COM object that can be embedded as a control into applications. @@ -224,7 +224,7 @@ a COM object that can be embedded as a control into applications. <h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="createObject"></a>TQAxFactory::createObject ( const <a href="ntqstring.html">TQString</a> & key, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 )<tt> [virtual]</tt> </h3> Reimplement this function to return a new object for <em>key</em>. -Propagate <em>parent</em> and <em>name</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. Return +Propagate <em>parent</em> and <em>name</em> to the <a href="tqwidget.html">TQWidget</a> constructor. Return 0 if this factory doesn't support the value of <em>key</em>. <p> If the object returned is a TQWidget it will be exposed as an ActiveX control, otherwise the returned object will be exposed as a COM object. @@ -257,7 +257,7 @@ ActiveX control. <p> The default implementation interprets <em>key</em> as the class name, and returns the value of the TQ_CLASSINFO entry "ToSuperClass". If no such value is set the null-string is returned, and the functions -and properties of all the super classes including <a href="ntqwidget.html">TQWidget</a> will be +and properties of all the super classes including <a href="tqwidget.html">TQWidget</a> will be exposed. <p> To only expose the functions and properties of the class itself, reimplement this function to return <em>key</em>. |