org.kde.qt
public class QMouseEvent extends QEvent
Constructor Summary | |
---|---|
protected | QMouseEvent(Class dummy) |
QMouseEvent(int type, QPoint pos, int button, int state) | |
QMouseEvent(int type, QPoint pos, QPoint globalPos, int button, int state) |
Method Summary | |
---|---|
void | accept() |
int | button() |
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 | isDisposed() Has the wrapped C++ instance been deleted? |
QPoint | pos() |
int | state() |
int | stateAfter() |
int | x() |
int | y() |