org.kde.qt

Class QMouseEvent

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
voidaccept()
intbutton()
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?
QPointpos()
intstate()
intstateAfter()
intx()
inty()

Constructor Detail

QMouseEvent

protected QMouseEvent(Class dummy)

QMouseEvent

public QMouseEvent(int type, QPoint pos, int button, int state)

QMouseEvent

public QMouseEvent(int type, QPoint pos, QPoint globalPos, int button, int state)

Method Detail

accept

public void accept()

button

public int button()

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?

pos

public QPoint pos()

state

public int state()

stateAfter

public int stateAfter()

x

public int x()

y

public int y()