Uses of Class
io.qt.qml.QQmlImageProviderBase.Flag
Package | Description |
---|---|
io.qt.qml | |
io.qt.quick |
-
Uses of QQmlImageProviderBase.Flag in io.qt.qml
Methods in io.qt.qml that return QQmlImageProviderBase.Flag Modifier and Type Method Description QQmlImageProviderBase.Flag[]
QQmlImageProviderBase.Flags. flags()
Returns an array of flag objects represented by this Flags.static QQmlImageProviderBase.Flag
QQmlImageProviderBase.Flag. resolve(int value)
Returns the corresponding enum entry for the given value.static QQmlImageProviderBase.Flag
QQmlImageProviderBase.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQmlImageProviderBase.Flag[]
QQmlImageProviderBase.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qml with parameters of type QQmlImageProviderBase.Flag Modifier and Type Method Description QQmlImageProviderBase.Flags
QQmlImageProviderBase.Flag. combined(QQmlImageProviderBase.Flag e)
Combines this entry with other enum entry.QQmlImageProviderBase.Flags
QQmlImageProviderBase.Flags. combined(QQmlImageProviderBase.Flag e)
Combines this flags with enum entry.static QQmlImageProviderBase.Flags
QQmlImageProviderBase.Flag. flags(QQmlImageProviderBase.Flag... values)
Creates a newQQmlImageProviderBase.Flags
from the entries.QQmlImageProviderBase.Flags
QQmlImageProviderBase.Flags. setFlag(QQmlImageProviderBase.Flag e)
Sets the flage
QQmlImageProviderBase.Flags
QQmlImageProviderBase.Flags. setFlag(QQmlImageProviderBase.Flag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.qml with parameters of type QQmlImageProviderBase.Flag Constructor Description Flags(QQmlImageProviderBase.Flag... args)
Creates a new Flags where the flags inargs
are set. -
Uses of QQmlImageProviderBase.Flag in io.qt.quick
Constructors in io.qt.quick with parameters of type QQmlImageProviderBase.Flag Constructor Description QQuickImageProvider(QQmlImageProviderBase.ImageType type, QQmlImageProviderBase.Flag... flags)
Overloaded constructor forQQuickImageProvider(io.qt.qml.QQmlImageProviderBase.ImageType, io.qt.qml.QQmlImageProviderBase.Flags)
.