summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxfactory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxfactory.html')
-rw-r--r--doc/html/qaxfactory.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/qaxfactory.html b/doc/html/qaxfactory.html
index ea2ba3e62..2773b1861 100644
--- a/doc/html/qaxfactory.html
+++ b/doc/html/qaxfactory.html
@@ -106,14 +106,14 @@ and export it:
<p> <pre>
TQStringList ActiveTQtFactory::featureList() const
{
- <a href="ntqstringlist.html">TQStringList</a> list;
+ <a href="tqstringlist.html">TQStringList</a> list;
list &lt;&lt; "ActiveX1";
list &lt;&lt; "ActiveX2";
...
return list;
}
- TQWidget *ActiveTQtFactory::create( const <a href="ntqstring.html">TQString</a> &amp;key, TQWidget *parent, const char *name )
+ TQWidget *ActiveTQtFactory::create( const <a href="tqstring.html">TQString</a> &amp;key, TQWidget *parent, const char *name )
{
if ( key == "ActiveX1" )
return new ActiveX1( parent, name );
@@ -123,7 +123,7 @@ and export it:
return 0;
}
- TQUuid ActiveTQtFactory::classID( const <a href="ntqstring.html">TQString</a> &amp;key ) const
+ TQUuid ActiveTQtFactory::classID( const <a href="tqstring.html">TQString</a> &amp;key ) const
{
if ( key == "ActiveX1" )
return "{01234567-89AB-CDEF-0123-456789ABCDEF}";
@@ -131,7 +131,7 @@ and export it:
return TQUuid();
}
- TQUuid ActiveTQtFactory::interfaceID( const <a href="ntqstring.html">TQString</a> &amp;key ) const
+ TQUuid ActiveTQtFactory::interfaceID( const <a href="tqstring.html">TQString</a> &amp;key ) const
{
if ( key == "ActiveX1" )
return "{01234567-89AB-CDEF-0123-456789ABCDEF}";
@@ -139,7 +139,7 @@ and export it:
return TQUuid();
}
- TQUuid ActiveTQtFactory::eventsID( const <a href="ntqstring.html">TQString</a> &amp;key ) const
+ TQUuid ActiveTQtFactory::eventsID( const <a href="tqstring.html">TQString</a> &amp;key ) const
{
if ( key == "ActiveX1" )
return "{01234567-89AB-CDEF-0123-456789ABCDEF}";
@@ -204,7 +204,7 @@ Destroys the TQAxFactory object.
<p> Reimplement this function to return the ActiveX server's
application identifier.
-<h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="classID"></a>TQAxFactory::classID ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="classID"></a>TQAxFactory::classID ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
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
@@ -212,7 +212,7 @@ 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="tqwidget.html">TQWidget</a>&nbsp;* <a name="create"></a>TQAxFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="create"></a>TQAxFactory::create ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;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="tqwidget.html">TQWidget</a> constructor. Return
@@ -221,7 +221,7 @@ Propagate <em>parent</em> and <em>name</em> to the <a href="tqwidget.html">TQWid
a COM object that can be embedded as a control into applications.
<p> The default implementation returns 0.
-<h3 class=fn><a href="tqobject.html">TQObject</a>&nbsp;* <a name="createObject"></a>TQAxFactory::createObject ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqobject.html">TQObject</a>&nbsp;* <a name="createObject"></a>TQAxFactory::createObject ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;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="tqwidget.html">TQWidget</a> constructor. Return
@@ -240,7 +240,7 @@ return FALSE.
<p> The default implementation creates a generic automation wrapper based
on the <a href="metaobjects.html#meta-object">meta object</a> information of <em>object</em>.
-<h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="eventsID"></a>TQAxFactory::eventsID ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="eventsID"></a>TQAxFactory::eventsID ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
Reimplement this function to return the identifier of the event
interface for each <em>key</em> returned by the <a href="#featureList">featureList</a>()
@@ -249,7 +249,7 @@ the value of <em>key</em>.
<p> The default implementation interprets <em>key</em> as the class name,
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 class=fn><a href="tqstring.html">TQString</a> <a name="exposeToSuperClass"></a>TQAxFactory::exposeToSuperClass ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
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
@@ -262,13 +262,13 @@ exposed.
<p> To only expose the functions and properties of the class itself,
reimplement this function to return <em>key</em>.
-<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="featureList"></a>TQAxFactory::featureList () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="featureList"></a>TQAxFactory::featureList () const<tt> [pure virtual]</tt>
</h3>
<p> Reimplement this function to return a list of the widgets (class
names) supported by this factory.
-<h3 class=fn>bool <a name="hasStockEvents"></a>TQAxFactory::hasStockEvents ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="hasStockEvents"></a>TQAxFactory::hasStockEvents ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
Reimplement this function to return TRUE if the ActiveX control
<em>key</em> should support the standard ActiveX events
@@ -286,7 +286,7 @@ Reimplement this function to return TRUE if the ActiveX control
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>
+<h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="interfaceID"></a>TQAxFactory::interfaceID ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
Reimplement this function to return the interface identifier for
each <em>key</em> returned by the <a href="#featureList">featureList</a>() implementation, or an
@@ -319,14 +319,14 @@ running as a persistent service (e.g. an NT service) and should
not terminate even when all objects provided have been released.
<p> The default implementation returns FALSE.
-<h3 class=fn><a href="ntqmetaobject.html">TQMetaObject</a>&nbsp;* <a name="metaObject"></a>TQAxFactory::metaObject ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqmetaobject.html">TQMetaObject</a>&nbsp;* <a name="metaObject"></a>TQAxFactory::metaObject ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
Reimplement this function to return the <a href="ntqmetaobject.html">TQMetaObject</a> corresponding to
<em>key</em>, or 0 if this factory doesn't support the value of <em>key</em>.
<p> The default implementation returns the TQMetaObject for the class
<em>key</em>.
-<h3 class=fn>void <a name="registerClass"></a>TQAxFactory::registerClass ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="ntqsettings.html">TQSettings</a>&nbsp;*&nbsp;settings ) const<tt> [virtual]</tt>
+<h3 class=fn>void <a name="registerClass"></a>TQAxFactory::registerClass ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="ntqsettings.html">TQSettings</a>&nbsp;*&nbsp;settings ) const<tt> [virtual]</tt>
</h3>
Registers additional values for the class <em>key</em> in the system
registry using the <em>settings</em> object. The standard values have
@@ -341,7 +341,7 @@ this function.
<a href="#unregisterClass">unregisterClass</a>() to remove the additional registry values.
<p> <p>See also <a href="ntqsettings.html">TQSettings</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="serverDirPath"></a>TQAxFactory::serverDirPath ()<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="serverDirPath"></a>TQAxFactory::serverDirPath ()<tt> [static]</tt>
</h3>
Returns the directory that contains the server binary.
<p> For out-of-process servers this is the same as
@@ -349,7 +349,7 @@ Returns the directory that contains the server binary.
that function returns the directory that contains the hosting
application.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="serverFilePath"></a>TQAxFactory::serverFilePath ()<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="serverFilePath"></a>TQAxFactory::serverFilePath ()<tt> [static]</tt>
</h3>
Returns the file path of the server binary.
<p> For out-of-process servers this is the same as
@@ -367,7 +367,7 @@ in-process server) does nothing and returns TRUE.
if the server executable has been started with the <tt>-activex</tt>
command line parameter.
-<h3 class=fn>bool <a name="stayTopLevel"></a>TQAxFactory::stayTopLevel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="stayTopLevel"></a>TQAxFactory::stayTopLevel ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key ) const<tt> [virtual]</tt>
</h3>
Reimplement this function to return TRUE if the ActiveX control <em>key</em>
should be a top level window, e.g. a dialog. The default implementation
@@ -391,7 +391,7 @@ COM will start a new server process if additional objects are requested.
<p> Reimplement this function to return the ActiveX server's type
library identifier.
-<h3 class=fn>void <a name="unregisterClass"></a>TQAxFactory::unregisterClass ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="ntqsettings.html">TQSettings</a>&nbsp;*&nbsp;settings ) const<tt> [virtual]</tt>
+<h3 class=fn>void <a name="unregisterClass"></a>TQAxFactory::unregisterClass ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="ntqsettings.html">TQSettings</a>&nbsp;*&nbsp;settings ) const<tt> [virtual]</tt>
</h3>
Unregisters any additional values for the class <em>key</em> from the
system registry using the <em>settings</em> object.
@@ -401,7 +401,7 @@ system registry using the <em>settings</em> object.
<p> <p>See also <a href="#registerClass">registerClass</a>() and <a href="ntqsettings.html">TQSettings</a>.
-<h3 class=fn>bool <a name="validateLicenseKey"></a>TQAxFactory::validateLicenseKey ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;licenseKey ) const<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="validateLicenseKey"></a>TQAxFactory::validateLicenseKey ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;licenseKey ) const<tt> [virtual]</tt>
</h3>
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.