JQColorChooserBridge.h

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

Copyright © 2007 ETF and contributors. All Rights Reserved.