QDropEvent

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QPointF) pos, qt.core.namespace.DropActions actions, const(QMimeData) data, qt.core.namespace.MouseButtons buttons, qt.core.namespace.KeyboardModifiers modifiers, Type type)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

acceptProposedAction
void acceptProposedAction()
Undocumented in source. Be warned that the author may not have intended to support it.
dropAction
qt.core.namespace.DropAction dropAction()
Undocumented in source. Be warned that the author may not have intended to support it.
keyboardModifiers
qt.core.namespace.KeyboardModifiers keyboardModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
mimeData
const(QMimeData) mimeData()
Undocumented in source. Be warned that the author may not have intended to support it.
mouseButtons
qt.core.namespace.MouseButtons mouseButtons()
Undocumented in source. Be warned that the author may not have intended to support it.
posF
const(QPointF) posF()
Undocumented in source. Be warned that the author may not have intended to support it.
possibleActions
qt.core.namespace.DropActions possibleActions()
Undocumented in source. Be warned that the author may not have intended to support it.
proposedAction
qt.core.namespace.DropAction proposedAction()
Undocumented in source. Be warned that the author may not have intended to support it.
setDropAction
void setDropAction(qt.core.namespace.DropAction action)
Undocumented in source.
source
QObject source()
Undocumented in source.

Variables

act
qt.core.namespace.DropActions act;
Undocumented in source.
default_action
qt.core.namespace.DropAction default_action;
Undocumented in source.
drop_action
qt.core.namespace.DropAction drop_action;
Undocumented in source.
mdata
const(QMimeData) mdata;
Undocumented in source.
modState
qt.core.namespace.KeyboardModifiers modState;
Undocumented in source.
mouseState
qt.core.namespace.MouseButtons mouseState;
Undocumented in source.
p
QPointF p;
Undocumented in source.

Inherited Members

From QEvent

~this
~this()
Undocumented in source.
type
Type type()
Undocumented in source. Be warned that the author may not have intended to support it.
spontaneous
bool spontaneous()
Undocumented in source. Be warned that the author may not have intended to support it.
setAccepted
void setAccepted(bool accepted)
Undocumented in source. Be warned that the author may not have intended to support it.
isAccepted
bool isAccepted()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept()
Undocumented in source. Be warned that the author may not have intended to support it.
ignore
void ignore()
Undocumented in source. Be warned that the author may not have intended to support it.
registerEventType
int registerEventType(int hint)
Undocumented in source.
d
QEventPrivate* d;
Undocumented in source.
t
ushort t;
Undocumented in source.

Meta