//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class TQColorDrag extends TQStoredDrag { protected TQColorDrag(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public TQColorDrag(TQColor col, TQWidget dragsource, String name) { super((Class) null); newTQColorDrag(col,dragsource,name); } private native void newTQColorDrag(TQColor col, TQWidget dragsource, String name); public TQColorDrag(TQColor col, TQWidget dragsource) { super((Class) null); newTQColorDrag(col,dragsource); } private native void newTQColorDrag(TQColor col, TQWidget dragsource); public TQColorDrag(TQColor col) { super((Class) null); newTQColorDrag(col); } private native void newTQColorDrag(TQColor col); public TQColorDrag(TQWidget dragSource, String name) { super((Class) null); newTQColorDrag(dragSource,name); } private native void newTQColorDrag(TQWidget dragSource, String name); public TQColorDrag(TQWidget dragSource) { super((Class) null); newTQColorDrag(dragSource); } private native void newTQColorDrag(TQWidget dragSource); public TQColorDrag() { super((Class) null); newTQColorDrag(); } private native void newTQColorDrag(); public native void setColor(TQColor col); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); public static native boolean canDecode(TQMimeSourceInterface arg1); public static native boolean decode(TQMimeSourceInterface arg1, TQColor col); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ public native void dispose(); /** Has the wrapped C++ instance been deleted? */ public native boolean isDisposed(); }