blob: 4d2b50371bb9b1f779dadf1ccb89c47b1c045b14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
import org.kde.qt.Qt;
public class QImageConsumer implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
protected QImageConsumer(Class dummy){}
public native void end();
public native void changed(QRect arg1);
public native void frameDone();
public native void frameDone(QPoint arg1, QRect arg2);
public native void setLooping(int arg1);
public native void setFramePeriod(int arg1);
public native void setSize(int arg1, int arg2);
}
|