Uses of Class
io.qt.core.QLibrary.LoadHint
Package | Description |
---|---|
io.qt.core |
-
Uses of QLibrary.LoadHint in io.qt.core
Methods in io.qt.core that return QLibrary.LoadHint Modifier and Type Method Description 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
QLibrary.LoadHint. valueOf(String name)
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.LoadHint Modifier and Type Method Description QLibrary.LoadHints
QLibrary.LoadHint. combined(QLibrary.LoadHint e)
Combines this entry with other enum entry.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.QLibrary.LoadHints
QLibrary.LoadHints. setFlag(QLibrary.LoadHint e)
Sets the flage
QLibrary.LoadHints
QLibrary.LoadHints. setFlag(QLibrary.LoadHint e, boolean on)
Sets or clears the flagflag
void
QLibrary. setLoadHints(QLibrary.LoadHint... hints)
Overloaded function forQLibrary.setLoadHints(io.qt.core.QLibrary.LoadHints)
.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.LoadHint Constructor Description LoadHints(QLibrary.LoadHint... args)
Creates a new LoadHints where the flags inargs
are set.