Uses of Enum
io.qt.core.QLibrary.LoadHint
Packages that use QLibrary.LoadHint
-
Uses of QLibrary.LoadHint in io.qt.core
Methods in io.qt.core that return QLibrary.LoadHintModifier and TypeMethodDescriptionfinal QLibrary.LoadHint []QLibrary.LoadHints.flags()Returns an array of flag objects represented by this LoadHints.static QLibrary.LoadHintQLibrary.LoadHint.resolve(int value) Returns the corresponding enum entry for the given value.static QLibrary.LoadHintReturns the enum constant of this type with the specified name.static QLibrary.LoadHint[]QLibrary.LoadHint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QLibrary.LoadHintModifier and TypeMethodDescriptionQLibrary.LoadHint.cleared(QLibrary.LoadHint e) Excludes other enum entry from a flag of this entry.QLibrary.LoadHint.combined(QLibrary.LoadHint e) Combines this entry with other enum entry.final QLibrary.LoadHintsQLibrary.LoadHints.combined(QLibrary.LoadHint e) Combines this flags with enum entry.static QLibrary.LoadHintsQLibrary.LoadHint.flags(QLibrary.LoadHint ... values) Creates a newQLibrary.LoadHintsfrom the entries.final QLibrary.LoadHintsQLibrary.LoadHints.setFlag(QLibrary.LoadHint e) Sets the flagefinal QLibrary.LoadHintsQLibrary.LoadHints.setFlag(QLibrary.LoadHint e, boolean on) Sets or clears the flagflagfinal voidQLibrary.setLoadHints(QLibrary.LoadHint ... hints) Overloaded function forQLibrary.setLoadHints(io.qt.core.QLibrary.LoadHints).final voidQPluginLoader.setLoadHints(QLibrary.LoadHint ... loadHints) Overloaded function forQPluginLoader.setLoadHints(io.qt.core.QLibrary.LoadHints).Constructors in io.qt.core with parameters of type QLibrary.LoadHintModifierConstructorDescriptionLoadHints(QLibrary.LoadHint ... args) Creates a new LoadHints where the flags inargsare set.