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.LoadHint
QLibrary.LoadHint.resolve
(int value) Returns the corresponding enum entry for the given value.static QLibrary.LoadHint
Returns 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.combined
(QLibrary.LoadHint e) Combines this entry with other enum entry.final QLibrary.LoadHints
QLibrary.LoadHints.combined
(QLibrary.LoadHint e) Combines this flags with enum entry.static QLibrary.LoadHints
QLibrary.LoadHint.flags
(QLibrary.LoadHint... values) Creates a newQLibrary.LoadHints
from the entries.final QLibrary.LoadHints
QLibrary.LoadHints.setFlag
(QLibrary.LoadHint e) Sets the flage
final QLibrary.LoadHints
QLibrary.LoadHints.setFlag
(QLibrary.LoadHint e, boolean on) Sets or clears the flagflag
final void
QLibrary.setLoadHints
(QLibrary.LoadHint... hints) Overloaded function forQLibrary.setLoadHints(io.qt.core.QLibrary.LoadHints)
.final void
QPluginLoader.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 inargs
are set.