Uses of Class
io.qt.datavis.Q3DTheme.Theme
Package | Description |
---|---|
io.qt.datavis |
-
Uses of Q3DTheme.Theme in io.qt.datavis
Fields in io.qt.datavis with type parameters of type Q3DTheme.Theme Modifier and Type Field Description QObject.Signal1<Q3DTheme.Theme>
Q3DTheme. typeChanged
Methods in io.qt.datavis that return Q3DTheme.Theme Modifier and Type Method Description static Q3DTheme.Theme
Q3DTheme.Theme. resolve(int value)
Returns the corresponding enum entry for the given value.Q3DTheme.Theme
Q3DTheme. type()
static Q3DTheme.Theme
Q3DTheme.Theme. valueOf(String name)
Returns the enum constant of this type with the specified name.static Q3DTheme.Theme[]
Q3DTheme.Theme. 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.Theme Modifier and Type Method Description void
Q3DTheme. setType(Q3DTheme.Theme themeType)
Constructors in io.qt.datavis with parameters of type Q3DTheme.Theme Constructor Description Q3DTheme(Q3DTheme.Theme themeType)
Overloaded constructor forQ3DTheme(io.qt.datavis.Q3DTheme.Theme, io.qt.core.QObject)
withparent = null
.Q3DTheme(Q3DTheme.Theme themeType, QObject parent)