diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/qlistviewitem.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index c665fe85b..ab1e54665 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -519,7 +519,7 @@ This function is called if the user presses Enter during in-place renaming of the item in column <em>col</em>. <p> <p>See also <a href="#cancelRename">cancelRename</a>(). -<h3 class=fn>void <a name="paintBranches"></a>TQListViewItem::paintBranches ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int w, int y, int h )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintBranches"></a>TQListViewItem::paintBranches ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int w, int y, int h )<tt> [virtual]</tt> </h3> Paints a set of branches from this item to (some of) its children. <p> Painter <em>p</em> is set up with clipping and translation so that you @@ -532,11 +532,11 @@ system's allowed coordinate range). is called; this function must draw on <em>all</em> of the pixels. <p> <p>See also <a href="#paintCell">paintCell</a>() and <a href="ntqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>(). -<h3 class=fn>void <a name="paintCell"></a>TQListViewItem::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQListViewItem::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> </h3> This virtual function paints the contents of one column of an item and aligns it as described by <em>align</em>. -<p> <em>p</em> is a <a href="ntqpainter.html">TQPainter</a> open on the relevant paint device. <em>p</em> is +<p> <em>p</em> is a <a href="tqpainter.html">TQPainter</a> open on the relevant paint device. <em>p</em> is translated so (0, 0) is the top-left pixel in the cell and <em>width-1</em>, <a href="#height">height</a>()-1 is the bottom-right pixel <em>in</em> the cell. The other properties of <em>p</em> (pen, brush, etc) are undefined. <em>cg</em> is the color group to use. <em>column</em> is the logical column number @@ -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="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.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="ntqrect.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>. @@ -777,7 +777,7 @@ item's children, and <a href="#invalidateHeight">invalidateHeight</a>() to inval height. <p> <p>See also <a href="#height">height</a>(). -<h3 class=fn>int <a name="width"></a>TQListViewItem::width ( const <a href="ntqfontmetrics.html">TQFontMetrics</a> & fm, const <a href="ntqlistview.html">TQListView</a> * lv, int c ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="width"></a>TQListViewItem::width ( const <a href="tqfontmetrics.html">TQFontMetrics</a> & fm, const <a href="ntqlistview.html">TQListView</a> * lv, int c ) const<tt> [virtual]</tt> </h3> Returns the number of pixels of width required to draw column <em>c</em> of list view <em>lv</em>, using the metrics <em>fm</em> without cropping. The |