summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QDragObject.java
blob: 7f7369afa8b81d857d4ac5e28e81268457e32d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class QDragObject extends QObject implements QMimeSourceInterface {
	protected QDragObject(Class dummy){super((Class) null);}
	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;

	public native QMetaObject metaObject();
	public native String className();
	public native boolean drag();
	public native boolean dragMove();
	public native void dragCopy();
	public native void dragLink();
	public native void setPixmap(QPixmap arg1);
	public native void setPixmap(QPixmap arg1, QPoint hotspot);
	public native QPixmap pixmap();
	public native QPoint pixmapHotSpot();
	public native QWidget source();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	public static native QWidget target();
	public static native void setTarget(QWidget arg1);
	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();

}