QContextMenuEvent

Binding for C++ class QContextMenuEvent.

Constructors

this
this(typeof(this) other)
Undocumented in source.
this
this(Reason reason, const(QPoint) pos, const(QPoint) globalPos, qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source.
this
this(Reason reason, const(QPoint) pos)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Reason
enum Reason
Undocumented in source.

Functions

clone
QContextMenuEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
globalPos
const(QPoint) globalPos()
Undocumented in source. Be warned that the author may not have intended to support it.
globalX
int globalX()
Undocumented in source. Be warned that the author may not have intended to support it.
globalY
int globalY()
Undocumented in source. Be warned that the author may not have intended to support it.
m_reason
uint m_reason()
Undocumented in source. Be warned that the author may not have intended to support it.
m_reason
uint m_reason(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
pos
const(QPoint) pos()
Undocumented in source. Be warned that the author may not have intended to support it.
reason
Reason reason()
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitfieldData_m_reason
ubyte bitfieldData_m_reason;
Undocumented in source.
m_globalPos
QPoint m_globalPos;
Undocumented in source.
m_pos
QPoint m_pos;
Undocumented in source.

Inherited Members

From QInputEvent

~this
~this()
Undocumented in source.
clone
QInputEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
device
const(QInputDevice) device()
Undocumented in source. Be warned that the author may not have intended to support it.
deviceType
QInputDevice.DeviceType deviceType()
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.
setModifiers
void setModifiers(qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
quint64 timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
setTimestamp
void setTimestamp(quint64 timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
m_dev
const(QInputDevice) m_dev;
Undocumented in source.
m_timeStamp
quint64 m_timeStamp;
Undocumented in source.
m_modState
qt.core.namespace.KeyboardModifiers m_modState;
Undocumented in source.
m_reserved
quint32 m_reserved;
Undocumented in source.

Meta