Eneboo - Documentación para desarrolladores
Métodos públicos | Atributos protegidos
Referencia de la Clase QIconDragEvent

The QIconDragEvent class signals that a main icon drag has begun. Más...

#include <qevent.h>

Diagrama de herencias de QIconDragEvent
QEvent QEvent Qt Qt Qt Qt

Lista de todos los miembros.

Métodos públicos

 QIconDragEvent ()
bool isAccepted () const
void accept ()
void ignore ()
 QIconDragEvent ()
bool isAccepted () const
void accept ()
void ignore ()

Atributos protegidos

bool accpt

Descripción detallada

The QIconDragEvent class signals that a main icon drag has begun.

Icon drag events are sent to widgets when the main icon of a window has been dragged away. On Mac OS X this is fired when the proxy icon of a window is dragged off titlebar, in response to this event is is normal to begin using drag and drop.


Documentación del constructor y destructor

QIconDragEvent::QIconDragEvent ( ) [inline]

Constructs an icon drag event object with the accept parameter flag set to FALSE.

Ver también:
accept()
QIconDragEvent::QIconDragEvent ( ) [inline]

Documentación de las funciones miembro

void QIconDragEvent::accept ( ) [inline]

Sets the accept flag of the icon drag event object.

Setting the accept flag indicates that the receiver of this event has started a drag and drop oeration.

The accept flag is not set by default.

Ver también:
ignore(), QWidget::hide()
void QIconDragEvent::accept ( ) [inline]
void QIconDragEvent::ignore ( ) [inline]
void QIconDragEvent::ignore ( ) [inline]

Clears the accept flag of the icon drag object.

Clearing the accept flag indicates that the receiver of this event has not handled the icon drag as a result other events can be sent.

The icon drag event is constructed with the accept flag cleared.

Ver también:
accept()
bool QIconDragEvent::isAccepted ( ) const [inline]
bool QIconDragEvent::isAccepted ( ) const [inline]

Returns TRUE if the receiver of the event has started a drag and drop operation; otherwise returns FALSE.

Ver también:
accept(), ignore()

Documentación de los datos miembro


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'