0023097: MFC Samples do not compile after redesigning the TKOpenGl driver
[occt.git] / samples / java / inc / SampleHLRJni_Aspect_LineStyle.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class SampleHLRJni_Aspect_0005fLineStyle */
4
5 #ifndef _Included_SampleHLRJni_Aspect_0005fLineStyle
6 #define _Included_SampleHLRJni_Aspect_0005fLineStyle
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /* Inaccessible static: myCasLock */
11 /*
12  * Class:     SampleHLRJni_Aspect_0005fLineStyle
13  * Method:    Aspect_LineStyle_Create_1
14  * Signature: ()V
15  */
16 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1Create_11
17   (JNIEnv *, jobject);
18
19 /*
20  * Class:     SampleHLRJni_Aspect_0005fLineStyle
21  * Method:    Aspect_LineStyle_Create_2
22  * Signature: (S)V
23  */
24 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1Create_12
25   (JNIEnv *, jobject, jshort);
26
27 /*
28  * Class:     SampleHLRJni_Aspect_0005fLineStyle
29  * Method:    Aspect_LineStyle_Create_3
30  * Signature: (LSampleHLRJni/TColQuantity_Array1OfLength;)V
31  */
32 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1Create_13
33   (JNIEnv *, jobject, jobject);
34
35 /*
36  * Class:     SampleHLRJni_Aspect_0005fLineStyle
37  * Method:    Aspect_LineStyle_SetValues_1
38  * Signature: (S)V
39  */
40 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1SetValues_11
41   (JNIEnv *, jobject, jshort);
42
43 /*
44  * Class:     SampleHLRJni_Aspect_0005fLineStyle
45  * Method:    Aspect_LineStyle_SetValues_2
46  * Signature: (LSampleHLRJni/TColQuantity_Array1OfLength;)V
47  */
48 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Aspect_1LineStyle_1SetValues_12
49   (JNIEnv *, jobject, jobject);
50
51 /*
52  * Class:     SampleHLRJni_Aspect_0005fLineStyle
53  * Method:    Assign
54  * Signature: (LSampleHLRJni/Aspect_LineStyle;)LSampleHLRJni/Aspect_LineStyle;
55  */
56 JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Assign
57   (JNIEnv *, jobject, jobject);
58
59 /*
60  * Class:     SampleHLRJni_Aspect_0005fLineStyle
61  * Method:    FinalizeValue
62  * Signature: (J)V
63  */
64 JNIEXPORT void JNICALL Java_SampleHLRJni_Aspect_1LineStyle_FinalizeValue
65   (JNIEnv *, jclass, jlong);
66
67 /*
68  * Class:     SampleHLRJni_Aspect_0005fLineStyle
69  * Method:    IsEqual
70  * Signature: (LSampleHLRJni/Aspect_LineStyle;)Z
71  */
72 JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1LineStyle_IsEqual
73   (JNIEnv *, jobject, jobject);
74
75 /*
76  * Class:     SampleHLRJni_Aspect_0005fLineStyle
77  * Method:    IsNotEqual
78  * Signature: (LSampleHLRJni/Aspect_LineStyle;)Z
79  */
80 JNIEXPORT jboolean JNICALL Java_SampleHLRJni_Aspect_1LineStyle_IsNotEqual
81   (JNIEnv *, jobject, jobject);
82
83 /*
84  * Class:     SampleHLRJni_Aspect_0005fLineStyle
85  * Method:    Length
86  * Signature: ()I
87  */
88 JNIEXPORT jint JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Length
89   (JNIEnv *, jobject);
90
91 /*
92  * Class:     SampleHLRJni_Aspect_0005fLineStyle
93  * Method:    Style
94  * Signature: ()S
95  */
96 JNIEXPORT jshort JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Style
97   (JNIEnv *, jobject);
98
99 /*
100  * Class:     SampleHLRJni_Aspect_0005fLineStyle
101  * Method:    Values
102  * Signature: ()LSampleHLRJni/TColQuantity_Array1OfLength;
103  */
104 JNIEXPORT jobject JNICALL Java_SampleHLRJni_Aspect_1LineStyle_Values
105   (JNIEnv *, jobject);
106
107 #ifdef __cplusplus
108 }
109 #endif
110 #endif