SplashScreenBridge.h

00001 /*
00002  * @(#)SplashScreenBridge.h  0.2.0 / 2007-11-03
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 SPLASHSCREENBRIDGE_H
00010 #define SPLASHSCREENBRIDGE_H
00011 
00012 #include "JavaQxQSwing.h"
00013 
00014 #include "JQWindowBridge.h"
00015 
00016 /*^**************************************************************************^*/
00017 /*- SplashScreenBridge Class.                                                -*/
00018 /*^**************************************************************************^*/
00019 
00026 class JAVAQX_EXPORT SplashScreenBridge : public JQWindowBridge
00027 {
00028   Q_OBJECT
00029 protected:
00030   SplashScreenBridge(JNIEnv *env, jobject obj);
00031 public: // native calls
00032   static jlong newInstance(JNIEnv *env, jobject obj);
00033 };
00034 
00035 #endif //SPLASHSCREENBRIDGE_H
00036 
00037 /*^*****************************************************************************
00038   File History:
00039 
00040  - 2007-11-03 18:28:07 Slobodan
00041    Initial version
00042 
00043 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.