diff options
Diffstat (limited to 'doc/html/qaxwidget.html')
-rw-r--r-- | doc/html/qaxwidget.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qaxwidget.html b/doc/html/qaxwidget.html index 9434067ef..0ede19499 100644 --- a/doc/html/qaxwidget.html +++ b/doc/html/qaxwidget.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt ActiveTQt Extension</b>. <p><tt>#include <<a href="qaxwidget-h.html">qaxwidget.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="qaxbase.html">TQAxBase</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="qaxbase.html">TQAxBase</a>. <p><a href="qaxwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -59,7 +59,7 @@ body { background: #ffffff; color: black; } <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 TQAxWidget class is a <a href="ntqwidget.html">TQWidget</a> that wraps an ActiveX control. +The TQAxWidget class is a <a href="tqwidget.html">TQWidget</a> that wraps an ActiveX control. <p> @@ -71,7 +71,7 @@ slots and signals. The base class <a href="qaxbase.html">TQAxBase</a> provides a access the ActiveX directly through the IUnknown pointer. <p> TQAxWidget is a TQWidget and can be used as such, e.g. it can be organized in a widget hierarchy, receive events or act as an event -filter. Standard widget properties, e.g. <a href="ntqwidget.html#enabled-prop">enabled</a> are supported, but it depends on the ActiveX +filter. Standard widget properties, e.g. <a href="tqwidget.html#enabled-prop">enabled</a> are supported, but it depends on the ActiveX control to implement support for ambient properties like e.g. palette or font. TQAxWidget tries to provide the necessary hints. <p> <b>Warning:</b> @@ -83,21 +83,21 @@ around this problem, aggregate the TQAxWidget as a member of the <a href="tqobject.html">TQObject</a> subclass. <p> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAxWidget"></a>TQAxWidget::TQAxWidget ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQAxWidget"></a>TQAxWidget::TQAxWidget ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> -Creates an empty TQAxWidget widget and propagates <em>parent</em>, <em>name</em> and <em>f</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. To initialize a control, +Creates an empty TQAxWidget widget and propagates <em>parent</em>, <em>name</em> and <em>f</em> to the <a href="tqwidget.html">TQWidget</a> constructor. To initialize a control, call <a href="qaxbase.html#setControl">setControl</a>. -<h3 class=fn><a name="TQAxWidget-2"></a>TQAxWidget::TQAxWidget ( const <a href="ntqstring.html">TQString</a> & c, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQAxWidget-2"></a>TQAxWidget::TQAxWidget ( const <a href="ntqstring.html">TQString</a> & c, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Creates an TQAxWidget widget and initializes the ActiveX control <em>c</em>. -<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="ntqwidget.html">TQWidget</a> contructor. +<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="tqwidget.html">TQWidget</a> contructor. <p> <p>See also <a href="qaxbase.html#control-prop">control</a>. -<h3 class=fn><a name="TQAxWidget-3"></a>TQAxWidget::TQAxWidget ( IUnknown * iface, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQAxWidget-3"></a>TQAxWidget::TQAxWidget ( IUnknown * iface, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Creates a TQAxWidget that wraps the COM object referenced by <em>iface</em>. -<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="ntqwidget.html">TQWidget</a> contructor. +<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="tqwidget.html">TQWidget</a> contructor. <h3 class=fn><a name="~TQAxWidget"></a>TQAxWidget::~TQAxWidget () </h3> |