summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/TQBitmap.java
blob: 53e78c656dc0bde29ccdba0b25da915ef9f91da1 (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 TQBitmap extends TQPixmap  {
	protected TQBitmap(Class dummy){super((Class) null);}
	public TQBitmap() {
		super((Class) null);
		newTQBitmap();
	}
	private native void newTQBitmap();
	public TQBitmap(int w, int h, boolean clear, int arg4) {
		super((Class) null);
		newTQBitmap(w,h,clear,arg4);
	}
	private native void newTQBitmap(int w, int h, boolean clear, int arg4);
	public TQBitmap(int w, int h, boolean clear) {
		super((Class) null);
		newTQBitmap(w,h,clear);
	}
	private native void newTQBitmap(int w, int h, boolean clear);
	public TQBitmap(int w, int h) {
		super((Class) null);
		newTQBitmap(w,h);
	}
	private native void newTQBitmap(int w, int h);
	public TQBitmap(TQSize arg1, boolean clear, int arg3) {
		super((Class) null);
		newTQBitmap(arg1,clear,arg3);
	}
	private native void newTQBitmap(TQSize arg1, boolean clear, int arg3);
	public TQBitmap(TQSize arg1, boolean clear) {
		super((Class) null);
		newTQBitmap(arg1,clear);
	}
	private native void newTQBitmap(TQSize arg1, boolean clear);
	public TQBitmap(TQSize arg1) {
		super((Class) null);
		newTQBitmap(arg1);
	}
	private native void newTQBitmap(TQSize arg1);
	public TQBitmap(int w, int h, char[] bits, boolean isXbitmap) {
		super((Class) null);
		newTQBitmap(w,h,bits,isXbitmap);
	}
	private native void newTQBitmap(int w, int h, char[] bits, boolean isXbitmap);
	public TQBitmap(int w, int h, char[] bits) {
		super((Class) null);
		newTQBitmap(w,h,bits);
	}
	private native void newTQBitmap(int w, int h, char[] bits);
	public TQBitmap(TQSize arg1, char[] bits, boolean isXbitmap) {
		super((Class) null);
		newTQBitmap(arg1,bits,isXbitmap);
	}
	private native void newTQBitmap(TQSize arg1, char[] bits, boolean isXbitmap);
	public TQBitmap(TQSize arg1, char[] bits) {
		super((Class) null);
		newTQBitmap(arg1,bits);
	}
	private native void newTQBitmap(TQSize arg1, char[] bits);
	public TQBitmap(TQBitmap arg1) {
		super((Class) null);
		newTQBitmap(arg1);
	}
	private native void newTQBitmap(TQBitmap arg1);
	public TQBitmap(String fileName, String format) {
		super((Class) null);
		newTQBitmap(fileName,format);
	}
	private native void newTQBitmap(String fileName, String format);
	public TQBitmap(String fileName) {
		super((Class) null);
		newTQBitmap(fileName);
	}
	private native void newTQBitmap(String fileName);
	public native Object xForm(TQWMatrix 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 TQBitmap(TQPixmap arg1) {
		super((Class) null);
		newTQBitmap(arg1);
	}
	private native void newTQBitmap(TQPixmap arg1);
	public TQBitmap(TQImage arg1) {
		super((Class) null);
		newTQBitmap(arg1);
	}
	private native void newTQBitmap(TQImage arg1);
	
}