QAbstract3DGraph#

Inheritance diagram of PySide6.QtGraphs.QAbstract3DGraph

Inherited by: Q3DSurface, Q3DScatter, Q3DBars

Synopsis#

Properties#

Functions#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtGraphs.QAbstract3DGraph#

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtGraphs.QAbstract3DGraph.activeInputHandler: PySide6.QtGraphs.QAbstract3DInputHandler#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.activeTheme: PySide6.QtGraphs.Q3DTheme#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.aspectRatio: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.currentFps: int#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.horizontalAspectRatio: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.locale: PySide6.QtCore.QLocale#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.margin: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.measureFps: bool#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.optimizationHints: Combination of QAbstract3DGraph.OptimizationHint#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.orthoProjection: bool#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.polar: bool#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.queriedGraphPosition: PySide6.QtGui.QVector3D#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.radialLabelOffset: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.reflection: bool#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.reflectivity: float#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.scene: PySide6.QtGraphs.Q3DScene#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.selectedElement: ElementType#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.selectionMode: Combination of QAbstract3DGraph.SelectionFlag#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DGraph.shadowQuality: ShadowQuality#
Access functions:
PySide6.QtGraphs.QAbstract3DGraph.QmlIsUncreatable#
PySide6.QtGraphs.QAbstract3DGraph.SelectionFlag#
PySide6.QtGraphs.QAbstract3DGraph.ShadowQuality#
PySide6.QtGraphs.QAbstract3DGraph.ElementType#
PySide6.QtGraphs.QAbstract3DGraph.OptimizationHint#
PySide6.QtGraphs.QAbstract3DGraph.RenderingMode#
PySide6.QtGraphs.QAbstract3DGraph.activeInputHandler()#
Return type:

PySide6.QtGraphs.QAbstract3DInputHandler

Getter of property activeInputHandler .

PySide6.QtGraphs.QAbstract3DGraph.activeInputHandlerChanged(inputHandler)#
Parameters:

inputHandlerPySide6.QtGraphs.QAbstract3DInputHandler

Notification signal of property activeInputHandler .

PySide6.QtGraphs.QAbstract3DGraph.activeTheme()#
Return type:

PySide6.QtGraphs.Q3DTheme

Getter of property activeTheme .

PySide6.QtGraphs.QAbstract3DGraph.activeThemeChanged(activeTheme)#
Parameters:

activeThemePySide6.QtGraphs.Q3DTheme

Notification signal of property activeTheme .

PySide6.QtGraphs.QAbstract3DGraph.addCustomItem(item)#
Parameters:

itemPySide6.QtGraphs.QCustom3DItem

Return type:

int

PySide6.QtGraphs.QAbstract3DGraph.addInputHandler(inputHandler)#
Parameters:

inputHandlerPySide6.QtGraphs.QAbstract3DInputHandler

PySide6.QtGraphs.QAbstract3DGraph.addTheme(theme)#
Parameters:

themePySide6.QtGraphs.Q3DTheme

PySide6.QtGraphs.QAbstract3DGraph.aspectRatio()#
Return type:

float

Getter of property aspectRatio .

PySide6.QtGraphs.QAbstract3DGraph.aspectRatioChanged(ratio)#
Parameters:

ratio – float

Notification signal of property aspectRatio .

PySide6.QtGraphs.QAbstract3DGraph.clearSelection()#
PySide6.QtGraphs.QAbstract3DGraph.currentFps()#
Return type:

int

Getter of property currentFps .

PySide6.QtGraphs.QAbstract3DGraph.currentFpsChanged(fps)#
Parameters:

fps – int

Notification signal of property currentFps .

PySide6.QtGraphs.QAbstract3DGraph.customItems()#
Return type:

.list of QCustom3DItem

PySide6.QtGraphs.QAbstract3DGraph.hasSeries(series)#
Parameters:

seriesPySide6.QtGraphs.QAbstract3DSeries

Return type:

bool

PySide6.QtGraphs.QAbstract3DGraph.horizontalAspectRatio()#
Return type:

float

Getter of property horizontalAspectRatio .

PySide6.QtGraphs.QAbstract3DGraph.horizontalAspectRatioChanged(ratio)#
Parameters:

ratio – float

Notification signal of property horizontalAspectRatio .

