diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qwsdecoration.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qwsdecoration.html')
-rw-r--r-- | doc/html/qwsdecoration.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qwsdecoration.html b/doc/html/qwsdecoration.html index d610ff285..793528952 100644 --- a/doc/html/qwsdecoration.html +++ b/doc/html/qwsdecoration.html @@ -60,7 +60,7 @@ appearance of the borders and buttons (the decoration) around the managed windows can be customized by creating your own class derived from TQWSDecoration and overriding a few methods. <p> This class is non-portable. It is available <em>only</em> in TQt/Embedded. -<p> <p>See also <a href="qapplication.html#qwsSetDecoration">TQApplication::qwsSetDecoration</a>() and <a href="qws.html">TQt/Embedded</a>. +<p> <p>See also <a href="ntqapplication.html#qwsSetDecoration">TQApplication::qwsSetDecoration</a>() and <a href="qws.html">TQt/Embedded</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Region-enum"></a>TQWSDecoration::Region</h3> @@ -97,13 +97,13 @@ moved by dragging. <p> Destroys a decorator. -<h3 class=fn>void <a name="close"></a>TQWSDecoration::close ( <a href="qwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> +<h3 class=fn>void <a name="close"></a>TQWSDecoration::close ( <a href="ntqwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> </h3> Called when the user clicks in the <a href="#Region-enum">Close</a> region. <p> <em>widget</em> is the widget to be closed. <p> The default behaviour is to close the widget. -<h3 class=fn>void <a name="maximize"></a>TQWSDecoration::maximize ( <a href="qwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> +<h3 class=fn>void <a name="maximize"></a>TQWSDecoration::maximize ( <a href="ntqwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> </h3> Called when the user clicks in the <a href="#Region-enum">Maximize</a> region. <p> <em>widget</em> is the widget to be maximized. @@ -111,24 +111,24 @@ Called when the user clicks in the <a href="#Region-enum">Maximize</a> region. This method can be overridden e.g. to allow room for launch panels. -<h3 class=fn><a href="qpopupmenu.html">TQPopupMenu</a> * <a name="menu"></a>TQWSDecoration::menu ( const <a href="qwidget.html">TQWidget</a> *, const <a href="qpoint.html">TQPoint</a> & )<tt> [virtual]</tt> +<h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a> * <a name="menu"></a>TQWSDecoration::menu ( const <a href="ntqwidget.html">TQWidget</a> *, const <a href="ntqpoint.html">TQPoint</a> & )<tt> [virtual]</tt> </h3> -Called to create a <a href="qpopupmenu.html">TQPopupMenu</a> containing the valid menu operations. +Called to create a <a href="ntqpopupmenu.html">TQPopupMenu</a> containing the valid menu operations. <p> The default implementation adds all possible window operations. -<h3 class=fn>void <a name="minimize"></a>TQWSDecoration::minimize ( <a href="qwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> +<h3 class=fn>void <a name="minimize"></a>TQWSDecoration::minimize ( <a href="ntqwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> </h3> Called when the user clicks in the <a href="#Region-enum">Minimize</a> region. <p> <em>widget</em> is the widget to be minimized. <p> The default behaviour is to ignore this action. -<h3 class=fn>void <a name="paint"></a>TQWSDecoration::paint ( <a href="qpainter.html">TQPainter</a> * painter, const <a href="qwidget.html">TQWidget</a> * widget )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="paint"></a>TQWSDecoration::paint ( <a href="ntqpainter.html">TQPainter</a> * painter, const <a href="ntqwidget.html">TQWidget</a> * widget )<tt> [pure virtual]</tt> </h3> <p> Override to paint the border and title decoration around <em>widget</em> using <em>painter</em>. -<h3 class=fn>void <a name="paintButton"></a>TQWSDecoration::paintButton ( <a href="qpainter.html">TQPainter</a> * painter, const <a href="qwidget.html">TQWidget</a> * widget, <a href="qwsdecoration.html#Region-enum">Region</a> type, int state )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="paintButton"></a>TQWSDecoration::paintButton ( <a href="ntqpainter.html">TQPainter</a> * painter, const <a href="ntqwidget.html">TQWidget</a> * widget, <a href="qwsdecoration.html#Region-enum">Region</a> type, int state )<tt> [pure virtual]</tt> </h3> <p> Override to paint a button of type <em>type</em> using <em>painter</em>. @@ -141,7 +141,7 @@ following OR-ed together: <li> <tt>TQWSButton::On</tt> </ul> -<h3 class=fn><a href="qregion.html">TQRegion</a> <a name="region"></a>TQWSDecoration::region ( const <a href="qwidget.html">TQWidget</a> * widget, const <a href="qrect.html">TQRect</a> & rect, <a href="qwsdecoration.html#Region-enum">Region</a> type = All )<tt> [pure virtual]</tt> +<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="region"></a>TQWSDecoration::region ( const <a href="ntqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & rect, <a href="qwsdecoration.html#Region-enum">Region</a> type = All )<tt> [pure virtual]</tt> </h3> <p> Returns the requested region <em>type</em> which will contain <em>widget</em> |