#include <JQRadioButtonBridge.h>
Public Member Functions | |
QRadioButton * | qRadioButton () const |
Returns QRadioButton adaptee. | |
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
JQRadioButtonBridge (JNIEnv *env, jobject obj) | |
Constructs new JQRadioButtonBridge object. |
JQRadioButtonBridge::JQRadioButtonBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
Constructs new JQRadioButtonBridge object.
env | the JNIEnv pointer | |
obj | the JQRadioButton object |
jlong JQRadioButtonBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
Reimplemented from JQToggleButtonBridge.
QRadioButton * JQRadioButtonBridge::qRadioButton | ( | ) | const [inline] |
Returns QRadioButton adaptee.