summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r--doc/html/ntqframe.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html
index d14572150..b48c51560 100644
--- a/doc/html/ntqframe.html
+++ b/doc/html/ntqframe.html
@@ -184,27 +184,27 @@ Constructs a frame widget with frame style <a href="#Shape-enum">NoFrame</a> and
<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="contentsRect"></a>TQFrame::contentsRect () const
</h3><p>Returns the rectangle inside the frame.
See the <a href="ntqframe.html#contentsRect-prop">"contentsRect"</a> property for details.
-<h3 class=fn>void <a name="drawContents"></a>TQFrame::drawContents ( <a href="ntqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawContents"></a>TQFrame::drawContents ( <a href="tqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
Virtual function that draws the contents of the frame.
-<p> The <a href="ntqpainter.html">TQPainter</a> is already open when you get it, and you must leave
-it open. Painter <a href="ntqpainter.html#setWorldMatrix">transformations</a> are switched off on entry. If you
+<p> The <a href="tqpainter.html">TQPainter</a> is already open when you get it, and you must leave
+it open. Painter <a href="tqpainter.html#setWorldMatrix">transformations</a> are switched off on entry. If you
transform the painter, remember to take the frame into account and
-<a href="ntqpainter.html#resetXForm">reset transformation</a> before
+<a href="tqpainter.html#resetXForm">reset transformation</a> before
returning.
<p> This function is reimplemented by subclasses that draw something
inside the frame. It should only draw inside <a href="#contentsRect">contentsRect</a>(). The
default function does nothing.
-<p> <p>See also <a href="#contentsRect-prop">contentsRect</a> and <a href="ntqpainter.html#setClipRect">TQPainter::setClipRect</a>().
+<p> <p>See also <a href="#contentsRect-prop">contentsRect</a> and <a href="tqpainter.html#setClipRect">TQPainter::setClipRect</a>().
<p>Reimplemented in <a href="ntqlabel.html#drawContents">TQLabel</a>, <a href="ntqlcdnumber.html#drawContents">TQLCDNumber</a>, <a href="tqmenubar.html#drawContents">TQMenuBar</a>, and <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a>.
-<h3 class=fn>void <a name="drawFrame"></a>TQFrame::drawFrame ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawFrame"></a>TQFrame::drawFrame ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p )<tt> [virtual protected]</tt>
</h3>
Draws the frame using the painter <em>p</em> and the current frame
attributes and color group. The rectangle inside the frame is not
affected.
<p> This function is virtual, but in general you do not need to
-reimplement it. If you do, note that the <a href="ntqpainter.html">TQPainter</a> is already open
+reimplement it. If you do, note that the <a href="tqpainter.html">TQPainter</a> is already open
and must remain open.
<p> <p>See also <a href="#frameRect-prop">frameRect</a>, <a href="#contentsRect-prop">contentsRect</a>, <a href="#drawContents">drawContents</a>(), <a href="#frameStyle">frameStyle</a>(), and <a href="tqwidget.html#palette-prop">palette</a>.
@@ -245,7 +245,7 @@ See the <a href="ntqframe.html#margin-prop">"margin"</a> property for details.
<h3 class=fn>int <a name="midLineWidth"></a>TQFrame::midLineWidth () const
</h3><p>Returns the width of the mid-line.
See the <a href="ntqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details.
-<h3 class=fn>void <a name="paintEvent"></a>TQFrame::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a>&nbsp;*&nbsp;event )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="paintEvent"></a>TQFrame::paintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a>&nbsp;*&nbsp;event )<tt> [virtual protected]</tt>
</h3>
Processes the paint event <em>event</em>.
<p> Paints the frame and the contents.
@@ -285,7 +285,7 @@ styles in <a href="#Shadow-enum">TQFrame::Shadow</a>.
<p> If a mid-line width greater than 0 is specified, an additional
line is drawn for <a href="#Shadow-enum">Raised</a> or <a href="#Shadow-enum">Sunken</a> <a href="#Shape-enum">Box</a>, <a href="#Shape-enum">HLine</a>, and <a href="#Shape-enum">VLine</a> frames. The mid-color of the current color group is used for
drawing middle lines.
-<p> <p>See also <a href="#picture">Illustration</a>, <a href="#frameStyle">frameStyle</a>(), <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="qcolorgroup.html">TQColorGroup</a>.
+<p> <p>See also <a href="#picture">Illustration</a>, <a href="#frameStyle">frameStyle</a>(), <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="tqcolorgroup.html">TQColorGroup</a>.
<p>Examples: <a href="cursor-example.html#x1114">cursor/cursor.cpp</a>, <a href="layout-example.html#x531">layout/layout.cpp</a>, <a href="listboxcombo-example.html#x1401">listboxcombo/listboxcombo.cpp</a>, <a href="rangecontrols-example.html#x1381">rangecontrols/rangecontrols.cpp</a>, <a href="scrollview-example.html#x626">scrollview/scrollview.cpp</a>, <a href="tabdialog-example.html#x52">tabdialog/tabdialog.cpp</a>, and <a href="tictac-example.html#x24">tictac/tictac.cpp</a>.
<h3 class=fn>void <a name="setLineWidth"></a>TQFrame::setLineWidth ( int )<tt> [virtual]</tt>