org_ogre4j_viewport.h

来自「使用stl技术,(还没看,是听说的)」· C头文件 代码 · 共 158 行

H
158
字号
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Viewport */

#ifndef _Included_org_ogre4j_Viewport
#define _Included_org_ogre4j_Viewport
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_ogre4j_Viewport
 * Method:    update
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Viewport_update
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getCamera
 * Signature: ()Lorg/ogre4j/Camera;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Viewport_getCamera
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    setCamera
 * Signature: (Lorg/ogre4j/Camera;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Viewport_setCamera
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getLeft
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Viewport_getLeft
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getTop
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Viewport_getTop
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getWidth
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Viewport_getWidth
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getHeight
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Viewport_getHeight
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getActualLeft
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Viewport_getActualLeft
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getActualTop
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Viewport_getActualTop
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getActualWidth
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Viewport_getActualWidth
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getActualHeight
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Viewport_getActualHeight
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    setDimensions
 * Signature: (FFFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Viewport_setDimensions
  (JNIEnv *, jobject, jfloat, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    setBackgroundColour
 * Signature: (Lorg/ogre4j/ColourValue;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Viewport_setBackgroundColour
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getBackgroundColour
 * Signature: ()Lorg/ogre4j/ColourValue;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Viewport_getBackgroundColour
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    setClearEveryFrame
 * Signature: (Z)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Viewport_setClearEveryFrame
  (JNIEnv *, jobject, jboolean);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getClearEveryFrame
 * Signature: ()Z
 */
JNIEXPORT jboolean JNICALL Java_org_ogre4j_Viewport_getClearEveryFrame
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    setOverlaysEnabled
 * Signature: (Z)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Viewport_setOverlaysEnabled
  (JNIEnv *, jobject, jboolean);

/*
 * Class:     org_ogre4j_Viewport
 * Method:    getOverlaysEnabled
 * Signature: ()Z
 */
JNIEXPORT jboolean JNICALL Java_org_ogre4j_Viewport_getOverlaysEnabled
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?