diff options
Diffstat (limited to 'doc/html/tqiconviewitem.html')
-rw-r--r-- | doc/html/tqiconviewitem.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html index 695a44d0e..81a8fb57c 100644 --- a/doc/html/tqiconviewitem.html +++ b/doc/html/tqiconviewitem.html @@ -185,21 +185,21 @@ Constructs an icon view item and inserts it into the icon view <em>parent</em> Constructs an icon view item and inserts it into the icon view <em>parent</em> using <em>text</em> as the text and a default icon, after the icon view item <em>after</em>. -<h3 class=fn><a name="TQIconViewItem-5"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & icon ) +<h3 class=fn><a name="TQIconViewItem-5"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & icon ) </h3> Constructs an icon view item and inserts it into the icon view <em>parent</em> using <em>text</em> as the text and <em>icon</em> as the icon. -<h3 class=fn><a name="TQIconViewItem-6"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, <a href="tqiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & icon ) +<h3 class=fn><a name="TQIconViewItem-6"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, <a href="tqiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & icon ) </h3> Constructs an icon view item and inserts it into the icon view <em>parent</em> using <em>text</em> as the text and <em>icon</em> as the icon, after the icon view item <em>after</em>. <p> <p>See also <a href="#setPixmap">setPixmap</a>(). -<h3 class=fn><a name="TQIconViewItem-7"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpicture.html">TQPicture</a> & picture ) +<h3 class=fn><a name="TQIconViewItem-7"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpicture.html">TQPicture</a> & picture ) </h3> Constructs an icon view item and inserts it into the icon view <em>parent</em> using <em>text</em> as the text and <em>picture</em> as the icon. -<h3 class=fn><a name="TQIconViewItem-8"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, <a href="tqiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpicture.html">TQPicture</a> & picture ) +<h3 class=fn><a name="TQIconViewItem-8"></a>TQIconViewItem::TQIconViewItem ( <a href="tqiconview.html">TQIconView</a> * parent, <a href="tqiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpicture.html">TQPicture</a> & picture ) </h3> Constructs an icon view item and inserts it into the icon view <em>parent</em> using <em>text</em> as the text and <em>picture</em> as the icon, after the icon view item <em>after</em>. @@ -244,7 +244,7 @@ reimplementation that uses plain Unicode comparison: <p> <p>See also <a href="#key">key</a>(), <a href="tqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(), and <a href="tqstring.html#compare">TQString::compare</a>(). -<h3 class=fn>bool <a name="contains"></a>TQIconViewItem::contains ( const <a href="ntqpoint.html">TQPoint</a> & pnt ) const +<h3 class=fn>bool <a name="contains"></a>TQIconViewItem::contains ( const <a href="tqpoint.html">TQPoint</a> & pnt ) const </h3> Returns TRUE if the item contains the point <em>pnt</em> (in contents coordinates); otherwise returns FALSE. @@ -303,7 +303,7 @@ Returns a pointer to this item's icon view parent. Returns the index of this item in the icon view, or -1 if an error occurred. -<h3 class=fn>bool <a name="intersects"></a>TQIconViewItem::intersects ( const <a href="ntqrect.html">TQRect</a> & r ) const +<h3 class=fn>bool <a name="intersects"></a>TQIconViewItem::intersects ( const <a href="tqrect.html">TQRect</a> & r ) const </h3> Returns TRUE if the item intersects the rectangle <em>r</em> (in contents coordinates); otherwise returns FALSE. @@ -330,7 +330,7 @@ explicitly set. Moves the item to position (<em>x</em>, <em>y</em>) in the icon view (these are contents coordinates). -<h3 class=fn>bool <a name="move-2"></a>TQIconViewItem::move ( const <a href="ntqpoint.html">TQPoint</a> & pnt )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="move-2"></a>TQIconViewItem::move ( const <a href="tqpoint.html">TQPoint</a> & pnt )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Moves the item to the point <em>pnt</em>. @@ -340,7 +340,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Moves the item <em>dx</em> pixels in the x-direction and <em>dy</em> pixels in the y-direction. -<h3 class=fn>void <a name="moveBy-2"></a>TQIconViewItem::moveBy ( const <a href="ntqpoint.html">TQPoint</a> & pnt )<tt> [virtual]</tt> +<h3 class=fn>void <a name="moveBy-2"></a>TQIconViewItem::moveBy ( const <a href="tqpoint.html">TQPoint</a> & pnt )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Moves the item by the x, y values in point <em>pnt</em>. @@ -374,7 +374,7 @@ the painter's font, and then call the <a href="#paintItem">TQIconViewItem::paint with the changed values. <p>Example: <a href="fileiconview-example.html#x842">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn><a href="ntqpicture.html">TQPicture</a> * <a name="picture"></a>TQIconViewItem::picture () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqpicture.html">TQPicture</a> * <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 it is a pixmap. In the latter case use <a href="#pixmap">pixmap</a>() instead. Normally @@ -385,7 +385,7 @@ pointer to the item's picture. If you do this, you <em>must</em> call <a href="#calcRect">calcRect</a>() manually each time the size of this picture changes. <p> <p>See also <a href="#setPicture">setPicture</a>(). -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQIconViewItem::pixmap () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQIconViewItem::pixmap () const<tt> [virtual]</tt> </h3> Returns the icon of the icon view item if it is a pixmap, or 0 if it is a picture. In the latter case use <a href="#picture">picture</a>() instead. @@ -398,7 +398,7 @@ changes. <p> <p>See also <a href="#setPixmap">setPixmap</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 relative = TRUE ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="pixmapRect"></a>TQIconViewItem::pixmapRect ( bool relative = TRUE ) const </h3> Returns the bounding rectangle of the item's icon. <p> If <em>relative</em> is TRUE, (the default), the rectangle is relative to @@ -407,7 +407,7 @@ returned rectangle is relative to the origin of the icon view's contents coordinate system. <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 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pos"></a>TQIconViewItem::pos () const </h3> Returns the position of the item (in contents coordinates). @@ -417,7 +417,7 @@ Returns a pointer to the previous item, or 0 if this is the first item in the icon view. <p> <p>See also <a href="#nextItem">nextItem</a>() and <a href="tqiconview.html#firstItem">TQIconView::firstItem</a>(). -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQIconViewItem::rect () const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="rect"></a>TQIconViewItem::rect () const </h3> Returns the bounding rectangle of the item (in contents coordinates). @@ -467,7 +467,7 @@ be dragged. If <em>allow</em> is TRUE, the icon view lets the user drop something on this icon view item. -<h3 class=fn>void <a name="setItemRect"></a>TQIconViewItem::setItemRect ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [protected]</tt> +<h3 class=fn>void <a name="setItemRect"></a>TQIconViewItem::setItemRect ( const <a href="tqrect.html">TQRect</a> & r )<tt> [protected]</tt> </h3> Sets the bounding rectangle of the whole item to <em>r</em>. This function is provided for subclasses which reimplement <a href="#calcRect">calcRect</a>(), @@ -481,13 +481,13 @@ Sets <em>k</em> as the sort key of the icon view item. By default <p> <p>See also <a href="#compare">compare</a>(). <p>Example: <a href="fileiconview-example.html#x847">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn>void <a name="setPicture"></a>TQIconViewItem::setPicture ( const <a href="ntqpicture.html">TQPicture</a> & icon )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPicture"></a>TQIconViewItem::setPicture ( const <a href="tqpicture.html">TQPicture</a> & icon )<tt> [virtual]</tt> </h3> Sets <em>icon</em> as the item's icon in the icon view. This function might be a no-op if you reimplement <a href="#picture">picture</a>(). <p> <p>See also <a href="#picture">picture</a>(). -<h3 class=fn>void <a name="setPixmap"></a>TQIconViewItem::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & icon )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap"></a>TQIconViewItem::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & icon )<tt> [virtual]</tt> </h3> Sets <em>icon</em> as the item's icon in the icon view. This function might be a no-op if you reimplement <a href="#pixmap">pixmap</a>(). @@ -496,7 +496,7 @@ not be displayed properly, depending on the <a href="tqiconview.html#Arrangement documentation</a> for details. <p> <p>See also <a href="#pixmap">pixmap</a>(). -<h3 class=fn>void <a name="setPixmap-2"></a>TQIconViewItem::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & icon, bool recalc, bool redraw = TRUE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap-2"></a>TQIconViewItem::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & icon, bool recalc, bool redraw = TRUE )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets <em>icon</em> as the item's icon in the icon view. If <em>recalc</em> is @@ -507,7 +507,7 @@ not be displayed properly, depending on the <a href="tqiconview.html#Arrangement documentation</a> for details. <p> <p>See also <a href="#pixmap">pixmap</a>(). -<h3 class=fn>void <a name="setPixmapRect"></a>TQIconViewItem::setPixmapRect ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [protected]</tt> +<h3 class=fn>void <a name="setPixmapRect"></a>TQIconViewItem::setPixmapRect ( const <a href="tqrect.html">TQRect</a> & r )<tt> [protected]</tt> </h3> Sets the bounding rectangle of the item's icon to <em>r</em>. This function is provided for subclasses which reimplement <a href="#calcRect">calcRect</a>(), @@ -570,7 +570,7 @@ TRUE, the icon view's layout is recalculated. If <em>redraw</em> is TRUE (the default), the icon view is repainted. <p> <p>See also <a href="#text">text</a>(). -<h3 class=fn>void <a name="setTextRect"></a>TQIconViewItem::setTextRect ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [protected]</tt> +<h3 class=fn>void <a name="setTextRect"></a>TQIconViewItem::setTextRect ( const <a href="tqrect.html">TQRect</a> & r )<tt> [protected]</tt> </h3> Sets the bounding rectangle of the item's text to <em>r</em>. This function is provided for subclasses which reimplement <a href="#calcRect">calcRect</a>(), @@ -592,7 +592,7 @@ do this, you must call <a href="#calcRect">calcRect</a>() manually each time the <p> <p>See also <a href="#setText">setText</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 relative = TRUE ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="textRect"></a>TQIconViewItem::textRect ( bool relative = TRUE ) const </h3> Returns the bounding rectangle of the item's text. <p> If <em>relative</em> is TRUE, (the default), the returned rectangle is |