java.lang.Object
io.qt.QtUtilities
This class contains static members that gives information and performs QtJambi related tasks.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic enumstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic 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(Class<?> cls) static booleaninitializePackage(Package pkg) static booleaninitializePackage(String packagePath) static booleanisAvailableQtLibrary(String library) static booleanisAvailableUtilityLibrary(String library) static booleanisAvailableUtilityLibrary(String library, String versionString) static Filestatic FileDeprecated.static 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 booleanThis function deletes the variable varName from the environment.static voiduseAsGadget(Class<?> clazz) Use a class (e.g. from third party library) as gadget.static voidusePackageContentAsGadgets(String _package) Define a package (e.g. from third party library) to let all its classes considered to be gadgets.
-
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
-
jambiTempDir
Deprecated.UsejambiDeploymentDir()instead.- Returns:
-
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(). -
qtjambiVersion
Return the version of QtJambi- Returns:
- qtjambi version
-
jambiDeploymentDir()instead.