diff options
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 43ba29a15..5231935da 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -597,7 +597,7 @@ drag object and a drag is started unless <a href="#dragObject">dragObject</a>() <p> By default this function returns 0. You should reimplement it and create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items. -<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> Calls <a href="qlistviewitem.html#paintCell">TQListViewItem::paintCell</a>() and <a href="qlistviewitem.html#paintBranches">TQListViewItem::paintBranches</a>() as necessary for all list view @@ -818,7 +818,7 @@ item <em>i</em>, similar to the <a href="tqwidget.html#enterEvent">TQWidget::ent <p> This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list view. -<h3 class=fn>void <a name="paintEmptyArea"></a>TQListView::paintEmptyArea ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEmptyArea"></a>TQListView::paintEmptyArea ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [virtual protected]</tt> </h3> Paints <em>rect</em> so that it looks like empty background using painter <em>p</em>. <em>rect</em> is in widget coordinates, ready to be fed to |