diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qaxscriptmanager.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxscriptmanager.html')
-rw-r--r-- | doc/html/qaxscriptmanager.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qaxscriptmanager.html b/doc/html/qaxscriptmanager.html index 0c4bcb0fa..7e6beb1c3 100644 --- a/doc/html/qaxscriptmanager.html +++ b/doc/html/qaxscriptmanager.html @@ -36,7 +36,7 @@ and script code. <a href="#details">More...</a> <p>This class is part of the <b>TQt ActiveTQt Extension</b>. <p><tt>#include <<a href="qaxscript-h.html">qaxscript.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qaxscriptmanager-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -81,10 +81,10 @@ functions using <a href="#call">call</a>(). compilers. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAxScriptManager"></a>TQAxScriptManager::TQAxScriptManager ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQAxScriptManager"></a>TQAxScriptManager::TQAxScriptManager ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a TQAxScriptManager object. <em>parent</em> and <em>name</em> are passed -on to the <a href="ntqobject.html">TQObject</a> constructor. +on to the <a href="tqobject.html">TQObject</a> constructor. <p> It is usual to create one TQAxScriptManager for each document in an application. @@ -95,10 +95,10 @@ Destroys the objects, releasing all allocated resources. <h3 class=fn>void <a name="addObject"></a>TQAxScriptManager::addObject ( <a href="qaxbase.html">TQAxBase</a> * object ) </h3> Adds <em>object</em> to the manager. Scripts handled by this -manager can access the object in the code using the object's <a href="ntqobject.html#name-prop">name</a> property. +manager can access the object in the code using the object's <a href="tqobject.html#name-prop">name</a> property. <p> You must add all the necessary objects before loading any scripts. -<h3 class=fn>void <a name="addObject-2"></a>TQAxScriptManager::addObject ( <a href="ntqobject.html">TQObject</a> * object ) +<h3 class=fn>void <a name="addObject-2"></a>TQAxScriptManager::addObject ( <a href="tqobject.html">TQObject</a> * object ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a generic COM wrapper for <em>object</em> to the manager. <em>object</em> must be exposed as a COM object using the functionality provided |