summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconviewitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqiconviewitem.html')
-rw-r--r--doc/html/tqiconviewitem.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html
index b0b51f650..6069d0b42 100644
--- a/doc/html/tqiconviewitem.html
+++ b/doc/html/tqiconviewitem.html
@@ -217,7 +217,7 @@ onto this item; otherwise returns FALSE.
<p> The default implementation always returns FALSE. You must subclass
TQIconViewItem and reimplement <a href="#acceptDrop">acceptDrop</a>() to accept drops.
-<p>Examples: <a href="fileiconview-example.html#x836">fileiconview/qfileiconview.cpp</a> and <a href="simple_dd-example.html#x2822">iconview/simple_dd/main.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x836">fileiconview/tqfileiconview.cpp</a> and <a href="simple_dd-example.html#x2822">iconview/simple_dd/main.cpp</a>.
<h3 class=fn>void <a name="calcRect"></a>TQIconViewItem::calcRect ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text_ = TQString::null )<tt> [virtual protected]</tt>
</h3>
This virtual function is responsible for calculating the
@@ -262,7 +262,7 @@ rectangle.
<p> The default implementation does nothing; subclasses may
reimplement this function.
-<p>Example: <a href="fileiconview-example.html#x837">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x837">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>void <a name="dragLeft"></a>TQIconViewItem::dragLeft ()<tt> [virtual protected]</tt>
</h3>
This function is called when a drag leaves the item's bounding
@@ -270,7 +270,7 @@ rectangle.
<p> The default implementation does nothing; subclasses may
reimplement this function.
-<p>Example: <a href="fileiconview-example.html#x838">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x838">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>bool <a name="dropEnabled"></a>TQIconViewItem::dropEnabled () const
</h3>
Returns TRUE if the user is allowed to drop something onto the
@@ -289,7 +289,7 @@ work with that.
<p> The default implementation does nothing; subclasses may
reimplement this function.
-<p>Examples: <a href="fileiconview-example.html#x839">fileiconview/qfileiconview.cpp</a> and <a href="simple_dd-example.html#x2823">iconview/simple_dd/main.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x839">fileiconview/tqfileiconview.cpp</a> and <a href="simple_dd-example.html#x2823">iconview/simple_dd/main.cpp</a>.
<h3 class=fn>int <a name="height"></a>TQIconViewItem::height () const
</h3>
Returns the height of the item.
@@ -318,7 +318,7 @@ Returns TRUE if the item is selectable; otherwise returns FALSE.
Returns TRUE if the item is selected; otherwise returns FALSE.
<p> <p>See also <a href="#setSelected">setSelected</a>().
-<p>Example: <a href="fileiconview-example.html#x840">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x840">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="key"></a>TQIconViewItem::key () const<tt> [virtual]</tt>
</h3>
Returns the key of the icon view item or <a href="#text">text</a>() if no key has been
@@ -359,7 +359,7 @@ in the icon view.
<p> <p>See also <a href="#prevItem">prevItem</a>().
-<p>Example: <a href="fileiconview-example.html#x841">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x841">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>void <a name="paintFocus"></a>TQIconViewItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg )<tt> [virtual protected]</tt>
</h3>
Paints the focus rectangle of the item using the painter <em>p</em> and
@@ -373,7 +373,7 @@ reimplement this function, change the values of the color group or
the painter's font, and then call the <a href="#paintItem">TQIconViewItem::paintItem</a>()
with the changed values.
-<p>Example: <a href="fileiconview-example.html#x842">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x842">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn><a href="ntqpicture.html">TQPicture</a>&nbsp;* <a name="picture"></a>TQIconViewItem::picture () const<tt> [virtual]</tt>
</h3>
Returns the icon of the icon view item if it is a picture, or 0 if
@@ -397,7 +397,7 @@ call <a href="#calcRect">calcRect</a>() manually each time the size of this pixm
changes.
<p> <p>See also <a href="#setPixmap">setPixmap</a>().
-<p>Example: <a href="fileiconview-example.html#x843">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x843">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="pixmapRect"></a>TQIconViewItem::pixmapRect ( bool&nbsp;relative = TRUE ) const
</h3>
Returns the bounding rectangle of the item's icon.
@@ -406,7 +406,7 @@ the origin of the item's rectangle. If <em>relative</em> is FALSE, the
returned rectangle is relative to the origin of the icon view's
contents coordinate system.
-<p>Example: <a href="fileiconview-example.html#x844">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x844">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="pos"></a>TQIconViewItem::pos () const
</h3>
Returns the position of the item (in contents coordinates).
@@ -435,14 +435,14 @@ be called and <a href="tqiconview.html#itemRenamed">TQIconView::itemRenamed</a>(
user canceled, e.g. by pressing the Escape key).
<p> <p>See also <a href="#setRenameEnabled">setRenameEnabled</a>().
-<p>Example: <a href="fileiconview-example.html#x845">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x845">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>bool <a name="renameEnabled"></a>TQIconViewItem::renameEnabled () const
</h3>
Returns TRUE if the item can be renamed by the user with in-place
renaming; otherwise returns FALSE.
<p> <p>See also <a href="#setRenameEnabled">setRenameEnabled</a>().
-<p>Example: <a href="fileiconview-example.html#x846">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x846">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>void <a name="repaint"></a>TQIconViewItem::repaint ()<tt> [virtual]</tt>
</h3>
Repaints the item.
@@ -480,7 +480,7 @@ Sets <em>k</em> as the sort key of the icon view item. By default
<a href="#text">text</a>() is used for sorting.
<p> <p>See also <a href="#compare">compare</a>().
-<p>Example: <a href="fileiconview-example.html#x847">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x847">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>void <a name="setPicture"></a>TQIconViewItem::setPicture ( const&nbsp;<a href="ntqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;icon )<tt> [virtual]</tt>
</h3>
Sets <em>icon</em> as the item's icon in the icon view. This function
@@ -521,7 +521,7 @@ clicking on the text (or pressing F2) while the item is selected
(in-place renaming). If <em>allow</em> is FALSE, in-place renaming is
not possible.
-<p>Examples: <a href="fileiconview-example.html#x848">fileiconview/qfileiconview.cpp</a>, <a href="iconview-example.html#x1459">iconview/main.cpp</a>, and <a href="simple_dd-example.html#x2824">iconview/simple_dd/main.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x848">fileiconview/tqfileiconview.cpp</a>, <a href="iconview-example.html#x1459">iconview/main.cpp</a>, and <a href="simple_dd-example.html#x2824">iconview/simple_dd/main.cpp</a>.
<h3 class=fn>void <a name="setSelectable"></a>TQIconViewItem::setSelectable ( bool&nbsp;enable )<tt> [virtual]</tt>
</h3>
Sets this item to be selectable if <em>enable</em> is TRUE (the default)
@@ -548,7 +548,7 @@ item is selected.
<p> Note that <em>cb</em> is used only if TQIconView::selectionMode() is <tt>Extended</tt>; cb defaults to FALSE.
<p> All items whose selection status changes repaint themselves.
-<p>Example: <a href="fileiconview-example.html#x849">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x849">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>void <a name="setSelected-2"></a>TQIconViewItem::setSelected ( bool&nbsp;s )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -561,7 +561,7 @@ Sets <em>text</em> as the text of the icon view item. This function
might be a no-op if you reimplement <a href="#text">text</a>().
<p> <p>See also <a href="#text">text</a>().
-<p>Example: <a href="fileiconview-example.html#x850">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x850">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>void <a name="setText-2"></a>TQIconViewItem::setText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, bool&nbsp;recalc, bool&nbsp;redraw = TRUE )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -591,7 +591,7 @@ do this, you must call <a href="#calcRect">calcRect</a>() manually each time the
(and therefore its size) changes.
<p> <p>See also <a href="#setText">setText</a>().
-<p>Example: <a href="fileiconview-example.html#x851">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x851">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="textRect"></a>TQIconViewItem::textRect ( bool&nbsp;relative = TRUE ) const
</h3>
Returns the bounding rectangle of the item's text.
@@ -600,7 +600,7 @@ relative to the origin of the item's rectangle. If <em>relative</em> is
FALSE, the returned rectangle is relative to the origin of the
icon view's contents coordinate system.
-<p>Example: <a href="fileiconview-example.html#x852">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x852">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>int <a name="width"></a>TQIconViewItem::width () const
</h3>
Returns the width of the item.