summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QMimeSourceFactory.java
blob: 3ebbb47633bed834dcb8c581c87065d77e9bcc17 (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

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

public class QMimeSourceFactory implements QtSupport {
	private long _qt;
	private boolean _allocatedInJavaWorld = true;
	protected QMimeSourceFactory(Class dummy){}

	public QMimeSourceFactory() {
		newQMimeSourceFactory();
	}
	private native void newQMimeSourceFactory();
	public native QMimeSourceInterface data(String abs_name);
	public native String makeAbsolute(String abs_or_rel_name, String context);
	public native QMimeSourceInterface data(String abs_or_rel_name, String context);
	public native void setText(String abs_name, String text);
	public native void setImage(String abs_name, QImage im);
	public native void setPixmap(String abs_name, QPixmap pm);
	public native void setData(String abs_name, QMimeSourceInterface data);
	public native void setFilePath(String[] arg1);
	public native ArrayList filePath();
	public native void addFilePath(String arg1);
	public native void setExtensionType(String ext, String mimetype);
	public static native QMimeSourceFactory defaultFactory();
	public static native void setDefaultFactory(QMimeSourceFactory arg1);
	public static native QMimeSourceFactory takeDefaultFactory();
	public static native void addFactory(QMimeSourceFactory f);
	public static native void removeFactory(QMimeSourceFactory f);
	/** 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();
}