summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QBitmap.java
blob: e276b090363f3d8bd0a5d6f9270e734a595adf3c (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class QBitmap extends QPixmap  {
	protected QBitmap(Class dummy){super((Class) null);}
	public QBitmap() {
		super((Class) null);
		newQBitmap();
	}
	private native void newQBitmap();
	public QBitmap(int w, int h, boolean clear, int arg4) {
		super((Class) null);
		newQBitmap(w,h,clear,arg4);
	}
	private native void newQBitmap(int w, int h, boolean clear, int arg4);
	public QBitmap(int w, int h, boolean clear) {
		super((Class) null);
		newQBitmap(w,h,clear);
	}
	private native void newQBitmap(int w, int h, boolean clear);
	public QBitmap(int w, int h) {
		super((Class) null);
		newQBitmap(w,h);
	}
	private native void newQBitmap(int w, int h);
	public QBitmap(QSize arg1, boolean clear, int arg3) {
		super((Class) null);
		newQBitmap(arg1,clear,arg3);
	}
	private native void newQBitmap(QSize arg1, boolean clear, int arg3);
	public QBitmap(QSize arg1, boolean clear) {
		super((Class) null);
		newQBitmap(arg1,clear);
	}
	private native void newQBitmap(QSize arg1, boolean clear);
	public QBitmap(QSize arg1) {
		super((Class) null);
		newQBitmap(arg1);
	}
	private native void newQBitmap(QSize arg1);
	public QBitmap(int w, int h, char[] bits, boolean isXbitmap) {
		super((Class) null);
		newQBitmap(w,h,bits,isXbitmap);
	}
	private native void newQBitmap(int w, int h, char[] bits, boolean isXbitmap);
	public QBitmap(int w, int h, char[] bits) {
		super((Class) null);
		newQBitmap(w,h,bits);
	}
	private native void newQBitmap(int w, int h, char[] bits);
	public QBitmap(QSize arg1, char[] bits, boolean isXbitmap) {
		super((Class) null);
		newQBitmap(arg1,bits,isXbitmap);
	}
	private native void newQBitmap(QSize arg1, char[] bits, boolean isXbitmap);
	public QBitmap(QSize arg1, char[] bits) {
		super((Class) null);
		newQBitmap(arg1,bits);
	}
	private native void newQBitmap(QSize arg1, char[] bits);
	public QBitmap(QBitmap arg1) {
		super((Class) null);
		newQBitmap(arg1);
	}
	private native void newQBitmap(QBitmap arg1);
	public QBitmap(String fileName, String format) {
		super((Class) null);
		newQBitmap(fileName,format);
	}
	private native void newQBitmap(String fileName, String format);
	public QBitmap(String fileName) {
		super((Class) null);
		newQBitmap(fileName);
	}
	private native void newQBitmap(String fileName);
	public native Object xForm(QWMatrix arg1);
	/** 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 QBitmap(QPixmap arg1) {
		super((Class) null);
		newQBitmap(arg1);
	}
	private native void newQBitmap(QPixmap arg1);
	public QBitmap(QImage arg1) {
		super((Class) null);
		newQBitmap(arg1);
	}
	private native void newQBitmap(QImage arg1);
	
}