diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qaxscriptengine.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qaxscriptengine.html')
-rw-r--r-- | doc/html/qaxscriptengine.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qaxscriptengine.html b/doc/html/qaxscriptengine.html index 284ae1a8b..b3c220f18 100644 --- a/doc/html/qaxscriptengine.html +++ b/doc/html/qaxscriptengine.html @@ -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 <a href="ntqstring.html">TQString</a> & language, <a href="qaxscript.html">TQAxScript</a> * script ) +<h3 class=fn><a name="TQAxScriptEngine"></a>TQAxScriptEngine::TQAxScriptEngine ( const <a href="tqstring.html">TQString</a> & language, <a href="qaxscript.html">TQAxScript</a> * 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 <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn>void <a name="addItem"></a>TQAxScriptEngine::addItem ( const <a href="tqstring.html">TQString</a> & name ) </h3> Registers an item with the script engine. Script code can refer to this item using <em>name</em>. @@ -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="ntqstring.html">TQString</a> <a name="scriptLanguage"></a>TQAxScriptEngine::scriptLanguage () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="scriptLanguage"></a>TQAxScriptEngine::scriptLanguage () const </h3> Returns the scripting language, for example "VBScript", or "JScript". |