Uses of Enum
io.qt.graphs.Q3DTheme.Theme
Packages that use Q3DTheme.Theme
-
Uses of Q3DTheme.Theme in io.qt.graphs
Fields in io.qt.graphs with type parameters of type Q3DTheme.ThemeMethods in io.qt.graphs that return Q3DTheme.ThemeModifier and TypeMethodDescriptionstatic Q3DTheme.Theme
Q3DTheme.Theme.resolve
(int value) Returns the corresponding enum entry for the given value.final Q3DTheme.Theme
Q3DTheme.type()
static Q3DTheme.Theme
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.graphs with parameters of type Q3DTheme.ThemeModifier and TypeMethodDescriptionfinal void
Q3DTheme.handleTypeChange
(Q3DTheme.Theme themeType) SeeQ3DTheme::
handleTypeChange(Q3DTheme::Theme) final void
Q3DTheme.setType
(Q3DTheme.Theme themeType) Constructors in io.qt.graphs with parameters of type Q3DTheme.ThemeModifierConstructorDescriptionQ3DTheme
(Q3DTheme.Theme themeType) Overloaded constructor forQ3DTheme(io.qt.graphs.Q3DTheme.Theme, io.qt.core.QObject)
withparent = null
.Q3DTheme
(Q3DTheme.Theme themeType, QObject parent)