ContentPaneBridge Class Reference

Content Pane Bridge. More...

#include <ContentPaneBridge.h>

Inheritance diagram for ContentPaneBridge:

JQContainerBridge JQComponentBridge QObjectBridge

List of all members.

Public Member Functions

QSize getLayoutPreferredSize ()
 Returns layout's preferred size.

Static Public Member Functions

static void initialize (JNIEnv *env, jclass cls)
 Initializes ContentPaneBridge class.
static jlong newInstance (JNIEnv *env, jobject obj)
 Returns new instance of the bridge object.

Protected Member Functions

 ContentPaneBridge (JNIEnv *env, jobject obj)
 Constructs new ContentPaneBridge object.


Detailed Description

Content Pane Bridge.

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

Constructor & Destructor Documentation

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

Constructs new ContentPaneBridge object.

Parameters:
env the JNIEnv pointer
obj the ContentPane object


Member Function Documentation

void ContentPaneBridge::initialize ( JNIEnv *  env,
jclass  cls 
) [static]

Initializes ContentPaneBridge class.

Parameters:
env the JNIEnv pointer
cls the ContentPan class
Exceptions:
FatalError if failed

Reimplemented from JQContainerBridge.

jlong ContentPaneBridge::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.


Copyright © 2007 ETF and contributors. All Rights Reserved.