org.kde.qt

Class QDragMoveEvent

public class QDragMoveEvent extends QDropEvent

Constructor Summary
protected QDragMoveEvent(Class dummy)
QDragMoveEvent(QPoint pos, int typ)
QDragMoveEvent(QPoint pos)
Method Summary
voidaccept(boolean y)
voidaccept()
voidaccept(QRect r)
QRectanswerRect()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
voidignore(QRect r)
voidignore()
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

QDragMoveEvent

protected QDragMoveEvent(Class dummy)

QDragMoveEvent

public QDragMoveEvent(QPoint pos, int typ)

QDragMoveEvent

public QDragMoveEvent(QPoint pos)

Method Detail

accept

public void accept(boolean y)

accept

public void accept()

accept

public void accept(QRect r)

answerRect

public QRect answerRect()

dispose

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

finalize

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

ignore

public void ignore(QRect r)

ignore

public void ignore()

isDisposed

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