QDragMoveEvent

Binding for C++ class QDragMoveEvent.

Constructors

this
this(typeof(this) other)
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.
clone
QDragMoveEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_rect
QRect m_rect;
Undocumented in source.

Inherited Members

From QDropEvent

~this
~this()
Undocumented in source.
clone
QDropEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
pos
QPoint pos()
Undocumented in source. Be warned that the author may not have intended to support it.
posF
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.
position
QPointF position()
Undocumented in source. Be warned that the author may not have intended to support it.
buttons
qt.core.namespace.MouseButtons buttons()
Undocumented in source. Be warned that the author may not have intended to support it.
modifiers
qt.core.namespace.KeyboardModifiers modifiers()
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.
m_pos
QPointF m_pos;
Undocumented in source.
m_mouseState
qt.core.namespace.MouseButtons m_mouseState;
Undocumented in source.
m_modState
qt.core.namespace.KeyboardModifiers m_modState;
Undocumented in source.
m_actions
qt.core.namespace.DropActions m_actions;
Undocumented in source.
m_dropAction
qt.core.namespace.DropAction m_dropAction;
Undocumented in source.
m_defaultAction
qt.core.namespace.DropAction m_defaultAction;
Undocumented in source.
m_data
const(QMimeData) m_data;
Undocumented in source.

Meta