Uses of Class
io.qt.datavis.Q3DTheme.ColorStyle
Package | Description |
---|---|
io.qt.datavis |
-
Uses of Q3DTheme.ColorStyle in io.qt.datavis
Fields in io.qt.datavis with type parameters of type Q3DTheme.ColorStyle Modifier and Type Field Description QObject.Signal1<Q3DTheme.ColorStyle>
Q3DTheme. colorStyleChanged
QObject.Signal1<Q3DTheme.ColorStyle>
QAbstract3DSeries. colorStyleChanged
Methods in io.qt.datavis that return Q3DTheme.ColorStyle Modifier and Type Method Description Q3DTheme.ColorStyle
Q3DTheme. colorStyle()
Q3DTheme.ColorStyle
QAbstract3DSeries. colorStyle()
static Q3DTheme.ColorStyle
Q3DTheme.ColorStyle. resolve(int value)
Returns the corresponding enum entry for the given value.static Q3DTheme.ColorStyle
Q3DTheme.ColorStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static Q3DTheme.ColorStyle[]
Q3DTheme.ColorStyle. 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 Q3DTheme.ColorStyle Modifier and Type Method Description void
Q3DTheme. setColorStyle(Q3DTheme.ColorStyle style)
void
QAbstract3DSeries. setColorStyle(Q3DTheme.ColorStyle style)