QDragMoveEvent

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(QPoint) 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

answerRect
QRect answerRect()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

rect
QRect rect;
Undocumented in source.

Inherited Members

From QDropEvent

~this
~this()
Undocumented in source.
posF
const(QPointF) posF()
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.
keyboardModifiers
qt.core.namespace.KeyboardModifiers keyboardModifiers()
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.
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.
setDropAction
void setDropAction(qt.core.namespace.DropAction action)
Undocumented in source.
source
QObject source()
Undocumented in source.
mimeData
const(QMimeData) mimeData()
Undocumented in source. Be warned that the author may not have intended to support it.
p
QPointF p;
Undocumented in source.
mouseState
qt.core.namespace.MouseButtons mouseState;
Undocumented in source.
modState
qt.core.namespace.KeyboardModifiers modState;
Undocumented in source.
act
qt.core.namespace.DropActions act;
Undocumented in source.
drop_action
qt.core.namespace.DropAction drop_action;
Undocumented in source.
default_action
qt.core.namespace.DropAction default_action;
Undocumented in source.
mdata
const(QMimeData) mdata;
Undocumented in source.

Meta