Uses of Enum
io.qt.datavis.QAbstract3DGraph.SelectionFlag
Packages that use QAbstract3DGraph.SelectionFlag
-
Uses of QAbstract3DGraph.SelectionFlag in io.qt.datavis
Methods in io.qt.datavis that return QAbstract3DGraph.SelectionFlagModifier and TypeMethodDescriptionfinal QAbstract3DGraph.SelectionFlag[]
QAbstract3DGraph.SelectionFlags.flags()
Returns an array of flag objects represented by this SelectionFlags.QAbstract3DGraph.SelectionFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QAbstract3DGraph.SelectionFlag[]
QAbstract3DGraph.SelectionFlag.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 QAbstract3DGraph.SelectionFlagModifier and TypeMethodDescriptionQAbstract3DGraph.SelectionFlag.combined
(QAbstract3DGraph.SelectionFlag e) Combines this entry with other enum entry.QAbstract3DGraph.SelectionFlags.combined
(QAbstract3DGraph.SelectionFlag e) Combines this flags with enum entry.QAbstract3DGraph.SelectionFlag.flags
(QAbstract3DGraph.SelectionFlag... values) Creates a newQAbstract3DGraph.SelectionFlags
from the entries.QAbstract3DGraph.SelectionFlags.setFlag
(QAbstract3DGraph.SelectionFlag e) Sets the flage
QAbstract3DGraph.SelectionFlags.setFlag
(QAbstract3DGraph.SelectionFlag e, boolean on) Sets or clears the flagflag
final void
QAbstract3DGraph.setSelectionMode
(QAbstract3DGraph.SelectionFlag... mode) Overloaded function forQAbstract3DGraph.setSelectionMode(io.qt.datavis.QAbstract3DGraph.SelectionFlags)
.Constructors in io.qt.datavis with parameters of type QAbstract3DGraph.SelectionFlagModifierConstructorDescriptionCreates a new SelectionFlags where the flags inargs
are set.