PySide6.QtGraphs.QAbstract3DGraph.inputHandlers()#
Return type:

.list of QAbstract3DInputHandler

PySide6.QtGraphs.QAbstract3DGraph.isOrthoProjection()#
Return type:

bool

Getter of property orthoProjection .

PySide6.QtGraphs.QAbstract3DGraph.isPolar()#
Return type:

bool

Getter of property polar .

PySide6.QtGraphs.QAbstract3DGraph.isReflection()#
Return type:

bool

Getter of property reflection .

PySide6.QtGraphs.QAbstract3DGraph.locale()#
Return type:

PySide6.QtCore.QLocale

Getter of property locale .

PySide6.QtGraphs.QAbstract3DGraph.localeChanged(locale)#
Parameters:

localePySide6.QtCore.QLocale

Notification signal of property locale .

PySide6.QtGraphs.QAbstract3DGraph.margin()#
Return type:

float

Getter of property margin .

PySide6.QtGraphs.QAbstract3DGraph.marginChanged(margin)#
Parameters:

margin – float

Notification signal of property margin .

PySide6.QtGraphs.QAbstract3DGraph.measureFps()#
Return type:

bool

Getter of property measureFps .

PySide6.QtGraphs.QAbstract3DGraph.measureFpsChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property measureFps .

PySide6.QtGraphs.QAbstract3DGraph.optimizationHints()#
Return type:

Combination of QAbstract3DGraph.OptimizationHint

Getter of property optimizationHints .

PySide6.QtGraphs.QAbstract3DGraph.optimizationHintsChanged(hints)#
Parameters:

hints – Combination of QAbstract3DGraph.OptimizationHint

Notification signal of property optimizationHints .

PySide6.QtGraphs.QAbstract3DGraph.orthoProjectionChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property orthoProjection .

PySide6.QtGraphs.QAbstract3DGraph.polarChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property polar .

PySide6.QtGraphs.QAbstract3DGraph.queriedGraphPosition()#
Return type:

PySide6.QtGui.QVector3D

Getter of property queriedGraphPosition .

PySide6.QtGraphs.QAbstract3DGraph.queriedGraphPositionChanged(data)#
Parameters:

dataPySide6.QtGui.QVector3D

Notification signal of property queriedGraphPosition .

PySide6.QtGraphs.QAbstract3DGraph.radialLabelOffset()#
Return type:

float

Getter of property radialLabelOffset .

PySide6.QtGraphs.QAbstract3DGraph.radialLabelOffsetChanged(offset)#
Parameters:

offset – float

Notification signal of property radialLabelOffset .

PySide6.QtGraphs.QAbstract3DGraph.reflectionChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property reflection .

PySide6.QtGraphs.QAbstract3DGraph.reflectivity()#
Return type:

float

Getter of property reflectivity .

PySide6.QtGraphs.QAbstract3DGraph.reflectivityChanged(reflectivity)#
Parameters:

reflectivity – float

Notification signal of property reflectivity .

PySide6.QtGraphs.QAbstract3DGraph.releaseCustomItem(item)#
Parameters:

itemPySide6.QtGraphs.QCustom3DItem

PySide6.QtGraphs.QAbstract3DGraph.releaseInputHandler(inputHandler)#
Parameters:

inputHandlerPySide6.QtGraphs.QAbstract3DInputHandler

PySide6.QtGraphs.QAbstract3DGraph.releaseTheme(theme)#
Parameters:

themePySide6.QtGraphs.Q3DTheme

PySide6.QtGraphs.QAbstract3DGraph.removeCustomItem(item)#
Parameters:

itemPySide6.QtGraphs.QCustom3DItem

PySide6.QtGraphs.QAbstract3DGraph.removeCustomItemAt(position)#
Parameters:

positionPySide6.QtGui.QVector3D

PySide6.QtGraphs.QAbstract3DGraph.removeCustomItems()#
PySide6.QtGraphs.QAbstract3DGraph.renderToImage([msaaSamples=0[, imageSize=QSize()]])#
Parameters:
Return type:

PySide6.QtGui.QImage

PySide6.QtGraphs.QAbstract3DGraph.scene()#
Return type:

PySide6.QtGraphs.Q3DScene

