00001 /* 00002 * @(#)yu_ac_bg_etf_javaqx_qswing_styles_SystemStyle.h 0.2.0 / 2008-01-05 00003 * 00004 * Copyright (c) 2007, ETF and contributors. All rights reserved. 00005 * 00006 * This software is licensed under the LGPL, version 2.1, license. 00007 * A copy of the license is included in the file LICENSE-LGPL.txt. 00008 00009 */ 00010 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_STYLES_SYSTEMSTYLE_H 00011 #define YU_AC_BG_ETF_JAVAQX_QSWING_STYLES_SYSTEMSTYLE_H 00012 00013 #include <jni.h> 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif // __cplusplus 00018 00019 /* 00020 * Header file for: yu_ac_bg_etf_javaqx_qswing_styles_SystemStyle 00021 * 00022 * WARNING: DO NOT EDIT THIS FILE - it is machine generated 00023 */ 00024 00025 00026 /* 00027 * Class: yu_ac_bg_etf_javaqx_qswing_styles_SystemStyle 00028 * Method: _getSystemStyleName 00029 * Signature: ()Ljava/lang/String; 00030 */ 00031 JNIEXPORT jstring JNICALL 00032 Java_yu_ac_bg_etf_javaqx_qswing_styles_SystemStyle__1getSystemStyleName 00033 (JNIEnv *, jclass); 00034 00035 /* 00036 * Class: yu_ac_bg_etf_javaqx_qswing_styles_SystemStyle 00037 * Method: _getSystemStyleDescription 00038 * Signature: ()Ljava/lang/String; 00039 */ 00040 JNIEXPORT jstring JNICALL 00041 Java_yu_ac_bg_etf_javaqx_qswing_styles_SystemStyle__1getSystemStyleDescription 00042 (JNIEnv *, jclass); 00043 00044 #ifdef __cplusplus 00045 } 00046 #endif // __cplusplus 00047 00048 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_STYLES_SYSTEMSTYLE_H 00049 00050 /*^***************************************************************************** 00051 File History: 00052 00053 - 2008-01-05 12:03:17 JavaQx Native Generator 00054 Initial version 00055 00056 *****************************************************************************^*/