summaryrefslogtreecommitdiffstats
path: root/doc/html/qwsdecoration.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwsdecoration.html')
-rw-r--r--doc/html/qwsdecoration.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qwsdecoration.html b/doc/html/qwsdecoration.html
index d610ff28..79352895 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>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="close"></a>TQWSDecoration::close ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;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>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="maximize"></a>TQWSDecoration::maximize ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;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>&nbsp;* <a name="menu"></a>TQWSDecoration::menu ( const&nbsp;<a href="qwidget.html">TQWidget</a>&nbsp;*, const&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="menu"></a>TQWSDecoration::menu ( const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; )<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>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="minimize"></a>TQWSDecoration::minimize ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;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>&nbsp;*&nbsp;painter, const&nbsp;<a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="paint"></a>TQWSDecoration::paint ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;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>&nbsp;*&nbsp;painter, const&nbsp;<a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, <a href="qwsdecoration.html#Region-enum">Region</a>&nbsp;type, int&nbsp;state )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="paintButton"></a>TQWSDecoration::paintButton ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter, const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, <a href="qwsdecoration.html#Region-enum">Region</a>&nbsp;type, int&nbsp;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&nbsp;<a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, <a href="qwsdecoration.html#Region-enum">Region</a>&nbsp;type = All )<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="region"></a>TQWSDecoration::region ( const&nbsp;<a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, <a href="qwsdecoration.html#Region-enum">Region</a>&nbsp;type = All )<tt> [pure virtual]</tt>
</h3>
<p> Returns the requested region <em>type</em> which will contain <em>widget</em>