org.kde.qt

Class QWheelEvent

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
voidaccept()
intdelta()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
QPointglobalPos()
intglobalX()
intglobalY()
voidignore()
booleanisAccepted()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intorientation()
QPointpos()
intstate()
intx()
inty()

Constructor Detail

QWheelEvent

protected QWheelEvent(Class dummy)

QWheelEvent

public QWheelEvent(QPoint pos, int delta, int state, int orient)

QWheelEvent

public QWheelEvent(QPoint pos, int delta, int state)

QWheelEvent

public QWheelEvent(QPoint pos, QPoint globalPos, int delta, int state, int orient)

QWheelEvent

public QWheelEvent(QPoint pos, QPoint globalPos, int delta, int state)

Method Detail

accept

public void accept()

delta

public int delta()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

globalPos

public QPoint globalPos()

globalX

public int globalX()

globalY

public int globalY()

ignore

public void ignore()

isAccepted

public boolean isAccepted()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

orientation

public int orientation()

pos

public QPoint pos()

state

public int state()

x

public int x()

y

public int y()