#include <JQPanelBridge.h>
Public Slots | |
void | setPanelType (JNIEnv *env, jint panelType) |
Sets panel type. | |
void | setBorderStyle (JNIEnv *env, jint borderStyle) |
Sets border style. | |
void | setBorderWidth (JNIEnv *env, jint borderWidth) |
Sets border width. | |
Public Member Functions | |
QFrame * | qFrame () const |
Returns QFrame adaptee. | |
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
JQPanelBridge (JNIEnv *env, jobject obj) | |
Constructs new JQPanelBridge object. |
JQPanelBridge::JQPanelBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
void JQPanelBridge::setPanelType | ( | JNIEnv * | env, | |
jint | panelType | |||
) | [slot] |
Sets panel type.
env | the JNIEnv pointer | |
panelType | the panel type |
void JQPanelBridge::setBorderStyle | ( | JNIEnv * | env, | |
jint | borderStyle | |||
) | [slot] |
Sets border style.
env | the JNIEnv pointer | |
borderStyle | the border style |
void JQPanelBridge::setBorderWidth | ( | JNIEnv * | env, | |
jint | borderWidth | |||
) | [slot] |
Sets border width.
env | the JNIEnv pointer | |
borderWidth | the border width |
jlong JQPanelBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
Reimplemented from JQContainerBridge.
QFrame * JQPanelBridge::qFrame | ( | ) | const [inline] |
Returns QFrame adaptee.