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.
41 lines
1.8 KiB
41 lines
1.8 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQCanvasPixmapArray implements QtSupport {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQCanvasPixmapArray(Class dummy){}
|
|
|
|
public TQCanvasPixmapArray() {
|
|
newTQCanvasPixmapArray();
|
|
}
|
|
private native void newTQCanvasPixmapArray();
|
|
public TQCanvasPixmapArray(String datafilenamepattern, int framecount) {
|
|
newTQCanvasPixmapArray(datafilenamepattern,framecount);
|
|
}
|
|
private native void newTQCanvasPixmapArray(String datafilenamepattern, int framecount);
|
|
public TQCanvasPixmapArray(String datafilenamepattern) {
|
|
newTQCanvasPixmapArray(datafilenamepattern);
|
|
}
|
|
private native void newTQCanvasPixmapArray(String datafilenamepattern);
|
|
// TQCanvasPixmapArray* TQCanvasPixmapArray(TQPtrList<TQPixmap> arg1,TQPtrList<TQPoint> arg2); >>>> NOT CONVERTED
|
|
// TQCanvasPixmapArray* TQCanvasPixmapArray(TQValueList<TQPixmap> arg1,TQPointArray arg2); >>>> NOT CONVERTED
|
|
// TQCanvasPixmapArray* TQCanvasPixmapArray(TQValueList<TQPixmap> arg1); >>>> NOT CONVERTED
|
|
public native boolean readPixmaps(String datafilenamepattern, int framecount);
|
|
public native boolean readPixmaps(String datafilenamepattern);
|
|
public native boolean readCollisionMasks(String filenamepattern);
|
|
public native boolean op_not();
|
|
public native boolean isValid();
|
|
public native TQCanvasPixmap image(int i);
|
|
public native void setImage(int i, TQCanvasPixmap p);
|
|
public native int count();
|
|
/** 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();
|
|
}
|