NAME
Qt::Gui::QGraphicsSceneDragDropEvent
PUBLIC METHODS
- QGraphicsSceneDragDropEvent(QGraphicsSceneDragDropEvent::Type type)
- QGraphicsSceneDragDropEvent(QGraphicsSceneDragDropEvent::Type type = QGraphicsSceneDragDropEvent::None)
- ~QGraphicsSceneDragDropEvent()
- void acceptProposedAction()
- Qt::DropAction dropAction()
- const QMimeData * mimeData()
- QFlags<Qt::KeyboardModifier> modifiers()
- QPointF pos()
- QFlags<Qt::DropAction> possibleActions()
- Qt::DropAction proposedAction()
- QPointF scenePos()
- QPoint screenPos()
- void setDropAction(Qt::DropAction action)
- void setMimeData(const QMimeData * data)
- void setModifiers(QFlags<Qt::KeyboardModifier> modifiers)
- void setPos(const QPointF & pos)
- void setPossibleActions(QFlags<Qt::DropAction> actions)
- void setProposedAction(Qt::DropAction action)
- void setScenePos(const QPointF & pos)
- void setScreenPos(const QPoint & pos)
- void setSource(QWidget * source)
- QWidget * source()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.