diff options
Diffstat (limited to 'doc/html/qiconviewitem.html')
-rw-r--r-- | doc/html/qiconviewitem.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/qiconviewitem.html b/doc/html/qiconviewitem.html index 8bba32bed..0e7d75feb 100644 --- a/doc/html/qiconviewitem.html +++ b/doc/html/qiconviewitem.html @@ -176,30 +176,30 @@ with no text and a default icon. Constructs a TQIconViewItem and inserts it into the icon view <em>parent</em> with no text and a default icon, after the icon view item <em>after</em>. -<h3 class=fn><a name="TQIconViewItem-3"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn><a name="TQIconViewItem-3"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text ) </h3> 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. -<h3 class=fn><a name="TQIconViewItem-4"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, <a href="qiconviewitem.html">TQIconViewItem</a> * after, const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn><a name="TQIconViewItem-4"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, <a href="qiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text ) </h3> 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="ntqiconview.html">TQIconView</a> * parent, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & icon ) +<h3 class=fn><a name="TQIconViewItem-5"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.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="ntqiconview.html">TQIconView</a> * parent, <a href="qiconviewitem.html">TQIconViewItem</a> * after, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & icon ) +<h3 class=fn><a name="TQIconViewItem-6"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, <a href="qiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.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="ntqiconview.html">TQIconView</a> * parent, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpicture.html">TQPicture</a> & picture ) +<h3 class=fn><a name="TQIconViewItem-7"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpicture.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="ntqiconview.html">TQIconView</a> * parent, <a href="qiconviewitem.html">TQIconViewItem</a> * after, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpicture.html">TQPicture</a> & picture ) +<h3 class=fn><a name="TQIconViewItem-8"></a>TQIconViewItem::TQIconViewItem ( <a href="ntqiconview.html">TQIconView</a> * parent, <a href="qiconviewitem.html">TQIconViewItem</a> * after, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpicture.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>. @@ -218,13 +218,13 @@ onto this item; otherwise returns FALSE. 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>. -<h3 class=fn>void <a name="calcRect"></a>TQIconViewItem::calcRect ( const <a href="ntqstring.html">TQString</a> & text_ = TQString::null )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="calcRect"></a>TQIconViewItem::calcRect ( const <a href="tqstring.html">TQString</a> & text_ = TQString::null )<tt> [virtual protected]</tt> </h3> This virtual function is responsible for calculating the rectangles returned by <a href="#rect">rect</a>(), <a href="#textRect">textRect</a>() and <a href="#pixmapRect">pixmapRect</a>(). setRect(), <a href="#setTextRect">setTextRect</a>() and <a href="#setPixmapRect">setPixmapRect</a>() are provided mainly for reimplementations of this function. -<p> <em>text_</em> is an internal parameter which defaults to <a href="ntqstring.html#TQString-null">TQString::null</a>. +<p> <em>text_</em> is an internal parameter which defaults to <a href="tqstring.html#TQString-null">TQString::null</a>. <h3 class=fn>int <a name="compare"></a>TQIconViewItem::compare ( <a href="qiconviewitem.html">TQIconViewItem</a> * i ) const<tt> [virtual]</tt> </h3> @@ -232,7 +232,7 @@ Compares this icon view item to <em>i</em>. Returns -1 if this item is less than <em>i</em>, 0 if they are equal, and 1 if this icon view item is greater than <em>i</em>. <p> The default implementation compares the item keys (<a href="#key">key</a>()) using -<a href="ntqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(). A reimplementation may use +<a href="tqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(). A reimplementation may use different values and a different comparison function. Here is a reimplementation that uses plain Unicode comparison: <p> <pre> @@ -242,7 +242,7 @@ reimplementation that uses plain Unicode comparison: } </pre> -<p> <p>See also <a href="#key">key</a>(), <a href="ntqstring.html#localeAwareCompare">TQString::localeAwareCompare</a>(), and <a href="ntqstring.html#compare">TQString::compare</a>(). +<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> @@ -319,7 +319,7 @@ 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>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="key"></a>TQIconViewItem::key () const<tt> [virtual]</tt> +<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 explicitly set. @@ -474,7 +474,7 @@ function is provided for subclasses which reimplement <a href="#calcRect">calcRe so that they can set the calculated rectangle. <em>Any other use is discouraged.</em> <p> <p>See also <a href="#calcRect">calcRect</a>(), <a href="#textRect">textRect</a>(), <a href="#setTextRect">setTextRect</a>(), <a href="#pixmapRect">pixmapRect</a>(), and <a href="#setPixmapRect">setPixmapRect</a>(). -<h3 class=fn>void <a name="setKey"></a>TQIconViewItem::setKey ( const <a href="ntqstring.html">TQString</a> & k )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setKey"></a>TQIconViewItem::setKey ( const <a href="tqstring.html">TQString</a> & k )<tt> [virtual]</tt> </h3> Sets <em>k</em> as the sort key of the icon view item. By default <a href="#text">text</a>() is used for sorting. @@ -555,14 +555,14 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This variant is equivalent to calling the other variant with <em>cb</em> set to FALSE. -<h3 class=fn>void <a name="setText"></a>TQIconViewItem::setText ( const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setText"></a>TQIconViewItem::setText ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual]</tt> </h3> 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>. -<h3 class=fn>void <a name="setText-2"></a>TQIconViewItem::setText ( const <a href="ntqstring.html">TQString</a> & text, bool recalc, bool redraw = TRUE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setText-2"></a>TQIconViewItem::setText ( const <a href="tqstring.html">TQString</a> & text, 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>text</em> as the text of the icon view item. If <em>recalc</em> is @@ -581,7 +581,7 @@ so that they can set the calculated rectangle. <em>Any other use is discouraged. </h3> Returns the size of the item. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQIconViewItem::text () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQIconViewItem::text () const<tt> [virtual]</tt> </h3> Returns the text of the icon view item. Normally you set the text of the item with <a href="#setText">setText</a>(), but sometimes it's inconvenient to |