summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtable.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtable.html')
-rw-r--r--doc/html/ntqtable.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html
index 835de0fe..3eab7ae3 100644
--- a/doc/html/ntqtable.html
+++ b/doc/html/ntqtable.html
@@ -595,29 +595,29 @@ This function should be called whenever the column width of <em>col</em>
has been changed. It updates the geometry of any affected columns
and repaints the table to reflect the changes it has made.
-<h3 class=fn>void <a name="contentsDragEnterEvent"></a>TQTable::contentsDragEnterEvent ( <a href="qdragenterevent.html">TQDragEnterEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDragEnterEvent"></a>TQTable::contentsDragEnterEvent ( <a href="tqdragenterevent.html">TQDragEnterEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever a TQTable object receives a
-<a href="qdragenterevent.html">TQDragEnterEvent</a> <em>e</em>, i.e. when the user pressed the mouse
+<a href="tqdragenterevent.html">TQDragEnterEvent</a> <em>e</em>, i.e. when the user pressed the mouse
button to drag something.
-<p> The focus is moved to the cell where the <a href="qdragenterevent.html">TQDragEnterEvent</a> occurred.
+<p> The focus is moved to the cell where the <a href="tqdragenterevent.html">TQDragEnterEvent</a> occurred.
<p>Reimplemented from <a href="ntqscrollview.html#contentsDragEnterEvent">TQScrollView</a>.
-<h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQTable::contentsDragLeaveEvent ( <a href="qdragleaveevent.html">TQDragLeaveEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQTable::contentsDragLeaveEvent ( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called when a drag activity leaves <em>this</em>
TQTable object with event <em>e</em>.
<p>Reimplemented from <a href="ntqscrollview.html#contentsDragLeaveEvent">TQScrollView</a>.
-<h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQTable::contentsDragMoveEvent ( <a href="qdragmoveevent.html">TQDragMoveEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQTable::contentsDragMoveEvent ( <a href="tqdragmoveevent.html">TQDragMoveEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever a TQTable object receives a
-<a href="qdragmoveevent.html">TQDragMoveEvent</a> <em>e</em>, i.e. when the user actually drags the
+<a href="tqdragmoveevent.html">TQDragMoveEvent</a> <em>e</em>, i.e. when the user actually drags the
mouse.
-<p> The focus is moved to the cell where the <a href="qdragmoveevent.html">TQDragMoveEvent</a> occurred.
+<p> The focus is moved to the cell where the <a href="tqdragmoveevent.html">TQDragMoveEvent</a> occurred.
<p>Reimplemented from <a href="ntqscrollview.html#contentsDragMoveEvent">TQScrollView</a>.
-<h3 class=fn>void <a name="contentsDropEvent"></a>TQTable::contentsDropEvent ( <a href="qdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDropEvent"></a>TQTable::contentsDropEvent ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called when the user ends a drag and drop by
dropping something onto <em>this</em> TQTable and thus triggers the drop
@@ -716,14 +716,14 @@ double-clicked. The cell where the event took place is at <em>row</em>,
If this function returns TRUE, the table supports dragging.
<p> <p>See also <a href="#setDragEnabled">setDragEnabled</a>().
-<h3 class=fn><a href="ntqdragobject.html">TQDragObject</a>&nbsp;* <a name="dragObject"></a>TQTable::dragObject ()<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqdragobject.html">TQDragObject</a>&nbsp;* <a name="dragObject"></a>TQTable::dragObject ()<tt> [virtual protected]</tt>
</h3>
If the user presses the mouse on a selected cell, starts moving
(i.e. dragging), and <a href="#dragEnabled">dragEnabled</a>() is TRUE, this function is
called to obtain a drag object. A drag using this object begins
immediately unless <a href="#dragObject">dragObject</a>() returns 0.
<p> By default this function returns 0. You might reimplement it and
-create a <a href="ntqdragobject.html">TQDragObject</a> depending on the selected items.
+create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items.
<p> <p>See also <a href="#dropped">dropped</a>().
<h3 class=fn>void <a name="drawContents"></a>TQTable::drawContents ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;cx, int&nbsp;cy, int&nbsp;cw, int&nbsp;ch )<tt> [virtual protected]</tt>
@@ -735,7 +735,7 @@ wide and <em>ch</em> pixels high clipping rectangle at position <em>cx</em>,
<p> Additionally, <a href="#drawContents">drawContents</a>() highlights the current cell.
<p>Reimplemented from <a href="ntqscrollview.html#drawContents">TQScrollView</a>.
-<h3 class=fn>void <a name="dropped"></a>TQTable::dropped ( <a href="qdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [signal]</tt>
+<h3 class=fn>void <a name="dropped"></a>TQTable::dropped ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when a drop event occurred on the table.