JQRadioButtonBridge Class Reference

JQRadioButton Bridge. More...

#include <JQRadioButtonBridge.h>

Inheritance diagram for JQRadioButtonBridge:

JQToggleButtonBridge JQAbstractButtonBridge JQComponentBridge QObjectBridge

List of all members.

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.


Detailed Description

JQRadioButton Bridge.

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

Constructor & Destructor Documentation

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

Constructs new JQRadioButtonBridge object.

Parameters:
env the JNIEnv pointer
obj the JQRadioButton object


Member Function Documentation

jlong JQRadioButtonBridge::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 JQToggleButtonBridge.

QRadioButton * JQRadioButtonBridge::qRadioButton (  )  const [inline]

Returns QRadioButton adaptee.

Returns:
QRadioButton adaptee


Copyright © 2007 ETF and contributors. All Rights Reserved.