NAME
Qt::Gui::QGraphicsSceneDragDropEvent
PUBLIC METHODS
- QGraphicsSceneDragDropEvent(QGraphicsSceneDragDropEvent::Type type = QGraphicsSceneDragDropEvent::None)
- QGraphicsSceneDragDropEvent(QGraphicsSceneDragDropEvent::Type type)
- ~QGraphicsSceneDragDropEvent()
- void acceptProposedAction()
- Qt::DropAction dropAction()
- const QMimeData * mimeData()
- QPointF pos()
- Qt::DropAction proposedAction()
- QPointF scenePos()
- QPoint screenPos()
- void setDropAction(Qt::DropAction action)
- void setMimeData(const QMimeData * data)
- void setPos(const QPointF & pos)
- void setProposedAction(Qt::DropAction action)
- void setScenePos(const QPointF & pos)
- void setScreenPos(const QPoint & pos)
- void setSource(QWidget * source)
- QWidget * source()
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.