class QSurface3DSeries

Inheritance diagram of PySide6.QtGraphs.QSurface3DSeries

Synopsis

Properties

Methods

Signals

Static functions

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 DrawFlag
class Shading

Added in version 6.8.

Note

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

property dataArrayᅟ: list of list of QSurfaceDataItem
Access functions:
property dataProxyᅟ: QSurfaceDataProxy
Access functions:
property drawModeᅟ: Combination of QSurface3DSeries.DrawFlag
Access functions:
property flatShadingSupportedᅟ: bool
Access functions:
property selectedPointᅟ: QPoint
Access functions:
property shadingᅟ: QSurface3DSeries.Shading
Access functions:
property textureᅟ: QImage
Access functions:
property textureFileᅟ: str
Access functions:
property wireframeColorᅟ: QColor
Access functions:
__init__([parent=None])
Parameters:

parentQObject

__init__(dataProxy[, parent=None])
Parameters:
clearArray()
clearRow(rowIndex)
Parameters:

rowIndex – int

dataArray()
Return type:

.list of list of QSurfaceDataItem

Getter of property dataArrayᅟ .

dataArrayChanged(array)
Parameters:

array – .list of list of QSurfaceDataItem

Notification signal of property dataArrayᅟ .

dataProxy()
Return type:

QSurfaceDataProxy

Getter of property dataProxyᅟ .

dataProxyChanged(proxy)
Parameters:

proxyQSurfaceDataProxy

Notification signal of property dataProxyᅟ .

drawMode()
Return type:

Combination of DrawFlag

Getter of property drawModeᅟ .

drawModeChanged(mode)
Parameters:

mode – Combination of DrawFlag

Notification signal of property drawModeᅟ .

flatShadingSupportedChanged(enabled)
Parameters:

enabled – bool

Notification signal of property flatShadingSupportedᅟ .

static invalidSelectionPosition()
Return type:

QPoint

isFlatShadingSupported()
Return type:

bool

Getter of property flatShadingSupportedᅟ .

selectedPoint()
Return type:

QPoint

Getter of property selectedPointᅟ .

selectedPointChanged(position)
Parameters:

positionQPoint

Notification signal of property selectedPointᅟ .

setDataArray(newDataArray)
Parameters:

newDataArray – .list of list of QSurfaceDataItem

Setter of property dataArrayᅟ .

setDataProxy(proxy)
Parameters:

proxyQSurfaceDataProxy

Setter of property dataProxyᅟ .

setDrawMode(mode)
Parameters:

mode – Combination of DrawFlag

Setter of property drawModeᅟ .

setSelectedPoint(position)
Parameters:

positionQPoint

Setter of property selectedPointᅟ .

setShading(shading)
Parameters:

shadingShading

Setter of property shadingᅟ .

setTexture(texture)
Parameters:

textureQImage

Setter of property textureᅟ .

setTextureFile(filename)
Parameters:

filename – str

Setter of property textureFileᅟ .

setWireframeColor(color)
Parameters:

colorQColor

Setter of property wireframeColorᅟ .

shading()
Return type:

Shading

Getter of property shadingᅟ .

shadingChanged(shading)
Parameters:

shadingShading

Notification signal of property shadingᅟ .

texture()
Return type:

QImage

Getter of property textureᅟ .

textureChanged(image)
Parameters:

imageQImage

Notification signal of property textureᅟ .

textureFile()
Return type:

str

Getter of property textureFileᅟ .

textureFileChanged(filename)
Parameters:

filename – str

Notification signal of property textureFileᅟ .

wireframeColor()
Return type:

QColor

Getter of property wireframeColorᅟ .

wireframeColorChanged(color)
Parameters:

colorQColor

Notification signal of property wireframeColorᅟ .