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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qwsdecoration.html b/doc/html/qwsdecoration.html
index 793528952..f9e54bc7b 100644
--- a/doc/html/qwsdecoration.html
+++ b/doc/html/qwsdecoration.html
@@ -97,13 +97,13 @@ moved by dragging.
<p> Destroys a decorator.
-<h3 class=fn>void <a name="close"></a>TQWSDecoration::close ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="close"></a>TQWSDecoration::close ( <a href="tqwidget.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="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="maximize"></a>TQWSDecoration::maximize ( <a href="tqwidget.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="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 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="menu"></a>TQWSDecoration::menu ( const&nbsp;<a href="tqwidget.html">TQWidget</a>&nbsp;*, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3>
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="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="minimize"></a>TQWSDecoration::minimize ( <a href="tqwidget.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="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter, const&nbsp;<a href="ntqwidget.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="tqwidget.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="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 class=fn>void <a name="paintButton"></a>TQWSDecoration::paintButton ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter, const&nbsp;<a href="tqwidget.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="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 class=fn><a href="ntqregion.html">TQRegion</a> <a name="region"></a>TQWSDecoration::region ( const&nbsp;<a href="tqwidget.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>