-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceEquivalent toIntSupplierwithbyteresult.static interfaceEquivalent toIntSupplierwithcharresult.static interfaceEquivalent toConsumerwith ten arguments.static interfaceEquivalent toConsumerwith three arguments.static interfaceEquivalent toConsumerwith four arguments.static interfaceEquivalent toConsumerwith five arguments.static interfaceEquivalent toConsumerwith six arguments.static interfaceEquivalent toConsumerwith seven arguments.static interfaceEquivalent toConsumerwith eight arguments.static interfaceEquivalent toConsumerwith nine arguments.static interfaceEquivalent toDoubleSupplierwithfloatresult.static enumEnum for requirement.static interfaceEquivalent toIntSupplierwithshortresult.static interfaceEquivalent toSupplier. -
Method Summary
Modifier and TypeMethodDescriptionstatic QObjectasSelectiveEventFilter(QObject eventFilter, QEvent.Type eventType, QEvent.Type ... eventTypes) Deprecated, for removal: This API element is subject to removal in a future version.static StringThis function gets the value of the environment variable named varName.static QMetaObject.DisposedSignalgetSignalOnDispose(QtObjectInterface object) static voidstatic voidinitializeNativeObject(QtObjectInterface object, QtArgument.Stream arguments) static booleaninitializePackage(String packagePath) static booleaninitializePackage(Class<?> cls) static booleaninitializePackage(Package pkg) static voidInstall a handler for signal emit thread checks.static booleanisAvailableQtLibrary(String library) static booleanisAvailableUtilityLibrary(String library) static booleanisAvailableUtilityLibrary(String library, String versionString) static Filestatic voidloadJambiLibrary(String library) static voidloadLibrary(String lib) static voidloadQtJambiLibrary(String library) static voidloadQtLibrary(String library) static voidloadQtLibrary(String library, QtUtilities.LibraryRequirementMode mode, String ... platforms) static voidloadUtilityLibrary(String library) static voidloadUtilityLibrary(String library, QtUtilities.LibraryRequirementMode mode, String ... platforms) static voidloadUtilityLibrary(String library, String version) static voidloadUtilityLibrary(String library, String version, QtUtilities.LibraryRequirementMode mode, String ... platforms) static booleanThis function sets the value of the environment variable named varName.static QVersionNumberReturn the version of QtJambistatic booleanThis method allows to reinstall the QtJambi event notify callback as the last callback.static booleanThird-party libraries must not overwrite Java's installed signal handlers.static booleanThird-party libraries must not overwrite Java's installed signal handlers.static voidsetDanglingPointerCheckEnabled(boolean enabled) Enables or disables the dangling pointer checks at runtime.static voidsetEventLogsEnabled(boolean enabled) Enables or disables event logs checks at runtime.static voidsetEventThreadAffinityCheckEnabled(boolean enabled) Enables or disables the thread affinity checks on events at runtime.static voidsetMethodLogsEnabled(boolean enabled) Enables or disables method logs at runtime.static voidsetNoExceptionForwardingFromMetaCallsEnabled(boolean enabled) Specify `true` to avoid `QMetaObject` calls (like method invocation and property access) forwarding exceptions to the Qt caller in any case.static voidsetNoExceptionForwardingFromVirtualCallsEnabled(boolean enabled) Specify `true` to avoid virtual calls (i.e.static voidsetSignalEmitThreadCheckEnabled(boolean enabled) Enables or disables thread checks at signal emit.static voidsetThreadAffinityCheckEnabled(boolean enabled) Enables or disables the thread affinity checks at runtime.static voidthreadCheck(QObject object) Checks if the current thread is the given object's thread and throws QThreadAffinityException otherwise.static voidChecks if the current thread is UI thread and throws QThreadAffinityException otherwise.static booleanThis function deletes the variable varName from the environment.static voiduseAsGadget(Class<?> clazz) Use a class (e.g.static voidusePackageContentAsGadgets(String _package) Define a package (e.g.
-
Method Details
-
isAvailableQtLibrary
-
isAvailableUtilityLibrary
-
isAvailableUtilityLibrary
-
loadQtLibrary
-
loadQtLibrary
public static void loadQtLibrary(String library, QtUtilities.LibraryRequirementMode mode, String ... platforms) -
loadUtilityLibrary
-
loadUtilityLibrary
public static void loadUtilityLibrary(String library, QtUtilities.LibraryRequirementMode mode, String ... platforms) -
loadUtilityLibrary
-
loadUtilityLibrary
public static void loadUtilityLibrary(String library, String version, QtUtilities.LibraryRequirementMode mode, String ... platforms) -
loadQtJambiLibrary
-
loadJambiLibrary
-
loadLibrary
-
useAsGadget
Use a class (e.g. from third party library) as gadget.- See Also:
-
usePackageContentAsGadgets
Define a package (e.g. from third party library) to let all its classes considered to be gadgets.- See Also:
-
jambiDeploymentDir
-
initializePackage
-
initializePackage
-
initializePackage
-
getSignalOnDispose
-
initializeNativeObject
-
initializeNativeObject
-
putenv
This function sets the value of the environment variable named varName.- Parameters:
varName-value-
-
unsetenv
This function deletes the variable varName from the environment.- Parameters:
varName-
-
getenv
This function gets the value of the environment variable named varName.- Parameters:
varName-- Returns:
- value
-
reinstallEventNotifyCallback
public static boolean reinstallEventNotifyCallback()This method allows to reinstall the QtJambi event notify callback as the last callback. If other libraries register their event notify callback to Qt, it is necessary to make sure QtJambi's callback is called at last. This method can only be called from inside the main thread and before callingQCoreApplication.exec(). -
saveUnixSignalHandlers
public static boolean saveUnixSignalHandlers()Third-party libraries must not overwrite Java's installed signal handlers. Several of these signal handlers are crucial for JVM to work. This method saves the installed signal handlers for later restoring byrestoreUnixSignalHandlers(). -
restoreUnixSignalHandlers
public static boolean restoreUnixSignalHandlers()Third-party libraries must not overwrite Java's installed signal handlers. Several of these signal handlers are crucial for JVM to work. This method restores the signal handlers previously saved bysaveUnixSignalHandlers(). -
qtjambiVersion
Return the version of QtJambi- Returns:
- qtjambi version
-
uiThreadCheck
Checks if the current thread is UI thread and throws QThreadAffinityException otherwise.- Throws:
QThreadAffinityException
-
threadCheck
Checks if the current thread is the given object's thread and throws QThreadAffinityException otherwise.- Throws:
QThreadAffinityException
-
asSelectiveEventFilter
@Deprecated(since="6.8.1", forRemoval=true) public static QObject asSelectiveEventFilter(QObject eventFilter, QEvent.Type eventType, QEvent.Type ... eventTypes) Deprecated, for removal: This API element is subject to removal in a future version. -
setDanglingPointerCheckEnabled
public static void setDanglingPointerCheckEnabled(boolean enabled) Enables or disables the dangling pointer checks at runtime.CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
setThreadAffinityCheckEnabled
public static void setThreadAffinityCheckEnabled(boolean enabled) Enables or disables the thread affinity checks at runtime.
This function is not thread-safe, i.e. calling this method parallel to usage of Qtjambi's API in other threads may lead to crash.
CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
setEventThreadAffinityCheckEnabled
public static void setEventThreadAffinityCheckEnabled(boolean enabled) Enables or disables the thread affinity checks on events at runtime.
This function is not thread-safe, i.e. calling this method parallel to running event loops in other threads may lead to crash.
CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
setMethodLogsEnabled
public static void setMethodLogsEnabled(boolean enabled) Enables or disables method logs at runtime.CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
setEventLogsEnabled
public static void setEventLogsEnabled(boolean enabled) Enables or disables event logs checks at runtime.CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
setSignalEmitThreadCheckEnabled
public static void setSignalEmitThreadCheckEnabled(boolean enabled) Enables or disables thread checks at signal emit.CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
installSignalEmitThreadCheckHandler
public static void installSignalEmitThreadCheckHandler(BiConsumer<QObject, QMetaObject.AbstractSignal> handler) Install a handler for signal emit thread checks. The handler is executed every time an event is emitted from a thread different than the object's thread. The handler may throwQThreadAffinityExceptionif necessary. Call this method with to remove the installed handler.- Parameters:
handler-
-
setNoExceptionForwardingFromMetaCallsEnabled
public static void setNoExceptionForwardingFromMetaCallsEnabled(boolean enabled) Specify `true` to avoid `QMetaObject` calls (like method invocation and property access) forwarding exceptions to the Qt caller in any case.CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
setNoExceptionForwardingFromVirtualCallsEnabled
public static void setNoExceptionForwardingFromVirtualCallsEnabled(boolean enabled) Specify `true` to avoid virtual calls (i.e. Java overrides) forwarding exceptions to the Qt caller in any case.CAUTION: This function is experimental and may have unexpected behavior.
- Parameters:
enabled-
-
QCoreApplication.asSelectiveEventFilter(io.qt.core.QObject, io.qt.core.QEvent.Type, io.qt.core.QEvent.Type...)instead.