JQPanelBridge Class Reference

JQPanel Bridge. More...

#include <JQPanelBridge.h>

Inheritance diagram for JQPanelBridge:

JQContainerBridge JQComponentBridge QObjectBridge

List of all members.

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.


Detailed Description

JQPanel Bridge.

Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
Version:
0.2.0

Constructor & Destructor Documentation

JQPanelBridge::JQPanelBridge ( JNIEnv *  env,
jobject  obj 
) [protected]

Constructs new JQPanelBridge object.

Parameters:
env the JNIEnv pointer
obj the JQPanel object


Member Function Documentation

void JQPanelBridge::setPanelType ( JNIEnv *  env,
jint  panelType 
) [slot]

Sets panel type.

Parameters:
env the JNIEnv pointer
panelType the panel type

void JQPanelBridge::setBorderStyle ( JNIEnv *  env,
jint  borderStyle 
) [slot]

Sets border style.

Parameters:
env the JNIEnv pointer
borderStyle the border style

void JQPanelBridge::setBorderWidth ( JNIEnv *  env,
jint  borderWidth 
) [slot]

Sets border width.

Parameters:
env the JNIEnv pointer
borderWidth the border width

jlong JQPanelBridge::newInstance ( JNIEnv *  env,
jobject  obj 
) [static]

Returns new instance of the bridge object.

Parameters:
env the JNIEnv pointer
obj the QSwing object
Returns:
new instance of the bridge object

Reimplemented from JQContainerBridge.

QFrame * JQPanelBridge::qFrame (  )  const [inline]

Returns QFrame adaptee.

Returns:
QFrame adaptee


Copyright © 2007 ETF and contributors. All Rights Reserved.