org.kde.qt

Class QColorDrag

public class QColorDrag extends QStoredDrag

Constructor Summary
protected QColorDrag(Class dummy)
QColorDrag(QColor col, QWidget dragsource, String name)
QColorDrag(QColor col, QWidget dragsource)
QColorDrag(QColor col)
QColorDrag(QWidget dragSource, String name)
QColorDrag(QWidget dragSource)
QColorDrag()
Method Summary
static booleancanDecode(QMimeSourceInterface arg1)
StringclassName()
static booleandecode(QMimeSourceInterface arg1, QColor col)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetColor(QColor col)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QColorDrag

protected QColorDrag(Class dummy)

QColorDrag

public QColorDrag(QColor col, QWidget dragsource, String name)

QColorDrag

public QColorDrag(QColor col, QWidget dragsource)

QColorDrag

public QColorDrag(QColor col)

QColorDrag

public QColorDrag(QWidget dragSource, String name)

QColorDrag

public QColorDrag(QWidget dragSource)

QColorDrag

public QColorDrag()

Method Detail

canDecode

public static boolean canDecode(QMimeSourceInterface arg1)

className

public String className()

decode

public static boolean decode(QMimeSourceInterface arg1, QColor col)

dispose

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

finalize

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

isDisposed

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

metaObject

public QMetaObject metaObject()

setColor

public void setColor(QColor col)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)