blob: 15ce2eab09fe5e8329633bedcf6682fad7b5152b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | //Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.qt.TQt;
public class TQImageFormat implements QtSupport {
	private long _qt;
	private boolean _allocatedInJavaWorld = true;
	protected TQImageFormat(Class dummy){}
	public native int decode(TQImage img, TQImageConsumer consumer, char[] buffer, int length);
}
 |