You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
11 years ago
|
package org.trinitydesktop.qt;
|
||
15 years ago
|
|
||
11 years ago
|
import org.trinitydesktop.qt.Qt;
|
||
15 years ago
|
|
||
13 years ago
|
public class TQDragObject extends TQObject implements TQMimeSourceInterface {
|
||
|
protected TQDragObject(Class dummy){super((Class) null);}
|
||
15 years ago
|
public static final int DragDefault = 0;
|
||
|
public static final int DragCopy = 1;
|
||
|
public static final int DragMove = 2;
|
||
|
public static final int DragLink = 3;
|
||
|
public static final int DragCopyOrMove = 4;
|
||
|
|
||
13 years ago
|
public native TQMetaObject metaObject();
|
||
15 years ago
|
public native String className();
|
||
|
public native boolean drag();
|
||
|
public native boolean dragMove();
|
||
|
public native void dragCopy();
|
||
|
public native void dragLink();
|
||
13 years ago
|
public native void setPixmap(TQPixmap arg1);
|
||
|
public native void setPixmap(TQPixmap arg1, TQPoint hotspot);
|
||
|
public native TQPixmap pixmap();
|
||
|
public native TQPoint pixmapHotSpot();
|
||
|
public native TQWidget source();
|
||
15 years ago
|
public static native String tr(String arg1, String arg2);
|
||
|
public static native String tr(String arg1);
|
||
13 years ago
|
public static native TQWidget target();
|
||
|
public static native void setTarget(TQWidget arg1);
|
||
15 years ago
|
public native String format(int n);
|
||
|
public native String format();
|
||
|
public native boolean provides(String arg1);
|
||
|
public native byte[] encodedData(String arg1);
|
||
|
public native int serialNumber();
|
||
|
/** Internal method */
|
||
|
protected native long mimeSource();
|
||
|
|
||
|
}
|