Uses of Enum
io.qt.graphs.QtGraphs3D.SelectionFlag
Packages that use QtGraphs3D.SelectionFlag
-
Uses of QtGraphs3D.SelectionFlag in io.qt.graphs
Methods in io.qt.graphs that return QtGraphs3D.SelectionFlagModifier and TypeMethodDescriptionfinal QtGraphs3D.SelectionFlag []
QtGraphs3D.SelectionFlags.flags()
Returns an array of flag objects represented by this SelectionFlags.static QtGraphs3D.SelectionFlag
QtGraphs3D.SelectionFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QtGraphs3D.SelectionFlag
Returns the enum constant of this type with the specified name.static QtGraphs3D.SelectionFlag[]
QtGraphs3D.SelectionFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.graphs with parameters of type QtGraphs3D.SelectionFlagModifier and TypeMethodDescriptionQtGraphs3D.SelectionFlag.cleared
(QtGraphs3D.SelectionFlag e) Excludes other enum entry from a flag of this entry.QtGraphs3D.SelectionFlag.combined
(QtGraphs3D.SelectionFlag e) Combines this entry with other enum entry.QtGraphs3D.SelectionFlags.combined
(QtGraphs3D.SelectionFlag e) Combines this flags with enum entry.static QtGraphs3D.SelectionFlags
QtGraphs3D.SelectionFlag.flags
(QtGraphs3D.SelectionFlag ... values) Creates a newQtGraphs3D.SelectionFlags
from the entries.QtGraphs3D.SelectionFlags.setFlag
(QtGraphs3D.SelectionFlag e) Sets the flage
QtGraphs3D.SelectionFlags.setFlag
(QtGraphs3D.SelectionFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.graphs with parameters of type QtGraphs3D.SelectionFlagModifierConstructorDescriptionSelectionFlags
(QtGraphs3D.SelectionFlag ... args) Creates a new SelectionFlags where the flags inargs
are set. -
Uses of QtGraphs3D.SelectionFlag in io.qt.graphs.widgets
Methods in io.qt.graphs.widgets with parameters of type QtGraphs3D.SelectionFlagModifier and TypeMethodDescriptionfinal void
Q3DGraphsWidgetItem.setSelectionMode
(QtGraphs3D.SelectionFlag ... selectionMode) Overloaded function forQ3DGraphsWidgetItem.setSelectionMode(io.qt.graphs.QtGraphs3D.SelectionFlags)
.