Uses of Class
io.qt.datavis.Q3DTheme
Package | Description |
---|---|
io.qt.datavis |
-
Uses of Q3DTheme in io.qt.datavis
Fields in io.qt.datavis with type parameters of type Q3DTheme Modifier and Type Field Description QObject.Signal1<Q3DTheme>
QAbstract3DGraph. activeThemeChanged
Methods in io.qt.datavis that return Q3DTheme Modifier and Type Method Description Q3DTheme
QAbstract3DGraph. activeTheme()
Methods in io.qt.datavis that return types with arguments of type Q3DTheme Modifier and Type Method Description QList<Q3DTheme>
QAbstract3DGraph. themes()
Methods in io.qt.datavis with parameters of type Q3DTheme Modifier and Type Method Description void
QAbstract3DGraph. addTheme(Q3DTheme theme)
void
QAbstract3DGraph. releaseTheme(Q3DTheme theme)
void
QAbstract3DGraph. setActiveTheme(Q3DTheme theme)