org.kde.qt
public class QWheelEvent extends QEvent
Constructor Summary | |
---|---|
protected | QWheelEvent(Class dummy) |
QWheelEvent(QPoint pos, int delta, int state, int orient) | |
QWheelEvent(QPoint pos, int delta, int state) | |
QWheelEvent(QPoint pos, QPoint globalPos, int delta, int state, int orient) | |
QWheelEvent(QPoint pos, QPoint globalPos, int delta, int state) |
Method Summary | |
---|---|
void | accept() |
int | delta() |
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? |
int | orientation() |
QPoint | pos() |
int | state() |
int | x() |
int | y() |