org.kde.qt
public class QContextMenuEvent extends QEvent
Field Summary | |
---|---|
static int | Keyboard |
static int | Mouse |
static int | Other |
Constructor Summary | |
---|---|
protected | QContextMenuEvent(Class dummy) |
QContextMenuEvent(int reason, QPoint pos, QPoint globalPos, int state) | |
QContextMenuEvent(int reason, QPoint pos, int state) |
Method Summary | |
---|---|
void | accept() |
void | consume() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
QPoint | globalPos() |
int | globalX() |
int | globalY() |
void | ignore() |
boolean | isAccepted() |
boolean | isConsumed() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QPoint | pos() |
int | reason() |
int | state() |
int | x() |
int | y() |