summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxscriptengine.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qaxscriptengine.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qaxscriptengine.html')
-rw-r--r--doc/html/qaxscriptengine.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qaxscriptengine.html b/doc/html/qaxscriptengine.html
index 93478a2f..284ae1a8 100644
--- a/doc/html/qaxscriptengine.html
+++ b/doc/html/qaxscriptengine.html
@@ -51,7 +51,7 @@ body { background: #ffffff; color: black; }
<li class=fn>long <a href="#queryInterface"><b>queryInterface</b></a> ( const&nbsp;TQUuid&nbsp;&amp;&nbsp;uuid, void&nbsp;**&nbsp;iface ) const</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
-<p> This class is defined in the <b>TQt <a href="activeqt.html#ActiveTQt">ActiveTQt</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API.
+<p> This class is defined in the <b>TQt <a href="activentqt.html#ActiveTQt">ActiveTQt</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API.
<p>
The TQAxScriptEngine class provides a wrapper around a script engine.
@@ -82,7 +82,7 @@ event sources
<li><tt>TQAxScriptEngine::Closed</tt> - The script has been closed.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQAxScriptEngine"></a>TQAxScriptEngine::TQAxScriptEngine ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;language, <a href="qaxscript.html">TQAxScript</a>&nbsp;*&nbsp;script )
+<h3 class=fn><a name="TQAxScriptEngine"></a>TQAxScriptEngine::TQAxScriptEngine ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;language, <a href="qaxscript.html">TQAxScript</a>&nbsp;*&nbsp;script )
</h3>
Constructs a TQAxScriptEngine object interpreting script code in <em>language</em>
provided by the code in <em>script</em>. This is usually done by the <a href="qaxscript.html">TQAxScript</a>
@@ -95,7 +95,7 @@ script.
Destroys the TQAxScriptEngine object, releasing all allocated
resources.
-<h3 class=fn>void <a name="addItem"></a>TQAxScriptEngine::addItem ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
+<h3 class=fn>void <a name="addItem"></a>TQAxScriptEngine::addItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Registers an item with the script engine. Script code can
refer to this item using <em>name</em>.
@@ -111,7 +111,7 @@ otherwise returns FALSE.
<p> Returns TRUE if the script engine has been initialized
correctly; otherwise returns FALSE.
-<h3 class=fn>long <a name="queryInterface"></a>TQAxScriptEngine::queryInterface ( const&nbsp;<a href="quuid.html">TQUuid</a>&nbsp;&amp;&nbsp;uuid, void&nbsp;**&nbsp;iface ) const
+<h3 class=fn>long <a name="queryInterface"></a>TQAxScriptEngine::queryInterface ( const&nbsp;<a href="ntquuid.html">TQUuid</a>&nbsp;&amp;&nbsp;uuid, void&nbsp;**&nbsp;iface ) const
</h3>
Requests the interface <em>uuid</em> from the script engine object and
sets the value of <em>iface</em> to the provided interface, or to 0 if
@@ -119,7 +119,7 @@ the requested interface could not be provided.
<p> Returns the result of the QueryInterface implementation of the COM
object.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="scriptLanguage"></a>TQAxScriptEngine::scriptLanguage () const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="scriptLanguage"></a>TQAxScriptEngine::scriptLanguage () const
</h3>
Returns the scripting language, for example "VBScript",
or "JScript".