Uses of Class
io.qt.quick.QSGEngine.CreateTextureOption
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGEngine.CreateTextureOption in io.qt.quick
Methods in io.qt.quick that return QSGEngine.CreateTextureOption Modifier and Type Method Description QSGEngine.CreateTextureOption[]
QSGEngine.CreateTextureOptions. flags()
Returns an array of flag objects represented by this CreateTextureOptions.static QSGEngine.CreateTextureOption
QSGEngine.CreateTextureOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGEngine.CreateTextureOption
QSGEngine.CreateTextureOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGEngine.CreateTextureOption[]
QSGEngine.CreateTextureOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.quick with parameters of type QSGEngine.CreateTextureOption Constructor Description CreateTextureOptions(QSGEngine.CreateTextureOption... args)
Creates a new CreateTextureOptions where the flags inargs
are set.