Uses of Class
io.qt.datavis.QAbstract3DGraph.ElementType
Package | Description |
---|---|
io.qt.datavis |
-
Uses of QAbstract3DGraph.ElementType in io.qt.datavis
Fields in io.qt.datavis with type parameters of type QAbstract3DGraph.ElementType Modifier and Type Field Description QObject.Signal1<QAbstract3DGraph.ElementType>
QAbstract3DGraph. selectedElementChanged
Methods in io.qt.datavis that return QAbstract3DGraph.ElementType Modifier and Type Method Description static QAbstract3DGraph.ElementType
QAbstract3DGraph.ElementType. resolve(int value)
Returns the corresponding enum entry for the given value.QAbstract3DGraph.ElementType
QAbstract3DGraph. selectedElement()
static QAbstract3DGraph.ElementType
QAbstract3DGraph.ElementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstract3DGraph.ElementType[]
QAbstract3DGraph.ElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.