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.
19 lines
547 B
19 lines
547 B
//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);
|
|
}
|