Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QDragEnterEvent

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>

Diagrama de herencias de QDragEnterEvent
QDragMoveEvent QDragMoveEvent QDropEvent QDropEvent QDropEvent QDropEvent QMimeSource QEvent QMimeSource QEvent QMimeSource QEvent QMimeSource QEvent QMimeSource QEvent QMimeSource QEvent QMimeSource QEvent QMimeSource QEvent

Lista de todos los miembros.

Métodos públicos

 QDragEnterEvent (const QPoint &pos)
 QDragEnterEvent (const QPoint &pos)

Descripción detallada

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.

Ver también:
QDragLeaveEvent, QDragMoveEvent, QDropEvent

Documentación del constructor y destructor

QDragEnterEvent::QDragEnterEvent ( const QPoint pos) [inline]

Constructs a QDragEnterEvent entering at the given point, pos.

Atención:
Do not create a QDragEnterEvent yourself since these objects rely on Qt's internal state.
QDragEnterEvent::QDragEnterEvent ( const QPoint pos) [inline]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'