blob: 86c85eb4ccf98cc068463bd27e465f8f940655eb (
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 TQImageConsumer implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
protected TQImageConsumer(Class dummy){}
public native void end();
public native void changed(TQRect arg1);
public native void frameDone();
public native void frameDone(TQPoint arg1, TQRect arg2);
public native void setLooping(int arg1);
public native void setFramePeriod(int arg1);
public native void setSize(int arg1, int arg2);
}
|