diff options
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r-- | doc/man/man3/tqlistview.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt index 7210b9047..37afa419d 100644 --- a/doc/man/man3/tqlistview.3qt +++ b/doc/man/man3/tqlistview.3qt @@ -379,10 +379,10 @@ Inherits QScrollView. .BI "virtual void \fBresizeEvent\fR ( QResizeEvent * e )" .br .ti -1c -.BI "virtual void \fBdrawContentsOffset\fR ( QPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )" +.BI "virtual void \fBdrawContentsOffset\fR ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )" .br .ti -1c -.BI "virtual void \fBpaintEmptyArea\fR ( QPainter * p, const QRect & rect )" +.BI "virtual void \fBpaintEmptyArea\fR ( TQPainter * p, const QRect & rect )" .br .in -1c .SS "Protected Slots" @@ -658,7 +658,7 @@ This signal is emitted whenever an item is double-clicked. It's emitted on the s If the user presses the mouse on an item and starts moving the mouse, and the item allow dragging (see QListViewItem::setDragEnabled()), this function is called to get a drag object and a drag is started unless dragObject() returns 0. .PP By default this function returns 0. You should reimplement it and create a TQDragObject depending on the selected items. -.SH "void QListView::drawContentsOffset ( QPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR" +.SH "void QListView::drawContentsOffset ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR" Calls QListViewItem::paintCell() and QListViewItem::paintBranches() as necessary for all list view items that require repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR. .PP Reimplemented from QScrollView. @@ -804,7 +804,7 @@ This signal is emitted whenever the user pressed the mouse button in the list vi This signal is emitted when the user moves the mouse cursor onto item \fIi\fR, similar to the TQWidget::enterEvent() function. .SH "void QListView::onViewport ()\fC [signal]\fR" This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list view. -.SH "void QListView::paintEmptyArea ( QPainter * p, const QRect & rect )\fC [virtual protected]\fR" +.SH "void QListView::paintEmptyArea ( TQPainter * p, const QRect & rect )\fC [virtual protected]\fR" Paints \fIrect\fR so that it looks like empty background using painter \fIp\fR. \fIrect\fR is in widget coordinates, ready to be fed to \fIp\fR. .PP The default function fills \fIrect\fR with the viewport()->backgroundBrush(). |