Uses of Class
io.qt.gui.QOpenGLTexture.WrapMode
Package | Description |
---|---|
io.qt.gui |
-
Uses of QOpenGLTexture.WrapMode in io.qt.gui
Methods in io.qt.gui that return QOpenGLTexture.WrapMode Modifier and Type Method Description static QOpenGLTexture.WrapMode
QOpenGLTexture.WrapMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QOpenGLTexture.WrapMode
QOpenGLTexture.WrapMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOpenGLTexture.WrapMode[]
QOpenGLTexture.WrapMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.QOpenGLTexture.WrapMode
QOpenGLTexture. wrapMode(QOpenGLTexture.CoordinateDirection direction)
Methods in io.qt.gui with parameters of type QOpenGLTexture.WrapMode Modifier and Type Method Description void
QOpenGLTexture. setWrapMode(QOpenGLTexture.CoordinateDirection direction, QOpenGLTexture.WrapMode mode)
void
QOpenGLTexture. setWrapMode(QOpenGLTexture.WrapMode mode)