diff options
Diffstat (limited to 'doc/html/tqpainter.html')
-rw-r--r-- | doc/html/tqpainter.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqpainter.html b/doc/html/tqpainter.html index 3d5cf510d..bf08f62b4 100644 --- a/doc/html/tqpainter.html +++ b/doc/html/tqpainter.html @@ -898,13 +898,13 @@ Draws a Windows focus rectangle with upper left corner at (<em>x</em>, <em>y</em>) and with width <em>w</em> and height <em>h</em> using a pen color that contrasts with <em>bgColor</em>. <p> This function draws a stippled rectangle (XOR is not used) that is -used to indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when the <a href="ntqapplication.html#style">TQApplication::style</a>() is +used to indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when the <a href="tqapplication.html#style">TQApplication::style</a>() is <tt>WindowStyle</tt>). <p> The pen color used to draw the rectangle is either white or black depending on the color of <em>bgColor</em> (see TQColor::gray()). <p> <b>Warning:</b> This function draws nothing if the coordinate system has been <a href="#rotate">rotated</a> or <a href="#shear">sheared</a>. -<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="ntqapplication.html#style">TQApplication::style</a>(). +<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="tqapplication.html#style">TQApplication::style</a>(). <h3 class=fn>void <a name="drawWinFocusRect-2"></a>TQPainter::drawWinFocusRect ( int x, int y, int w, int h ) </h3> @@ -912,10 +912,10 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Draws a Windows focus rectangle with upper left corner at (<em>x</em>, <em>y</em>) and with width <em>w</em> and height <em>h</em>. <p> This function draws a stippled XOR rectangle that is used to -indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when <a href="ntqapplication.html#style">TQApplication::style</a>() is <tt>WindowStyle</tt>). +indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when <a href="tqapplication.html#style">TQApplication::style</a>() is <tt>WindowStyle</tt>). <p> <b>Warning:</b> This function draws nothing if the coordinate system has been <a href="#rotate">rotated</a> or <a href="#shear">sheared</a>. -<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="ntqapplication.html#style">TQApplication::style</a>(). +<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="tqapplication.html#style">TQApplication::style</a>(). <h3 class=fn>void <a name="drawWinFocusRect-3"></a>TQPainter::drawWinFocusRect ( const <a href="tqrect.html">TQRect</a> & r ) </h3> @@ -1518,7 +1518,7 @@ using the painter <em>p</em>. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a plain rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Plain )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>() and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). @@ -1539,7 +1539,7 @@ drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded line, for example <tt>TQFrame::setFrameStyle( TQFrame::HLine | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). @@ -1556,7 +1556,7 @@ the painter <em>p</em>. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::Panel | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>(), <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadeRect">qDrawShadeRect</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). @@ -1577,7 +1577,7 @@ drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Raised )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawPlainRect">qDrawPlainRect</a>(), <a href="tqstyle.html#drawItem">TQStyle::drawItem</a>(), <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(), and <a href="tqstyle.html#drawComplexControl">TQStyle::drawComplexControl</a>(). @@ -1591,7 +1591,7 @@ widgets that follow the current GUI style. <p> The line width is 2 pixels. <p> The button's interior is filled with the <em>*fill</em> brush unless <em>fill</em> is 0. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>() and <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(). @@ -1607,7 +1607,7 @@ widgets that follow the current GUI style. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::WinPanel | TQFrame::Raised )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawWinButton">qDrawWinButton</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). |