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