Uses of Enum
io.qt.datavis.QSurface3DSeries.DrawFlag
Packages that use QSurface3DSeries.DrawFlag
-
Uses of QSurface3DSeries.DrawFlag in io.qt.datavis
Methods in io.qt.datavis that return QSurface3DSeries.DrawFlagModifier and TypeMethodDescriptionfinal 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
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.DrawFlagModifier and TypeMethodDescriptionQSurface3DSeries.DrawFlag.cleared
(QSurface3DSeries.DrawFlag e) Excludes other enum entry from a flag of this entry.QSurface3DSeries.DrawFlag.combined
(QSurface3DSeries.DrawFlag e) Combines this entry with other enum entry.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.final void
QSurface3DSeries.setDrawMode
(QSurface3DSeries.DrawFlag ... mode) Overloaded function forQSurface3DSeries.setDrawMode(io.qt.datavis.QSurface3DSeries.DrawFlags)
.QSurface3DSeries.DrawFlags.setFlag
(QSurface3DSeries.DrawFlag e) Sets the flage
QSurface3DSeries.DrawFlags.setFlag
(QSurface3DSeries.DrawFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.datavis with parameters of type QSurface3DSeries.DrawFlagModifierConstructorDescriptionDrawFlags
(QSurface3DSeries.DrawFlag ... args) Creates a new DrawFlags where the flags inargs
are set.