summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QUriDrag.java
blob: e95700bf05b3bc55f7ce01044e528026595fd36e (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import java.util.ArrayList;
import org.kde.qt.Qt;

public class TQUriDrag extends TQStoredDrag  {
	protected TQUriDrag(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public TQUriDrag(String[] uris, TQWidget dragSource, String name) {
		super((Class) null);
		newTQUriDrag(uris,dragSource,name);
	}
	private native void newTQUriDrag(String[] uris, TQWidget dragSource, String name);
	public TQUriDrag(String[] uris, TQWidget dragSource) {
		super((Class) null);
		newTQUriDrag(uris,dragSource);
	}
	private native void newTQUriDrag(String[] uris, TQWidget dragSource);
	public TQUriDrag(String[] uris) {
		super((Class) null);
		newTQUriDrag(uris);
	}
	private native void newTQUriDrag(String[] uris);
	public TQUriDrag(TQWidget dragSource, String name) {
		super((Class) null);
		newTQUriDrag(dragSource,name);
	}
	private native void newTQUriDrag(TQWidget dragSource, String name);
	public TQUriDrag(TQWidget dragSource) {
		super((Class) null);
		newTQUriDrag(dragSource);
	}
	private native void newTQUriDrag(TQWidget dragSource);
	public TQUriDrag() {
		super((Class) null);
		newTQUriDrag();
	}
	private native void newTQUriDrag();
	public native void setFilenames(String[] fnames);
	public native void setFileNames(String[] fnames);
	public native void setUnicodeUris(String[] uuris);
	public native void setUris(String[] uris);
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	public static native String uriToLocalFile(String arg1);
	public static native String localFileToUri(String arg1);
	public static native String uriToUnicodeUri(String arg1);
	public static native String unicodeUriToUri(String arg1);
	public static native boolean canDecode(TQMimeSourceInterface e);
	public static native boolean decode(TQMimeSourceInterface e, String[] i);
	public static native boolean decodeToUnicodeUris(TQMimeSourceInterface e, String[] i);
	public static native boolean decodeLocalFiles(TQMimeSourceInterface e, String[] i);
	/** 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();
	public static native boolean decode(TQMimeSourceInterface e, ArrayList i);
	public static native boolean decodeToUnicodeUris(TQMimeSourceInterface e, ArrayList i);
	public static native boolean decodeLocalFiles(TQMimeSourceInterface e, ArrayList i);
	
}