#include <JQProgressBarBridge.h>
Public Slots | |
void | setModel (JNIEnv *env, jint minimum, jint maximum, jint value) |
Sets model. | |
void | setValue (JNIEnv *env, jint value) |
Sets progress value. | |
void | setMinimum (JNIEnv *env, jint minimum) |
Sets minimum progress value. | |
void | setMaximum (JNIEnv *env, jint maximum) |
Sets maximum progress value. | |
void | setOrientation (JNIEnv *env, jint orientation) |
Sets progress bar orientation. | |
void | setProgressString (JNIEnv *env, jstring progressString) |
Sets progress string. | |
void | setStringPainted (JNIEnv *env, jboolean paintString) |
Set whether or not the progress string is painted. | |
Public Member Functions | |
QProgressBar * | qProgressBar () const |
Returns QProgressBar adaptee. | |
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
JQProgressBarBridge (JNIEnv *env, jobject obj) | |
Constructs new JQProgressBarBridge object. |
JQProgressBarBridge::JQProgressBarBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
Constructs new JQProgressBarBridge object.
env | the JNIEnv pointer | |
obj | JQProgressBar object |
void JQProgressBarBridge::setModel | ( | JNIEnv * | env, | |
jint | minimum, | |||
jint | maximum, | |||
jint | value | |||
) | [slot] |
Sets model.
env | the JNIEnv pointer | |
minimum | the minimum progress value | |
maximum | the maximum progress value | |
value | the progress value |
void JQProgressBarBridge::setValue | ( | JNIEnv * | env, | |
jint | value | |||
) | [slot] |
Sets progress value.
env | the JNIEnv pointer | |
value | the progress value |
void JQProgressBarBridge::setMinimum | ( | JNIEnv * | env, | |
jint | minimum | |||
) | [slot] |
Sets minimum progress value.
env | the JNIEnv pointer | |
minimum | the minimum progress value |
void JQProgressBarBridge::setMaximum | ( | JNIEnv * | env, | |
jint | maximum | |||
) | [slot] |
Sets maximum progress value.
env | the JNIEnv pointer | |
maximum | the maximum progress value |
void JQProgressBarBridge::setOrientation | ( | JNIEnv * | env, | |
jint | orientation | |||
) | [slot] |
Sets progress bar orientation.
env | the JNIEnv pointer | |
orientation | the orientation |
void JQProgressBarBridge::setProgressString | ( | JNIEnv * | env, | |
jstring | progressString | |||
) | [slot] |
Sets progress string.
env | the JNIEnv pointer | |
progressString | the progress string |
void JQProgressBarBridge::setStringPainted | ( | JNIEnv * | env, | |
jboolean | paintString | |||
) | [slot] |
Set whether or not the progress string is painted.
env | the JNIEnv pointer | |
paintString | true if painted |
jlong JQProgressBarBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
Reimplemented from JQComponentBridge.
QProgressBar * JQProgressBarBridge::qProgressBar | ( | ) | const [inline] |
Returns QProgressBar adaptee.