Eneboo - Documentación para desarrolladores
|
The QDragEnterEvent class provides an event which is sent to the widget when a drag and drop first drags onto the widget. Más...
#include <qevent.h>
Métodos públicos | |
QDragEnterEvent (const QPoint &pos) | |
QDragEnterEvent (const QPoint &pos) |
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.
QDragEnterEvent::QDragEnterEvent | ( | const QPoint & | pos | ) | [inline] |
Constructs a QDragEnterEvent entering at the given point, pos.
QDragEnterEvent::QDragEnterEvent | ( | const QPoint & | pos | ) | [inline] |