diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/man/man3/tqscrollview.3qt | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqscrollview.3qt')
-rw-r--r-- | doc/man/man3/tqscrollview.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt index abfcb3b8f..ac9ed9d6e 100644 --- a/doc/man/man3/tqscrollview.3qt +++ b/doc/man/man3/tqscrollview.3qt @@ -258,16 +258,16 @@ Inherited by TQCanvasView, QTable, QGridView, TQIconView, QListBox, QListView, a .BI "virtual void \fBcontentsMouseMoveEvent\fR ( QMouseEvent * e )" .br .ti -1c -.BI "virtual void \fBcontentsDragEnterEvent\fR ( QDragEnterEvent * )" +.BI "virtual void \fBcontentsDragEnterEvent\fR ( TQDragEnterEvent * )" .br .ti -1c -.BI "virtual void \fBcontentsDragMoveEvent\fR ( QDragMoveEvent * )" +.BI "virtual void \fBcontentsDragMoveEvent\fR ( TQDragMoveEvent * )" .br .ti -1c -.BI "virtual void \fBcontentsDragLeaveEvent\fR ( QDragLeaveEvent * )" +.BI "virtual void \fBcontentsDragLeaveEvent\fR ( TQDragLeaveEvent * )" .br .ti -1c -.BI "virtual void \fBcontentsDropEvent\fR ( QDropEvent * )" +.BI "virtual void \fBcontentsDropEvent\fR ( TQDropEvent * )" .br .ti -1c .BI "virtual void \fBcontentsWheelEvent\fR ( QWheelEvent * e )" @@ -521,19 +521,19 @@ See also visibleWidth and visibleHeight. This event handler is called whenever the QScrollView receives a contextMenuEvent() in \fIe\fR: the mouse position is translated to be a point on the contents. .PP Example: chart/canvasview.cpp. -.SH "void QScrollView::contentsDragEnterEvent ( QDragEnterEvent * )\fC [virtual protected]\fR" +.SH "void QScrollView::contentsDragEnterEvent ( TQDragEnterEvent * )\fC [virtual protected]\fR" This event handler is called whenever the QScrollView receives a dragEnterEvent(): the drag position is translated to be a point on the contents. .PP Reimplemented in QTable. -.SH "void QScrollView::contentsDragLeaveEvent ( QDragLeaveEvent * )\fC [virtual protected]\fR" +.SH "void QScrollView::contentsDragLeaveEvent ( TQDragLeaveEvent * )\fC [virtual protected]\fR" This event handler is called whenever the QScrollView receives a dragLeaveEvent(): the drag position is translated to be a point on the contents. .PP Reimplemented in QTable. -.SH "void QScrollView::contentsDragMoveEvent ( QDragMoveEvent * )\fC [virtual protected]\fR" +.SH "void QScrollView::contentsDragMoveEvent ( TQDragMoveEvent * )\fC [virtual protected]\fR" This event handler is called whenever the QScrollView receives a dragMoveEvent(): the drag position is translated to be a point on the contents. .PP Reimplemented in QTable. -.SH "void QScrollView::contentsDropEvent ( QDropEvent * )\fC [virtual protected]\fR" +.SH "void QScrollView::contentsDropEvent ( TQDropEvent * )\fC [virtual protected]\fR" This event handler is called whenever the QScrollView receives a dropEvent(): the drop position is translated to be a point on the contents. .PP Reimplemented in QTable. @@ -851,7 +851,7 @@ This property holds whether autoscrolling in drag move events is enabled. .PP If this property is set to TRUE (the default), the QScrollView automatically scrolls the contents in drag move events if the user moves the cursor close to a border of the view. Of course this works only if the viewport accepts drops. Specifying FALSE disables this autoscroll feature. .PP -\fBWarning:\fR Enabling this property might not be enough to effectively turn on autoscrolling. If you put a custom widget in the QScrollView, you might need to call QDragEvent::ignore() on the event in the dragEnterEvent() and dragMoveEvent() reimplementations. +\fBWarning:\fR Enabling this property might not be enough to effectively turn on autoscrolling. If you put a custom widget in the QScrollView, you might need to call TQDragEvent::ignore() on the event in the dragEnterEvent() and dragMoveEvent() reimplementations. .PP Set this property's value with setDragAutoScroll() and get this property's value with dragAutoScroll(). .SH "ScrollBarMode hScrollBarMode" |