diff options
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>. |