summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtable.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/tqtable.3qt
parent7552c6d73043b1040139033f6864db48ae5446cf (diff)
downloadtqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz
tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.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/tqtable.3qt')
-rw-r--r--doc/man/man3/tqtable.3qt34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqtable.3qt b/doc/man/man3/tqtable.3qt
index 62e7f6884..7e2557a1d 100644
--- a/doc/man/man3/tqtable.3qt
+++ b/doc/man/man3/tqtable.3qt
@@ -351,7 +351,7 @@ Inherited by TQDataTable.
.BI "void \fBcontextMenuRequested\fR ( int row, int col, const QPoint & pos )"
.br
.ti -1c
-.BI "void \fBdropped\fR ( QDropEvent * e )"
+.BI "void \fBdropped\fR ( TQDropEvent * e )"
.br
.in -1c
.SS "Properties"
@@ -399,19 +399,19 @@ Inherited by TQDataTable.
.BI "void \fBsetEditMode\fR ( EditMode mode, int row, int col )"
.br
.ti -1c
-.BI "virtual void \fBcontentsDragEnterEvent\fR ( QDragEnterEvent * e )"
+.BI "virtual void \fBcontentsDragEnterEvent\fR ( TQDragEnterEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsDragMoveEvent\fR ( QDragMoveEvent * e )"
+.BI "virtual void \fBcontentsDragMoveEvent\fR ( TQDragMoveEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsDragLeaveEvent\fR ( QDragLeaveEvent * e )"
+.BI "virtual void \fBcontentsDragLeaveEvent\fR ( TQDragLeaveEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsDropEvent\fR ( QDropEvent * e )"
+.BI "virtual void \fBcontentsDropEvent\fR ( TQDropEvent * e )"
.br
.ti -1c
-.BI "virtual QDragObject * \fBdragObject\fR ()"
+.BI "virtual TQDragObject * \fBdragObject\fR ()"
.br
.ti -1c
.BI "virtual void \fBstartDrag\fR ()"
@@ -693,23 +693,23 @@ Returns the width of column \fIcol\fR.
See also setColumnWidth() and rowHeight().
.SH "void QTable::columnWidthChanged ( int col )\fC [virtual protected slot]\fR"
This function should be called whenever the column width of \fIcol\fR has been changed. It updates the geometry of any affected columns and repaints the table to reflect the changes it has made.
-.SH "void QTable::contentsDragEnterEvent ( QDragEnterEvent * e )\fC [virtual protected]\fR"
-This event handler is called whenever a QTable object receives a QDragEnterEvent \fIe\fR, i.e. when the user pressed the mouse button to drag something.
+.SH "void QTable::contentsDragEnterEvent ( TQDragEnterEvent * e )\fC [virtual protected]\fR"
+This event handler is called whenever a QTable object receives a TQDragEnterEvent \fIe\fR, i.e. when the user pressed the mouse button to drag something.
.PP
-The focus is moved to the cell where the QDragEnterEvent occurred.
+The focus is moved to the cell where the TQDragEnterEvent occurred.
.PP
Reimplemented from QScrollView.
-.SH "void QTable::contentsDragLeaveEvent ( QDragLeaveEvent * e )\fC [virtual protected]\fR"
+.SH "void QTable::contentsDragLeaveEvent ( TQDragLeaveEvent * e )\fC [virtual protected]\fR"
This event handler is called when a drag activity leaves \fIthis\fR QTable object with event \fIe\fR.
.PP
Reimplemented from QScrollView.
-.SH "void QTable::contentsDragMoveEvent ( QDragMoveEvent * e )\fC [virtual protected]\fR"
-This event handler is called whenever a QTable object receives a QDragMoveEvent \fIe\fR, i.e. when the user actually drags the mouse.
+.SH "void QTable::contentsDragMoveEvent ( TQDragMoveEvent * e )\fC [virtual protected]\fR"
+This event handler is called whenever a QTable object receives a TQDragMoveEvent \fIe\fR, i.e. when the user actually drags the mouse.
.PP
-The focus is moved to the cell where the QDragMoveEvent occurred.
+The focus is moved to the cell where the TQDragMoveEvent occurred.
.PP
Reimplemented from QScrollView.
-.SH "void QTable::contentsDropEvent ( QDropEvent * e )\fC [virtual protected]\fR"
+.SH "void QTable::contentsDropEvent ( TQDropEvent * e )\fC [virtual protected]\fR"
This event handler is called when the user ends a drag and drop by dropping something onto \fIthis\fR QTable and thus triggers the drop event, \fIe\fR.
.PP
Reimplemented from QScrollView.
@@ -778,10 +778,10 @@ See also TQt::ButtonState.
If this function returns TRUE, the table supports dragging.
.PP
See also setDragEnabled().
-.SH "QDragObject * QTable::dragObject ()\fC [virtual protected]\fR"
+.SH "TQDragObject * QTable::dragObject ()\fC [virtual protected]\fR"
If the user presses the mouse on a selected cell, starts moving (i.e. dragging), and dragEnabled() is TRUE, this function is called to obtain a drag object. A drag using this object begins immediately unless dragObject() returns 0.
.PP
-By default this function returns 0. You might reimplement it and create a QDragObject depending on the selected items.
+By default this function returns 0. You might reimplement it and create a TQDragObject depending on the selected items.
.PP
See also dropped().
.SH "void QTable::drawContents ( QPainter * p, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR"
@@ -790,7 +790,7 @@ Draws the table contents on the painter \fIp\fR. This function is optimized so t
Additionally, drawContents() highlights the current cell.
.PP
Reimplemented from QScrollView.
-.SH "void QTable::dropped ( QDropEvent * e )\fC [signal]\fR"
+.SH "void QTable::dropped ( TQDropEvent * e )\fC [signal]\fR"
This signal is emitted when a drop event occurred on the table.
.PP
\fIe\fR contains information about the drop.