![]() |
Qt 6.x
The Qt SDK
|
Classes | |
class | QAndroidPlatformMessageDialogHelper |
Functions | |
static QString | htmlText (QString text) |
static void | dialogResult (JNIEnv *, jobject, jlong handler, int buttonID) |
bool | registerNatives (JNIEnv *env) |
Variables | |
static jclass | g_messageDialogHelperClass = nullptr |
static JNINativeMethod | methods [] |
|
static |
Definition at line 147 of file qandroidplatformdialoghelpers.cpp.
References QMetaObject::invokeMethod(), Q_ARG, and Qt::QueuedConnection.
Definition at line 38 of file qandroidplatformdialoghelpers.cpp.
References Qt::mightBeRichText(), QString::remove(), QString::replace(), text, and QString::toHtmlEscaped().
Referenced by QtAndroidDialogHelpers::QAndroidPlatformMessageDialogHelper::show().
bool QtAndroidDialogHelpers::registerNatives | ( | JNIEnv * | env | ) |
Definition at line 165 of file qandroidplatformdialoghelpers.cpp.
References QtAndroid::classErrorMsgFmt(), FIND_AND_CHECK_CLASS, g_messageDialogHelperClass, methods, and QtAndroid::qtTagText().
Referenced by JNI_OnLoad().
|
static |
Definition at line 18 of file qandroidplatformdialoghelpers.cpp.
Referenced by registerNatives().
|
static |
Definition at line 153 of file qandroidplatformdialoghelpers.cpp.
Referenced by registerNatives().