diff options
Diffstat (limited to 'qtjava/javalib/qtjava/TQGLColormap.h')
-rw-r--r-- | qtjava/javalib/qtjava/TQGLColormap.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/qtjava/javalib/qtjava/TQGLColormap.h b/qtjava/javalib/qtjava/TQGLColormap.h new file mode 100644 index 00000000..8cb40a57 --- /dev/null +++ b/qtjava/javalib/qtjava/TQGLColormap.h @@ -0,0 +1,34 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ + +#ifndef __org_kde_qt_QGLColormap__ +#define __org_kde_qt_QGLColormap__ + +#include <jni.h> + +#ifdef __cplusplus +extern "C" +{ +#endif + +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_newTQGLColormap__ (JNIEnv *env, jobject); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_newTQGLColormap__Lorg_kde_qt_QGLColormap_2 (JNIEnv *env, jobject, jobject); +extern JNIEXPORT jboolean JNICALL Java_org_kde_qt_QGLColormap_isEmpty (JNIEnv *env, jobject); +extern JNIEXPORT jint JNICALL Java_org_kde_qt_QGLColormap_size (JNIEnv *env, jobject); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_detach (JNIEnv *env, jobject); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_setEntries__I_3II (JNIEnv *env, jobject, jint, jintArray, jint); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_setEntries__I_3I (JNIEnv *env, jobject, jint, jintArray); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_setEntry__II (JNIEnv *env, jobject, jint, jint); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_setEntry__ILorg_kde_qt_QColor_2 (JNIEnv *env, jobject, jint, jobject); +extern JNIEXPORT jint JNICALL Java_org_kde_qt_QGLColormap_entryRgb (JNIEnv *env, jobject, jint); +extern JNIEXPORT jobject JNICALL Java_org_kde_qt_QGLColormap_entryColor (JNIEnv *env, jobject, jint); +extern JNIEXPORT jint JNICALL Java_org_kde_qt_QGLColormap_find (JNIEnv *env, jobject, jint); +extern JNIEXPORT jint JNICALL Java_org_kde_qt_QGLColormap_findNearest (JNIEnv *env, jobject, jint); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_finalize (JNIEnv *env, jobject); +extern JNIEXPORT void JNICALL Java_org_kde_qt_QGLColormap_dispose (JNIEnv *env, jobject); +extern JNIEXPORT jboolean JNICALL Java_org_kde_qt_QGLColormap_isDisposed (JNIEnv *env, jobject); + +#ifdef __cplusplus +} +#endif + +#endif /* __org_kde_qt_QGLColormap__ */ |