org.kde.qt

Class QTextDrag

public class QTextDrag extends QDragObject

Constructor Summary
protected QTextDrag(Class dummy)
QTextDrag(String arg1, QWidget dragSource, String name)
QTextDrag(String arg1, QWidget dragSource)
QTextDrag(String arg1)
QTextDrag(QWidget dragSource, String name)
QTextDrag(QWidget dragSource)
QTextDrag()
Method Summary
static booleancanDecode(QMimeSourceInterface e)
StringclassName()
static booleandecode(QMimeSourceInterface e, StringBuffer s)
static booleandecode(QMimeSourceInterface e, StringBuffer s, StringBuffer subtype)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
byte[]encodedData(String arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
Stringformat(int i)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetSubtype(String arg1)
voidsetText(String arg1)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QTextDrag

protected QTextDrag(Class dummy)

QTextDrag

public QTextDrag(String arg1, QWidget dragSource, String name)

QTextDrag

public QTextDrag(String arg1, QWidget dragSource)

QTextDrag

public QTextDrag(String arg1)

QTextDrag

public QTextDrag(QWidget dragSource, String name)

QTextDrag

public QTextDrag(QWidget dragSource)

QTextDrag

public QTextDrag()

Method Detail

canDecode

public static boolean canDecode(QMimeSourceInterface e)

className

public String className()

decode

public static boolean decode(QMimeSourceInterface e, StringBuffer s)

decode

public static boolean decode(QMimeSourceInterface e, StringBuffer s, StringBuffer subtype)

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 i)

isDisposed

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

metaObject

public QMetaObject metaObject()

setSubtype

public void setSubtype(String arg1)

setText

public void setText(String arg1)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)