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