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.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html
index 3ba6a9d98..d39b8bc22 100644
--- a/doc/html/tqiconview.html
+++ b/doc/html/tqiconview.html
@@ -194,7 +194,7 @@ For example:
</pre>
<p> The <a href="tqiconviewitem.html">TQIconViewItem</a> call passes a pointer to the TQIconView we wish to
-populate, along with the label text and a <a href="ntqpixmap.html">TQPixmap</a>.
+populate, along with the label text and a <a href="tqpixmap.html">TQPixmap</a>.
<p> When an item is inserted the TQIconView allocates a position for it.
Existing items are rearranged if <a href="#autoArrange">autoArrange</a>() is TRUE. The
default arrangement is <a href="#Arrangement-enum">LeftToRight</a> -- the TQIconView fills up
@@ -437,7 +437,7 @@ Unselects all the items.
the mouse cursor isn't on any item.
<p> <p>See also <a href="#mouseButtonClicked">mouseButtonClicked</a>(), <a href="#rightButtonClicked">rightButtonClicked</a>(), and <a href="#pressed">pressed</a>().
-<h3 class=fn>void <a name="clicked-2"></a>TQIconView::clicked ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="clicked-2"></a>TQIconView::clicked ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This signal is emitted when the user clicks any mouse button on an
@@ -448,7 +448,7 @@ system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If
differ by a pixel or two, <em>pos</em> is the position at release time.)
<p> <p>See also <a href="#mouseButtonClicked">mouseButtonClicked</a>(), <a href="#rightButtonClicked">rightButtonClicked</a>(), and <a href="#pressed">pressed</a>().
-<h3 class=fn>void <a name="contextMenuRequested"></a>TQIconView::contextMenuRequested ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="contextMenuRequested"></a>TQIconView::contextMenuRequested ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user invokes a context menu with
@@ -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="tqpainter.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="tqrect.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>.
@@ -533,7 +533,7 @@ Makes sure that <em>item</em> is entirely visible. If necessary,
<a href="#ensureItemVisible">ensureItemVisible</a>() scrolls the icon view.
<p> <p>See also <a href="ntqscrollview.html#ensureVisible">ensureVisible</a>().
-<h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;* <a name="findFirstVisibleItem"></a>TQIconView::findFirstVisibleItem ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r ) const
+<h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;* <a name="findFirstVisibleItem"></a>TQIconView::findFirstVisibleItem ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r ) const
</h3>
Finds the first item whose bounding rectangle overlaps <em>r</em> and
returns a pointer to that item. <em>r</em> is given in content
@@ -544,7 +544,7 @@ use this function and nextItem() in a loop ending at
these items.
<p> <p>See also <a href="#findLastVisibleItem">findLastVisibleItem</a>() and <a href="tqiconviewitem.html#rect">TQIconViewItem::rect</a>().
-<h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;* <a name="findItem"></a>TQIconView::findItem ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;* <a name="findItem"></a>TQIconView::findItem ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Returns a pointer to the item that contains point <em>pos</em>, which is
given in contents coordinates, or 0 if no item contains point <em>pos</em>.
@@ -555,7 +555,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Returns a pointer to the first item whose text begins with <em>text</em>, or 0 if no such item could be found. Use the <em>compare</em> flag
to control the comparison behaviour. (See <a href="ntqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>.)
-<h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;* <a name="findLastVisibleItem"></a>TQIconView::findLastVisibleItem ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r ) const
+<h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;* <a name="findLastVisibleItem"></a>TQIconView::findLastVisibleItem ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r ) const
</h3>
Finds the last item whose bounding rectangle overlaps <em>r</em> and
returns a pointer to that item. <em>r</em> is given in content
@@ -651,7 +651,7 @@ See the <a href="tqiconview.html#maxItemTextLength-prop">"maxItemTextLength"</a>
<h3 class=fn>int <a name="maxItemWidth"></a>TQIconView::maxItemWidth () const
</h3><p>Returns the maximum width that an item may have.
See the <a href="tqiconview.html#maxItemWidth-prop">"maxItemWidth"</a> property for details.
-<h3 class=fn>void <a name="mouseButtonClicked"></a>TQIconView::mouseButtonClicked ( int&nbsp;button, <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="mouseButtonClicked"></a>TQIconView::mouseButtonClicked ( int&nbsp;button, <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user clicks mouse button <em>button</em>. If <em>item</em> is non-null, the cursor is on <em>item</em>. If <em>item</em> is null, the mouse cursor isn't on any item.
@@ -661,7 +661,7 @@ press and release differ by a pixel or two, <em>pos</em> is the
position at release time.)
<p> <p>See also <a href="#mouseButtonPressed">mouseButtonPressed</a>(), <a href="#rightButtonClicked">rightButtonClicked</a>(), and <a href="#clicked">clicked</a>().
-<h3 class=fn>void <a name="mouseButtonPressed"></a>TQIconView::mouseButtonPressed ( int&nbsp;button, <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="mouseButtonPressed"></a>TQIconView::mouseButtonPressed ( int&nbsp;button, <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user presses mouse button <em>button</em>. If <em>item</em> is non-null, the cursor is on <em>item</em>. If <em>item</em> is null, the mouse cursor isn't on any item.
@@ -698,7 +698,7 @@ an item to an empty part of the icon view.
the mouse cursor isn't on any item.
<p> <p>See also <a href="#mouseButtonPressed">mouseButtonPressed</a>(), <a href="#rightButtonPressed">rightButtonPressed</a>(), and <a href="#clicked">clicked</a>().
-<h3 class=fn>void <a name="pressed-2"></a>TQIconView::pressed ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="pressed-2"></a>TQIconView::pressed ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This signal is emitted when the user presses any mouse button. If
@@ -727,7 +727,7 @@ See the <a href="tqiconview.html#resizeMode-prop">"resizeMode"</a> property for
<p> This signal is emitted if the user presses the Return or Enter
key. <em>item</em> is the <a href="#currentItem">currentItem</a>() at the time of the keypress.
-<h3 class=fn>void <a name="rightButtonClicked"></a>TQIconView::rightButtonClicked ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="rightButtonClicked"></a>TQIconView::rightButtonClicked ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user clicks the right mouse
@@ -738,7 +738,7 @@ press and release differ by a pixel or two, <em>pos</em> is the
position at release time.)
<p> <p>See also <a href="#rightButtonPressed">rightButtonPressed</a>(), <a href="#mouseButtonClicked">mouseButtonClicked</a>(), and <a href="#clicked">clicked</a>().
-<h3 class=fn>void <a name="rightButtonPressed"></a>TQIconView::rightButtonPressed ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="rightButtonPressed"></a>TQIconView::rightButtonPressed ( <a href="tqiconviewitem.html">TQIconViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user presses the right mouse