Adjusting testing cases for current state of OCCT
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_FontMapEntry.h
CommitLineData
7fd59977 1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class SampleHLRJni_Aspect_0005fFontMapEntry */
4
5#ifndef _Included_SampleHLRJni_Aspect_0005fFontMapEntry
6#define _Included_SampleHLRJni_Aspect_0005fFontMapEntry
7#ifdef __cplusplus
8extern "C" {
9#endif
10/* Inaccessible static: myCasLock */
11/*
12 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
13 * Method: Aspect_FontMapEntry_Create_1
14 * Signature: ()V
15 */
16JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Aspect_1FontMapEntry_1Create_11
17 (JNIEnv *, jobject);
18
19/*
20 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
21 * Method: Aspect_FontMapEntry_Create_2
22 * Signature: (ILSampleHLRJni/Aspect_FontStyle;)V
23 */
24JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Aspect_1FontMapEntry_1Create_12
25 (JNIEnv *, jobject, jint, jobject);
26
27/*
28 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
29 * Method: Aspect_FontMapEntry_Create_3
30 * Signature: (LSampleHLRJni/Aspect_FontMapEntry;)V
31 */
32JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Aspect_1FontMapEntry_1Create_13
33 (JNIEnv *, jobject, jobject);
34
35/*
36 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
37 * Method: Aspect_FontMapEntry_SetValue_1
38 * Signature: (ILSampleHLRJni/Aspect_FontStyle;)V
39 */
40JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Aspect_1FontMapEntry_1SetValue_11
41 (JNIEnv *, jobject, jint, jobject);
42
43/*
44 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
45 * Method: Aspect_FontMapEntry_SetValue_2
46 * Signature: (LSampleHLRJni/Aspect_FontMapEntry;)V
47 */
48JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Aspect_1FontMapEntry_1SetValue_12
49 (JNIEnv *, jobject, jobject);
50
51/*
52 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
53 * Method: Dump
54 * Signature: ()V
55 */
56JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Dump
57 (JNIEnv *, jobject);
58
59/*
60 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
61 * Method: FinalizeValue
62 * Signature: (J)V
63 */
64JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_FinalizeValue
65 (JNIEnv *, jclass, jlong);
66
67/*
68 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
69 * Method: Free
70 * Signature: ()V
71 */
72JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Free
73 (JNIEnv *, jobject);
74
75/*
76 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
77 * Method: Index
78 * Signature: ()I
79 */
80JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Index
81 (JNIEnv *, jobject);
82
83/*
84 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
85 * Method: IsAllocated
86 * Signature: ()Z
87 */
88JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_IsAllocated
89 (JNIEnv *, jobject);
90
91/*
92 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
93 * Method: SetIndex
94 * Signature: (I)V
95 */
96JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_SetIndex
97 (JNIEnv *, jobject, jint);
98
99/*
100 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
101 * Method: SetType
102 * Signature: (LSampleHLRJni/Aspect_FontStyle;)V
103 */
104JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_SetType
105 (JNIEnv *, jobject, jobject);
106
107/*
108 * Class: SampleHLRJni_Aspect_0005fFontMapEntry
109 * Method: Type
110 * Signature: ()LSampleHLRJni/Aspect_FontStyle;
111 */
112JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1FontMapEntry_Type
113 (JNIEnv *, jobject);
114
115#ifdef __cplusplus
116}
117#endif
118#endif