diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qlistviewitem.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index ab1e54665..aaa38fac6 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -281,7 +281,7 @@ on this item or presses Space on it. <p> <p>See also <a href="#activatedPos">activatedPos</a>(). <p>Reimplemented in <a href="qchecklistitem.html#activate">TQCheckListItem</a>. -<h3 class=fn>bool <a name="activatedPos"></a>TQListViewItem::activatedPos ( <a href="ntqpoint.html">TQPoint</a> & pos )<tt> [protected]</tt> +<h3 class=fn>bool <a name="activatedPos"></a>TQListViewItem::activatedPos ( <a href="tqpoint.html">TQPoint</a> & pos )<tt> [protected]</tt> </h3> When called from a reimplementation of <a href="#activate">activate</a>(), this function gives information on how the item was activated. Otherwise the @@ -554,7 +554,7 @@ painter <em>p</em> has the right font on entry. <p>Example: <a href="listviews-example.html#x157">listviews/listviews.cpp</a>. <p>Reimplemented in <a href="qchecklistitem.html#paintCell">TQCheckListItem</a>. -<h3 class=fn>void <a name="paintFocus"></a>TQListViewItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQListViewItem::paintFocus ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Paints a focus indicator on the rectangle <em>r</em> using painter <em>p</em> and colors <em>cg</em>. @@ -568,7 +568,7 @@ Returns the parent of this item, or 0 if this item has no parent. <p> <p>See also <a href="#firstChild">firstChild</a>() and <a href="#nextSibling">nextSibling</a>(). <p>Examples: <a href="dirview-example.html#x1688">dirview/dirview.cpp</a>. -<h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQListViewItem::pixmap ( int column ) const<tt> [virtual]</tt> +<h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQListViewItem::pixmap ( int column ) const<tt> [virtual]</tt> </h3> Returns the pixmap for <em>column</em>, or 0 if there is no pixmap for <em>column</em>. @@ -656,7 +656,7 @@ of the item. <p> <p>See also <a href="#height">height</a>(), <a href="#totalHeight">totalHeight</a>(), and <a href="#isOpen">isOpen</a>(). <p>Examples: <a href="checklists-example.html#x431">checklists/checklists.cpp</a>, <a href="dirview-example.html#x1690">dirview/dirview.cpp</a>, <a href="dirview-example.html#x1718">dirview/main.cpp</a>, <a href="fileiconview-example.html#x887">fileiconview/mainwindow.cpp</a>, and <a href="tagreader-with-features-example.html#x1966">xml/tagreader-with-features/structureparser.cpp</a>. -<h3 class=fn>void <a name="setPixmap"></a>TQListViewItem::setPixmap ( int column, const <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap"></a>TQListViewItem::setPixmap ( int column, const <a href="tqpixmap.html">TQPixmap</a> & pm )<tt> [virtual]</tt> </h3> Sets the pixmap in column <em>column</em> to <em>pm</em>, if <em>pm</em> is non-null and different from the current pixmap, and if <em>column</em> is |