NAME
Qt::Gui::QDrag
PUBLIC METHODS
- QDrag(QWidget * dragSource)
- ~QDrag()
- Qt::DropAction exec(QFlags<Qt::DropAction> supportedActions)
- Qt::DropAction exec(QFlags<Qt::DropAction> supportedActions = Qt::MoveAction)
- Qt::DropAction exec(QFlags<Qt::DropAction> supportedActions, Qt::DropAction defaultAction)
- QPoint hotSpot()
- QMimeData * mimeData()
- QPixmap pixmap()
- void setDragCursor(const QPixmap & cursor, Qt::DropAction action)
- void setHotSpot(const QPoint & hotspot)
- void setMimeData(QMimeData * data)
- void setPixmap(const QPixmap & arg0)
- QWidget * source()
- Qt::DropAction start(QFlags<Qt::DropAction> supportedActions)
- Qt::DropAction start(QFlags<Qt::DropAction> supportedActions = Qt::CopyAction)
- QWidget * target()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.