00001 /* 00002 * @(#)JQFontChooserBridge.h 0.2.0 / 2007-11-29 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 #ifndef JQFONTCHOOSERBRIDGE_H 00010 #define JQFONTCHOOSERBRIDGE_H 00011 00012 #include "JavaQxQSwing.h" 00013 00014 /*^**************************************************************************^*/ 00015 /*- JQFontChooserBridge Class. -*/ 00016 /*^**************************************************************************^*/ 00017 00024 class JAVAQX_EXPORT JQFontChooserBridge 00025 { 00026 public: // native calls 00027 static jobject getFont(JNIEnv *env, jclass cls, jlong parentBridge, 00028 jobject initialFont, jstring title); 00029 }; 00030 00031 /*^**************************************************************************^*/ 00032 /*- Macro Definition. -*/ 00033 /*^**************************************************************************^*/ 00034 00035 #define jqFontChooserBridge (reinterpret_cast<JQFontChooserBridge *>(bridge)) 00036 00037 #endif //JQFONTCHOOSERBRIDGE_H 00038 00039 /*^***************************************************************************** 00040 File History: 00041 00042 - 2007-11-29 18:05:19 Slobodan 00043 Initial version 00044 00045 *****************************************************************************^*/