QAbstract3DGraph¶

PyQt5.QtDataVisualization.QAbstract3DGraph

Inherits from QWindow.

Inherited by Q3DBars, Q3DScatter, Q3DSurface.

Description¶

TODO

Enums¶

ElementType

TODO

Member

Value

Description

ElementAxisXLabel

TODO

TODO

ElementAxisYLabel

TODO

TODO

ElementAxisZLabel

TODO

TODO

ElementCustomItem

TODO

TODO

ElementNone

TODO

TODO

ElementSeries

TODO

TODO


OptimizationHint

TODO

Member

Value

Description

OptimizationDefault

TODO

TODO

OptimizationStatic

TODO

TODO


SelectionFlag

TODO

Member

Value

Description

SelectionColumn

TODO

TODO

SelectionItem

TODO

TODO

SelectionItemAndColumn

TODO

TODO

SelectionItemAndRow

TODO

TODO

SelectionItemRowAndColumn

TODO

TODO

SelectionMultiSeries

TODO

TODO

SelectionNone

TODO

TODO

SelectionRow

TODO

TODO

SelectionRowAndColumn

TODO

TODO

SelectionSlice

TODO

TODO


ShadowQuality

TODO

Member

Value

Description

ShadowQualityHigh

TODO

TODO

ShadowQualityLow

TODO

TODO

ShadowQualityMedium

TODO

TODO

ShadowQualityNone

TODO

TODO

ShadowQualitySoftHigh

TODO

TODO

ShadowQualitySoftLow

TODO

TODO

ShadowQualitySoftMedium

TODO

TODO

Methods¶

activeInputHandler() → QAbstract3DInputHandler

TODO


activeTheme() → Q3DTheme

TODO


addCustomItem(QCustom3DItem) → int

TODO


addInputHandler(QAbstract3DInputHandler)

TODO


addTheme(Q3DTheme)

TODO


aspectRatio() → float

TODO


clearSelection()

TODO


currentFps() → float

TODO


customItems() → List[QCustom3DItem]

TODO


event(QEvent) → bool

TODO


exposeEvent(QExposeEvent)

TODO


hasContext() → bool

TODO


horizontalAspectRatio() → float

TODO


inputHandlers() → List[QAbstract3DInputHandler]

TODO


isOrthoProjection() → bool

TODO


isPolar() → bool

TODO


isReflection() → bool

TODO


locale() → QLocale

TODO


margin() → float

TODO


measureFps() → bool

TODO


mouseDoubleClickEvent(QMouseEvent)

TODO


mouseMoveEvent(QMouseEvent)

TODO


mousePressEvent(QMouseEvent)

TODO


mouseReleaseEvent(QMouseEvent)

TODO


optimizationHints() → OptimizationHints

TODO


queriedGraphPosition() → QVector3D

TODO


radialLabelOffset() → float

TODO


reflectivity() → float

TODO


releaseCustomItem(QCustom3DItem)

TODO


releaseInputHandler(QAbstract3DInputHandler)

TODO


releaseTheme(Q3DTheme)

TODO


removeCustomItem(QCustom3DItem)

TODO


removeCustomItemAt(QVector3D)

TODO


removeCustomItems()

TODO


renderToImage(msaaSamples: int = 0, imageSize: QSize = QSize()) → QImage

TODO


resizeEvent(QResizeEvent)

TODO


scene() → Q3DScene

TODO


selectedAxis() → QAbstract3DAxis

TODO


selectedCustomItem() → QCustom3DItem

TODO


selectedCustomItemIndex() → int

TODO


selectedElement() → ElementType

TODO


selectedLabelIndex() → int

TODO


selectionMode() → SelectionFlags

TODO


setActiveInputHandler(QAbstract3DInputHandler)

TODO


setActiveTheme(Q3DTheme)

TODO


setAspectRatio(float)

TODO


setHorizontalAspectRatio(float)

TODO


setLocale(QLocale)

TODO


setMargin(float)

TODO


setMeasureFps(bool)

TODO


setOptimizationHints(Union[OptimizationHints, OptimizationHint])

TODO


setOrthoProjection(bool)

TODO


setPolar(bool)

TODO


setRadialLabelOffset(float)

TODO


setReflection(bool)

TODO


setReflectivity(float)

TODO


setSelectionMode(Union[SelectionFlags, SelectionFlag])

TODO


setShadowQuality(ShadowQuality)

TODO


shadowQuality() → ShadowQuality

TODO


shadowsSupported() → bool

TODO


themes() → List[Q3DTheme]

TODO


touchEvent(QTouchEvent)

TODO


wheelEvent(QWheelEvent)

TODO

Signals¶

activeInputHandlerChanged(QAbstract3DInputHandler)

TODO


activeThemeChanged(Q3DTheme)

TODO


aspectRatioChanged(float)

TODO


currentFpsChanged(float)

TODO


horizontalAspectRatioChanged(float)

TODO


localeChanged(QLocale)

TODO


marginChanged(float)

TODO


measureFpsChanged(bool)

TODO


optimizationHintsChanged(Union[OptimizationHints, OptimizationHint])

TODO


orthoProjectionChanged(bool)

TODO


polarChanged(bool)

TODO


queriedGraphPositionChanged(QVector3D)

TODO


radialLabelOffsetChanged(float)

TODO


reflectionChanged(bool)

TODO


reflectivityChanged(float)

TODO


selectedElementChanged(ElementType)

TODO


selectionModeChanged(Union[SelectionFlags, SelectionFlag])

TODO


shadowQualityChanged(ShadowQuality)

TODO