diff options
Diffstat (limited to 'doc/html/qaxbase.html')
-rw-r--r-- | doc/html/qaxbase.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qaxbase.html b/doc/html/qaxbase.html index 574fc1c1e..f93e46113 100644 --- a/doc/html/qaxbase.html +++ b/doc/html/qaxbase.html @@ -176,7 +176,7 @@ type that is used in the prototype of signals and slots for out-parameters. <tr bgcolor="#f0f0f0"> <td valign="top">SAFEARRAY(VARIANT) <td valign="top">TQValueList<TQVariant> -<td valign="top">const <a href="ntqvaluelist.html">TQValueList</a><TQVariant>& +<td valign="top">const <a href="tqvaluelist.html">TQValueList</a><TQVariant>& <td valign="top">TQValueList<TQVariant>& <tr bgcolor="#d0d0d0"> <td valign="top">SAFEARRAY(BYTE) @@ -246,15 +246,15 @@ use the TQAxBase API like this: connect( this, TQ_SIGNAL(clicked(int)), &object, TQ_SLOT(showColumn(int)) ); bool ok = object.<a href="#dynamicCall">dynamicCall</a>( "addColumn(const <a href="ntqstring.html">TQString</a>&)", "Column 1" ).toBool(); - <a href="ntqvaluelist.html">TQValueList</a><TQVariant> varlist; - <a href="ntqvaluelist.html">TQValueList</a><TQVariant> parameters; + <a href="tqvaluelist.html">TQValueList</a><TQVariant> varlist; + <a href="tqvaluelist.html">TQValueList</a><TQVariant> parameters; parameters << TQVariant( varlist ); int n = object.<a href="#dynamicCall">dynamicCall</a>( "fillList(TQValueList<TQVariant>&)", parameters ).toInt(); <a href="qaxobject.html">TQAxObject</a> *item = object.querySubItem( "item(int)", 5 ); </pre> -<p> Note that the <a href="ntqvaluelist.html">TQValueList</a> the object should fill has to be provided as an +<p> Note that the <a href="tqvaluelist.html">TQValueList</a> the object should fill has to be provided as an element in the parameter list of TQVariants. <p> If you need to access properties or pass parameters of unsupported datatypes you must access the COM object directly through its @@ -281,7 +281,7 @@ data as provided by the COM event. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="PropertyBag-enum"></a>TQAxBase::PropertyBag</h3> -<p> A <a href="ntqmap.html">TQMap</a><TQString,TQVariant> that can store properties as name:value pairs. +<p> A <a href="tqmap.html">TQMap</a><TQString,TQVariant> that can store properties as name:value pairs. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQAxBase"></a>TQAxBase::TQAxBase ( IUnknown * iface = 0 ) @@ -396,7 +396,7 @@ use the function directly. <p> This is also more efficient. <p>Example: <a href="qaxcontainer-example-qutlook.html#x2720">qutlook/centralwidget.cpp</a>. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="dynamicCall-2"></a>TQAxBase::dynamicCall ( const <a href="ntqcstring.html">TQCString</a> & function, <a href="ntqvaluelist.html">TQValueList</a><TQVariant> & vars ) +<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="dynamicCall-2"></a>TQAxBase::dynamicCall ( const <a href="ntqcstring.html">TQCString</a> & function, <a href="tqvaluelist.html">TQValueList</a><TQVariant> & vars ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Calls the COM object's method <em>function</em>, passing the |