The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QDropEvent

PUBLIC METHODS

QDropEvent(const QPoint & pos, QFlags<Qt::DropAction> actions, const QMimeData * data, QFlags<Qt::MouseButton> buttons, QFlags<Qt::KeyboardModifier> modifiers, QDropEvent::Type type)
QDropEvent(const QPoint & pos, QFlags<Qt::DropAction> actions, const QMimeData * data, QFlags<Qt::MouseButton> buttons, QFlags<Qt::KeyboardModifier> modifiers, QDropEvent::Type type = QDropEvent::Drop)
~QDropEvent()
void acceptProposedAction()
Qt::DropAction dropAction()
QByteArray encodedData(const char * arg0)
const char * format(int n)
const char * format(int n = 0)
QFlags<Qt::KeyboardModifier> keyboardModifiers()
const QMimeData * mimeData()
QFlags<Qt::MouseButton> mouseButtons()
const QPoint & pos()
QFlags<Qt::DropAction> possibleActions()
Qt::DropAction proposedAction()
bool provides(const char * arg0)
void setDropAction(Qt::DropAction action)
QWidget * source()

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.

See http://dev.perl.org/licenses/artistic.html