📄 org_ogre4j_viewport.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -