summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QImageFormat.cpp
blob: e26a75230b15a32414fd867562b40827c87de01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqasyncimageio.h>
#include <tqimage.h>

#include <qtjava/QtSupport.h>
#include <qtjava/QImageFormat.h>

JNIEXPORT jint JNICALL
Java_org_kde_qt_QImageFormat_decode(JNIEnv* env, jobject obj, jobject img, jobject consumer, jcharArray buffer, jint length)
{
static TQByteArray* _qbytearray_buffer = 0;
	jint xret = (jint) ((TQImageFormat*) QtSupport::getQt(env, obj))->decode((TQImage&)*(TQImage*) QtSupport::getQt(env, img), (TQImageConsumer*) QtSupport::getQt(env, consumer), (const uchar*) QtSupport::toUcharArray(env, buffer, &_qbytearray_buffer), (int) length);
	return xret;
}