summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqiconview.html')
-rw-r--r--doc/html/tqiconview.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html
index 01453560..3ba6a9d9 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>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawBackground"></a>TQIconView::drawBackground ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;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>&nbsp;*&nbsp;p )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawRubber"></a>TQIconView::drawRubber ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;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&nbsp;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&nbsp;<a href="ntqbrush.html">TQBrush</a>&nbsp;&amp;&nbsp;b )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setItemTextBackground"></a>TQIconView::setItemTextBackground ( const&nbsp;<a href="tqbrush.html">TQBrush</a>&nbsp;&amp;&nbsp;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>&nbsp;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.