Uses of Class
io.qt.datavis.QCustom3DItem
Package | Description |
---|---|
io.qt.datavis |
-
Uses of QCustom3DItem in io.qt.datavis
Subclasses of QCustom3DItem in io.qt.datavis Modifier and Type Class Description class
QCustom3DLabel
Adds a custom label to a graphclass
QCustom3DVolume
Adds a volume rendered object to a graphMethods in io.qt.datavis that return QCustom3DItem Modifier and Type Method Description QCustom3DItem
QAbstract3DGraph. selectedCustomItem()
Methods in io.qt.datavis that return types with arguments of type QCustom3DItem Modifier and Type Method Description QList<QCustom3DItem>
QAbstract3DGraph. customItems()
Methods in io.qt.datavis with parameters of type QCustom3DItem Modifier and Type Method Description int
QAbstract3DGraph. addCustomItem(QCustom3DItem item)
void
QAbstract3DGraph. releaseCustomItem(QCustom3DItem item)
void
QAbstract3DGraph. removeCustomItem(QCustom3DItem item)