summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdragmoveevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
commit628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch)
tree16062922d35b5e0153b9f866e440f36603bd4f55 /doc/man/man3/tqdragmoveevent.3qt
parent7552c6d73043b1040139033f6864db48ae5446cf (diff)
downloadtqt-628b0bb7.tar.gz
tqt-628b0bb7.zip
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdragmoveevent.3qt')
-rw-r--r--doc/man/man3/tqdragmoveevent.3qt28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqdragmoveevent.3qt b/doc/man/man3/tqdragmoveevent.3qt
index 3a1b210d8..edb856fb5 100644
--- a/doc/man/man3/tqdragmoveevent.3qt
+++ b/doc/man/man3/tqdragmoveevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QDragMoveEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQDragMoveEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,18 +7,18 @@
.ad l
.nh
.SH NAME
-QDragMoveEvent \- Event which is sent while a drag and drop is in progress
+TQDragMoveEvent \- Event which is sent while a drag and drop is in progress
.SH SYNOPSIS
\fC#include <ntqevent.h>\fR
.PP
-Inherits QDropEvent.
+Inherits TQDropEvent.
.PP
-Inherited by QDragEnterEvent.
+Inherited by TQDragEnterEvent.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQDragMoveEvent\fR ( const QPoint & pos, Type type = DragMove )"
+.BI "\fBTQDragMoveEvent\fR ( const QPoint & pos, Type type = DragMove )"
.br
.ti -1c
.BI "QRect \fBanswerRect\fR () const"
@@ -31,34 +31,34 @@ Inherited by QDragEnterEvent.
.br
.in -1c
.SH DESCRIPTION
-The QDragMoveEvent class provides an event which is sent while a drag and drop is in progress.
+The TQDragMoveEvent class provides an event which is sent while a drag and drop is in progress.
.PP
When a widget accepts drop events, it will receive this event repeatedly while the drag is within the widget's boundaries. The widget should examine the event to see what data it provides, and accept() the drop if appropriate.
.PP
-Note that this class inherits most of its functionality from QDropEvent.
+Note that this class inherits most of its functionality from TQDropEvent.
.PP
See also Drag And Drop Classes and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QDragMoveEvent::QDragMoveEvent ( const QPoint & pos, Type type = DragMove )"
-Creates a QDragMoveEvent for which the mouse is at point \fIpos\fR, and the event is of type \fItype\fR.
+.SH "TQDragMoveEvent::TQDragMoveEvent ( const QPoint & pos, Type type = DragMove )"
+Creates a TQDragMoveEvent for which the mouse is at point \fIpos\fR, and the event is of type \fItype\fR.
.PP
-\fBWarning:\fR Do not create a QDragMoveEvent yourself since these objects rely on Qt's internal state.
-.SH "void QDragMoveEvent::accept ( const QRect & r )"
+\fBWarning:\fR Do not create a TQDragMoveEvent yourself since these objects rely on Qt's internal state.
+.SH "void TQDragMoveEvent::accept ( const QRect & r )"
The same as accept(), but also notifies that future moves will also be acceptable if they remain within the rectangle \fIr\fR on the widget: this can improve performance, but may also be ignored by the underlying system.
.PP
If the rectangle is empty, then drag move events will be sent continuously. This is useful if the source is scrolling in a timer event.
.PP
Examples:
.)l desktop/desktop.cpp and dirview/dirview.cpp.
-.SH "QRect QDragMoveEvent::answerRect () const"
+.SH "QRect TQDragMoveEvent::answerRect () const"
Returns the rectangle for which the acceptance of the move event applies.
-.SH "void QDragMoveEvent::ignore ( const QRect & r )"
+.SH "void TQDragMoveEvent::ignore ( const QRect & r )"
The opposite of accept(const QRect&), i.e. says that moves within rectangle \fIr\fR are not acceptable (will be ignored).
.PP
Example: dirview/dirview.cpp.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qdragmoveevent.html
+.BR http://doc.trolltech.com/tqdragmoveevent.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the