org.kde.qt

Class QIconDrag

public class QIconDrag extends QDragObject

Constructor Summary
protected QIconDrag(Class dummy)
QIconDrag(QWidget dragSource, String name)
QIconDrag(QWidget dragSource)
Method Summary
voidappend(QIconDragItem item, QRect pr, QRect tr)
static booleancanDecode(QMimeSourceInterface e)
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
byte[]encodedData(String mime)
protected voidfinalize()
Deletes the wrapped C++ instance
Stringformat(int i)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QIconDrag

protected QIconDrag(Class dummy)

QIconDrag

public QIconDrag(QWidget dragSource, String name)

QIconDrag

public QIconDrag(QWidget dragSource)

Method Detail

append

public void append(QIconDragItem item, QRect pr, QRect tr)

canDecode

public static boolean canDecode(QMimeSourceInterface e)

className

public String className()

dispose

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

encodedData

public byte[] encodedData(String mime)

finalize

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

format

public String format(int i)

isDisposed

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

metaObject

public QMetaObject metaObject()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)