QContextMenuEvent

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(Reason reason, const(QPoint) pos, const(QPoint) globalPos, qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source.
this
this(Reason reason, const(QPoint) pos, const(QPoint) globalPos)
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

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.
pos
const(QPoint) pos()
Undocumented in source. Be warned that the author may not have intended to support it.
reas
uint reas()
Undocumented in source. Be warned that the author may not have intended to support it.
reas
uint reas(uint value)
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_reas
ubyte bitfieldData_reas;
Undocumented in source.
gp
QPoint gp;
Undocumented in source.
p
QPoint p;
Undocumented in source.

Inherited Members

From QInputEvent

~this
~this()
Undocumented in source.
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 amodifiers)
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
cpp_ulong timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
setTimestamp
void setTimestamp(cpp_ulong atimestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
modState
qt.core.namespace.KeyboardModifiers modState;
Undocumented in source.
ts
cpp_ulong ts;
Undocumented in source.

Meta