Getter of property scene .

PySide6.QtGraphs.QAbstract3DGraph.selectedAxis()#
Return type:

PySide6.QtGraphs.QAbstract3DAxis

PySide6.QtGraphs.QAbstract3DGraph.selectedCustomItem()#
Return type:

PySide6.QtGraphs.QCustom3DItem

PySide6.QtGraphs.QAbstract3DGraph.selectedCustomItemIndex()#
Return type:

int

PySide6.QtGraphs.QAbstract3DGraph.selectedElement()#
Return type:

ElementType

Getter of property selectedElement .

PySide6.QtGraphs.QAbstract3DGraph.selectedElementChanged(type)#
Parameters:

typeElementType

Notification signal of property selectedElement .

PySide6.QtGraphs.QAbstract3DGraph.selectedLabelIndex()#
Return type:

int

PySide6.QtGraphs.QAbstract3DGraph.selectionMode()#
Return type:

Combination of QAbstract3DGraph.SelectionFlag

Getter of property selectionMode .

PySide6.QtGraphs.QAbstract3DGraph.selectionModeChanged(selectionMode)#
Parameters:

selectionMode – Combination of QAbstract3DGraph.SelectionFlag

Notification signal of property selectionMode .

PySide6.QtGraphs.QAbstract3DGraph.setActiveInputHandler(inputHandler)#
Parameters:

inputHandlerPySide6.QtGraphs.QAbstract3DInputHandler

Setter of property activeInputHandler .

PySide6.QtGraphs.QAbstract3DGraph.setActiveTheme(activeTheme)#
Parameters:

activeThemePySide6.QtGraphs.Q3DTheme

Setter of property activeTheme .

PySide6.QtGraphs.QAbstract3DGraph.setAspectRatio(ratio)#
Parameters:

ratio – float

Setter of property aspectRatio .

PySide6.QtGraphs.QAbstract3DGraph.setHorizontalAspectRatio(ratio)#
Parameters:

ratio – float

Setter of property horizontalAspectRatio .

PySide6.QtGraphs.QAbstract3DGraph.setLocale(locale)#
Parameters:

localePySide6.QtCore.QLocale

Setter of property locale .

PySide6.QtGraphs.QAbstract3DGraph.setMargin(margin)#
Parameters:

margin – float

Setter of property margin .

PySide6.QtGraphs.QAbstract3DGraph.setMeasureFps(enable)#
Parameters:

enable – bool

Setter of property measureFps .

PySide6.QtGraphs.QAbstract3DGraph.setOptimizationHints(hints)#
Parameters:

hints – Combination of QAbstract3DGraph.OptimizationHint

Setter of property optimizationHints .

PySide6.QtGraphs.QAbstract3DGraph.setOrthoProjection(enable)#
Parameters:

enable – bool

Setter of property orthoProjection .

PySide6.QtGraphs.QAbstract3DGraph.setPolar(enable)#
Parameters:

enable – bool

Setter of property polar .

PySide6.QtGraphs.QAbstract3DGraph.setRadialLabelOffset(offset)#
Parameters:

offset – float

Setter of property radialLabelOffset .

PySide6.QtGraphs.QAbstract3DGraph.setReflection(enable)#
Parameters:

enable – bool

Setter of property reflection .

PySide6.QtGraphs.QAbstract3DGraph.setReflectivity(reflectivity)#
Parameters:

reflectivity – float

Setter of property reflectivity .

PySide6.QtGraphs.QAbstract3DGraph.setSelectionMode(selectionMode)#
Parameters:

selectionMode – Combination of QAbstract3DGraph.SelectionFlag

Setter of property selectionMode .

PySide6.QtGraphs.QAbstract3DGraph.setShadowQuality(shadowQuality)#
Parameters:

shadowQualityShadowQuality

Setter of property shadowQuality .

PySide6.QtGraphs.QAbstract3DGraph.shadowQuality()#
Return type:

ShadowQuality

Getter of property shadowQuality .

PySide6.QtGraphs.QAbstract3DGraph.shadowQualityChanged(quality)#
Parameters:

qualityShadowQuality

Notification signal of property shadowQuality .

PySide6.QtGraphs.QAbstract3DGraph.themes()#
Return type:

.list of Q3DTheme