summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QMimeSourceFactory.java
blob: e6f5c93695b3e3e5229cb82ad07eb5327a88b1a0 (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 TQMimeSourceFactory implements QtSupport {
	private long _qt;
	private boolean _allocatedInJavaWorld = true;
	protected TQMimeSourceFactory(Class dummy){}

	public TQMimeSourceFactory() {
		newTQMimeSourceFactory();
	}
	private native void newTQMimeSourceFactory();
	public native TQMimeSourceInterface data(String abs_name);
	public native String makeAbsolute(String abs_or_rel_name, String context);
	public native TQMimeSourceInterface data(String abs_or_rel_name, String context);
	public native void setText(String abs_name, String text);
	public native void setImage(String abs_name, TQImage im);
	public native void setPixmap(String abs_name, TQPixmap pm);
	public native void setData(String abs_name, TQMimeSourceInterface 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 TQMimeSourceFactory defaultFactory();
	public static native void setDefaultFactory(TQMimeSourceFactory arg1);
	public static native TQMimeSourceFactory takeDefaultFactory();
	public static native void addFactory(TQMimeSourceFactory f);
	public static native void removeFactory(TQMimeSourceFactory 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();
}