diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqiconview.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqiconview.html')
-rw-r--r-- | doc/html/tqiconview.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html index 01453560a..3ba6a9d98 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -493,7 +493,7 @@ may reimplement this. <p> <p>See also <a href="tqicondrag.html">TQIconDrag</a>. <p>Examples: <a href="fileiconview-example.html#x834">fileiconview/tqfileiconview.cpp</a> and <a href="simple_dd-example.html#x2820">iconview/simple_dd/main.cpp</a>. -<h3 class=fn>void <a name="drawBackground"></a>TQIconView::drawBackground ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawBackground"></a>TQIconView::drawBackground ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual protected]</tt> </h3> This function is called to draw the rectangle <em>r</em> of the background using the painter <em>p</em>. @@ -502,7 +502,7 @@ background using the painter <em>p</em>. backgrounds. <p> <p>See also <a href="ntqscrollview.html#contentsX-prop">contentsX</a>, <a href="ntqscrollview.html#contentsY-prop">contentsY</a>, and <a href="ntqscrollview.html#drawContents">drawContents</a>(). -<h3 class=fn>void <a name="drawRubber"></a>TQIconView::drawRubber ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawRubber"></a>TQIconView::drawRubber ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> Draws the rubber band using the painter <em>p</em>. @@ -620,7 +620,7 @@ This is an overloaded member function, provided for convenience. It behaves esse in-place renaming. <p> <p>See also <a href="tqiconviewitem.html#setRenameEnabled">TQIconViewItem::setRenameEnabled</a>() and <a href="tqiconviewitem.html#rename">TQIconViewItem::rename</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="itemTextBackground"></a>TQIconView::itemTextBackground () const +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="itemTextBackground"></a>TQIconView::itemTextBackground () const </h3><p>Returns the brush to use when drawing the background of an item's text. See the <a href="tqiconview.html#itemTextBackground-prop">"itemTextBackground"</a> property for details. <h3 class=fn><a href="tqiconview.html#ItemTextPos-enum">ItemTextPos</a> <a name="itemTextPos"></a>TQIconView::itemTextPos () const @@ -786,7 +786,7 @@ See the <a href="tqiconview.html#gridX-prop">"gridX"</a> property for details. <h3 class=fn>void <a name="setGridY"></a>TQIconView::setGridY ( int ry )<tt> [virtual]</tt> </h3><p>Sets the vertical grid of the icon view to <em>ry</em>. See the <a href="tqiconview.html#gridY-prop">"gridY"</a> property for details. -<h3 class=fn>void <a name="setItemTextBackground"></a>TQIconView::setItemTextBackground ( const <a href="ntqbrush.html">TQBrush</a> & b )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setItemTextBackground"></a>TQIconView::setItemTextBackground ( const <a href="tqbrush.html">TQBrush</a> & b )<tt> [virtual]</tt> </h3><p>Sets the brush to use when drawing the background of an item's text to <em>b</em>. See the <a href="tqiconview.html#itemTextBackground-prop">"itemTextBackground"</a> property for details. <h3 class=fn>void <a name="setItemTextPos"></a>TQIconView::setItemTextPos ( <a href="tqiconview.html#ItemTextPos-enum">ItemTextPos</a> pos )<tt> [virtual]</tt> @@ -922,7 +922,7 @@ column widths based on the icon view's contents. column heights based on the icon view's contents. <p>Set this property's value with <a href="#setGridY">setGridY</a>() and get this property's value with <a href="#gridY">gridY</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="itemTextBackground-prop"></a>itemTextBackground</h3> +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="itemTextBackground-prop"></a>itemTextBackground</h3> <p>This property holds the brush to use when drawing the background of an item's text. <p>By default this brush is set to NoBrush, meaning that only the normal icon view background is used. |