Uses of Class
io.qt.datavis.QAbstract3DGraph.SelectionFlag
Package | Description |
---|---|
io.qt.datavis |
-
Uses of QAbstract3DGraph.SelectionFlag in io.qt.datavis
Methods in io.qt.datavis that return QAbstract3DGraph.SelectionFlag Modifier and Type Method Description QAbstract3DGraph.SelectionFlag[]
QAbstract3DGraph.SelectionFlags. flags()
Returns an array of flag objects represented by this SelectionFlags.static QAbstract3DGraph.SelectionFlag
QAbstract3DGraph.SelectionFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstract3DGraph.SelectionFlag
QAbstract3DGraph.SelectionFlag. valueOf(String name)
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.Constructors in io.qt.datavis with parameters of type QAbstract3DGraph.SelectionFlag Constructor Description SelectionFlags(QAbstract3DGraph.SelectionFlag... args)
Creates a new SelectionFlags where the flags inargs
are set.