summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxfactory.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/qaxfactory.html
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qaxfactory.html')
-rw-r--r--doc/html/qaxfactory.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qaxfactory.html b/doc/html/qaxfactory.html
index a4e86a33..f52bc07b 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>&nbsp;* <a name="create"></a>TQAxFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;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.