NAME
Qt::Gui::QDrag
PUBLIC METHODS
- QDrag(QWidget * dragSource)
- ~QDrag()
- 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()
- QWidget * target()
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.