You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.9 KiB
97 lines
2.9 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.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);
|
|
|
|
}
|