org.kde.qt
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 boolean | canDecode(QMimeSourceInterface arg1) |
| String | className() |
| static boolean | decode(QMimeSourceInterface arg1, QColor col) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| void | setColor(QColor col) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |