diff options
Diffstat (limited to 'doc/html/qaxfactory.html')
-rw-r--r-- | doc/html/qaxfactory.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qaxfactory.html b/doc/html/qaxfactory.html index a4e86a330..f52bc07b4 100644 --- a/doc/html/qaxfactory.html +++ b/doc/html/qaxfactory.html @@ -154,7 +154,7 @@ and export it: ) </pre> -<p> If you use the <tt>Q_CLASSINFO</tt> macro to provide the unique identifiers +<p> If you use the <tt>TQ_CLASSINFO</tt> macro to provide the unique identifiers or other attributes for your class you can use the <a href="qaxfactory.html#TQAXFACTORY_BEGIN">TQAXFACTORY_BEGIN</a>, <a href="qaxfactory.html#TQAXCLASS">TQAXCLASS</a> and <a href="qaxfactory.html#TQAXFACTORY_END">TQAXFACTORY_END</a> macros to expose one or more classes as COM objects. @@ -210,7 +210,7 @@ Reimplement this function to return the class identifier for each <em>key</em> returned by the <a href="#featureList">featureList</a>() implementation, or an empty <a href="ntquuid.html">TQUuid</a> if this factory doesn't support the value of <em>key</em>. <p> The default implementation interprets <em>key</em> as the class name, -and returns the value of the Q_CLASSINFO entry "ClassID". +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> @@ -247,7 +247,7 @@ interface for each <em>key</em> returned by the <a href="#featureList">featureLi implementation, or an empty <a href="ntquuid.html">TQUuid</a> if this factory doesn't support the value of <em>key</em>. <p> The default implementation interprets <em>key</em> as the class name, -and returns the value of the Q_CLASSINFO entry "EventsID". +and returns the value of the TQ_CLASSINFO entry "EventsID". <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="exposeToSuperClass"></a>TQAxFactory::exposeToSuperClass ( const <a href="ntqstring.html">TQString</a> & key ) const<tt> [virtual]</tt> </h3> @@ -255,7 +255,7 @@ Reimplement this function to return the name of the super class of <em>key</em> up to which methods and properties should be exposed by the ActiveX control. <p> The default implementation interprets <em>key</em> as the class name, -and returns the value of the Q_CLASSINFO entry "ToSuperClass". If +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 exposed. @@ -283,7 +283,7 @@ Reimplement this function to return TRUE if the ActiveX control <li> MouseMove </ul> <p> The default implementation interprets <em>key</em> as the class name, -and returns TRUE if the value of the Q_CLASSINFO entry "StockEvents" +and returns TRUE if the value of the TQ_CLASSINFO entry "StockEvents" is "yes". Otherwise this function returns FALSE. <h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="interfaceID"></a>TQAxFactory::interfaceID ( const <a href="ntqstring.html">TQString</a> & key ) const<tt> [virtual]</tt> @@ -292,7 +292,7 @@ Reimplement this function to return the interface identifier for each <em>key</em> returned by the <a href="#featureList">featureList</a>() implementation, or an empty <a href="ntquuid.html">TQUuid</a> if this factory doesn't support the value of <em>key</em>. <p> The default implementation interprets <em>key</em> as the class name, -and returns the value of the Q_CLASSINFO entry "InterfaceID". +and returns the value of the TQ_CLASSINFO entry "InterfaceID". <h3 class=fn>bool <a name="isServer"></a>TQAxFactory::isServer ()<tt> [static]</tt> </h3> @@ -406,7 +406,7 @@ system registry using the <em>settings</em> object. Reimplement this function to return TRUE if <em>licenseKey</em> is a valid license for the class <em>key</em>, or if the current machine is licensed. <p> The default implementation returns TRUE if the class <em>key</em> is not -licensed (ie. no Q_CLASSINFO attribute "LicenseKey"), or if +licensed (ie. no TQ_CLASSINFO attribute "LicenseKey"), or if <em>licenseKey</em> matches the value of the "LicenseKey" attribute, or if the machine is licensed through a .LIC file with the same filename as this COM server. |