blob: 6256d67d4b6a929eb74ce16a1efe37e1bb5427f2 (
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.trinitydesktop.qt;
import org.trinitydesktop.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);
}
|