org.kde.qt

Class QDropEvent

public class QDropEvent extends QEvent implements QMimeSourceInterface

Field Summary
static intCopy
static intLink
static intMove
static intPrivate
static intUserAction
Constructor Summary
protected QDropEvent(Class dummy)
QDropEvent(QPoint pos, int typ)
QDropEvent(QPoint pos)
Method Summary
voidaccept(boolean y)
voidaccept()
voidacceptAction(boolean y)
voidacceptAction()
intaction()
byte[]data(String f)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
byte[]encodedData(String arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
Stringformat(int n)
Stringformat()
voidignore()
booleanisAccepted()
booleanisActionAccepted()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
protected longmimeSource()
Internal method
QPointpos()
booleanprovides(String arg1)
intserialNumber()
voidsetAction(int a)
voidsetPoint(QPoint np)
QWidgetsource()

Field Detail

Copy

public static final int Copy

Link

public static final int Link

Move

public static final int Move

Private

public static final int Private

UserAction

public static final int UserAction

Constructor Detail

QDropEvent

protected QDropEvent(Class dummy)

QDropEvent

public QDropEvent(QPoint pos, int typ)

QDropEvent

public QDropEvent(QPoint pos)

Method Detail

accept

public void accept(boolean y)

accept

public void accept()

acceptAction

public void acceptAction(boolean y)

acceptAction

public void acceptAction()

action

public int action()

data

public byte[] data(String f)

dispose

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

encodedData

public byte[] encodedData(String arg1)

finalize

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

format

public String format(int n)

format

public String format()

ignore

public void ignore()

isAccepted

public boolean isAccepted()

isActionAccepted

public boolean isActionAccepted()

isDisposed

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

mimeSource

protected long mimeSource()
Internal method

pos

public QPoint pos()

provides

public boolean provides(String arg1)

serialNumber

public int serialNumber()

setAction

public void setAction(int a)

setPoint

public void setPoint(QPoint np)

source

public QWidget source()