#include <SplashScreenBridge.h>
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
SplashScreenBridge (JNIEnv *env, jobject obj) | |
Constructs new SplashScreenBridge object. |
SplashScreenBridge::SplashScreenBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
Constructs new SplashScreenBridge object.
env | the JNIEnv pointer | |
obj | the SplashScreen object |
jlong SplashScreenBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
Reimplemented from JQWindowBridge.