#include <JQDialogBridge.h>
Public Slots | |
jint | exec (JNIEnv *env) |
Starts modal loop of the dialog. | |
void | done (JNIEnv *env, jint result) |
Stops dialog modal loop. | |
Public Member Functions | |
QDialog * | qDialog () const |
Returns QDialog adaptee. | |
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
JQDialogBridge (JNIEnv *env, jobject obj) | |
Constructs new JQDialogBridge object. |
JQDialogBridge::JQDialogBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
jint JQDialogBridge::exec | ( | JNIEnv * | env | ) | [slot] |
Starts modal loop of the dialog.
env | the JNIEnv pointer |
void JQDialogBridge::done | ( | JNIEnv * | env, | |
jint | result | |||
) | [slot] |
Stops dialog modal loop.
env | the JNIEnv pointer | |
result | the dialog result |
jlong JQDialogBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
Reimplemented from JQWindowBridge.
QDialog * JQDialogBridge::qDialog | ( | ) | const [inline] |
Returns QDialog adaptee.