#include <JQFileChooserBridge.h>
Static Public Member Functions | |
static jstring | getExistingDirectoryName (JNIEnv *env, jclass cls, jlong parentBridge, jstring caption, jstring directory) |
Returns directory selected by the user. | |
static jstring | getOpenFileName (JNIEnv *env, jclass cls, jlong parentBridge, jstring caption, jstring directory, jstring filter, jstring selectedFilter) |
Returns file selected by the user. | |
static jstring | getSaveFileName (JNIEnv *env, jclass cls, jlong parentBridge, jstring caption, jstring directory, jstring filter, jstring selectedFilter) |
Returns file selected by the user. |
jstring JQFileChooserBridge::getExistingDirectoryName | ( | JNIEnv * | env, | |
jclass | cls, | |||
jlong | parentBridge, | |||
jstring | caption, | |||
jstring | directory | |||
) | [static] |
Returns directory selected by the user.
env | the JNIEnv pointer | |
cls | the JQFileChooser class | |
parentBridge | the parent bridge | |
caption | the dialog title | |
directory | the dialog directory |
jstring JQFileChooserBridge::getOpenFileName | ( | JNIEnv * | env, | |
jclass | cls, | |||
jlong | parentBridge, | |||
jstring | caption, | |||
jstring | directory, | |||
jstring | filter, | |||
jstring | selectedFilter | |||
) | [static] |
Returns file selected by the user.
env | the JNIEnv pointer | |
cls | the JQFileChooser class | |
parentBridge | the parent bridge | |
caption | the dialog title | |
directory | the dialog directory | |
filter | the file filter | |
selectedFilter | the selected filter |
jstring JQFileChooserBridge::getSaveFileName | ( | JNIEnv * | env, | |
jclass | cls, | |||
jlong | parentBridge, | |||
jstring | caption, | |||
jstring | directory, | |||
jstring | filter, | |||
jstring | selectedFilter | |||
) | [static] |
Returns file selected by the user.
env | the JNIEnv pointer | |
cls | the JQFileChooser class | |
parentBridge | the parent bridge | |
caption | the dialog title | |
directory | the dialog directory | |
filter | the file filter | |
selectedFilter | the selected filter |