From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qdragenterevent.html | 73 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 doc/html/qdragenterevent.html (limited to 'doc/html/qdragenterevent.html') diff --git a/doc/html/qdragenterevent.html b/doc/html/qdragenterevent.html new file mode 100644 index 0000000..bb2198b --- /dev/null +++ b/doc/html/qdragenterevent.html @@ -0,0 +1,73 @@ + + + + + +QDragEnterEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QDragEnterEvent Class Reference

+ +

The QDragEnterEvent class provides an event which is sent to the widget when a drag and drop first drags onto the widget. +More... +

#include <qevent.h> +

Inherits QDragMoveEvent. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QDragEnterEvent class provides an event which is sent to the widget when a drag and drop first drags onto the widget. +

+ +

This event is always immediately followed by a QDragMoveEvent, so +you only need to respond to one or the other event. This class +inherits most of its functionality from QDragMoveEvent, which in +turn inherits most of its functionality from QDropEvent. +

See also QDragLeaveEvent, QDragMoveEvent, QDropEvent, Drag And Drop Classes, and Event Classes. + +


Member Function Documentation

+

QDragEnterEvent::QDragEnterEvent ( const QPoint & pos ) +

+ +

Constructs a QDragEnterEvent entering at the given point, pos. +

Warning: Do not create a QDragEnterEvent yourself since these +objects rely on Qt's internal state. + + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3