diff options
Diffstat (limited to 'doc/html/ntqdragobject.html')
-rw-r--r-- | doc/html/ntqdragobject.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqdragobject.html b/doc/html/ntqdragobject.html index 9c38d7038..9309cadca 100644 --- a/doc/html/ntqdragobject.html +++ b/doc/html/ntqdragobject.html @@ -96,7 +96,7 @@ during the drag with <a href="#setPixmap">setPixmap</a>(). control key to switch from the default. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDragObject"></a>TQDragObject::TQDragObject ( <a href="ntqwidget.html">TQWidget</a> * dragSource = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDragObject"></a>TQDragObject::TQDragObject ( <a href="tqwidget.html">TQWidget</a> * dragSource = 0, const char * name = 0 ) </h3> Constructs a drag object called <em>name</em>, which is a child of <em>dragSource</em>. <p> Note that the drag object will be deleted when <em>dragSource</em> is @@ -195,13 +195,13 @@ This is an overloaded member function, provided for convenience. It behaves esse the mouse pointer. This allows the user to clearly see the point on the window which they are dragging the data onto. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="source"></a>TQDragObject::source () +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="source"></a>TQDragObject::source () </h3> Returns a pointer to the drag source where this object originated. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="target"></a>TQDragObject::target ()<tt> [static]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="target"></a>TQDragObject::target ()<tt> [static]</tt> </h3> -After the drag completes, this function will return the <a href="ntqwidget.html">TQWidget</a> +After the drag completes, this function will return the <a href="tqwidget.html">TQWidget</a> which received the drop, or 0 if the data was dropped on another application. <p> This can be useful for detecting the case where drag and drop is |