QSurface3DSeries#

Inheritance diagram of PySide6.QtGraphs.QSurface3DSeries

Synopsis#

Properties#

Functions#

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 PySide6.QtGraphs.QSurface3DSeries([parent=None])#

PySide6.QtGraphs.QSurface3DSeries(dataProxy[, parent=None])

Parameters:

Note

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

property PᅟySide6.QtGraphs.QSurface3DSeries.dataProxy: PySide6.QtGraphs.QSurfaceDataProxy#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.drawMode: Combination of QSurface3DSeries.DrawFlag#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.flatShadingEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.flatShadingSupported: bool#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.selectedPoint: PySide6.QtCore.QPoint#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.texture: PySide6.QtGui.QImage#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.textureFile: str#
Access functions:
property PᅟySide6.QtGraphs.QSurface3DSeries.wireframeColor: PySide6.QtGui.QColor#
Access functions:
PySide6.QtGraphs.QSurface3DSeries.DrawFlag#
PySide6.QtGraphs.QSurface3DSeries.dataProxy()#
Return type:

PySide6.QtGraphs.QSurfaceDataProxy

Getter of property dataProxy .

PySide6.QtGraphs.QSurface3DSeries.dataProxyChanged(proxy)#
Parameters:

proxyPySide6.QtGraphs.QSurfaceDataProxy

Notification signal of property dataProxy .

PySide6.QtGraphs.QSurface3DSeries.drawMode()#
Return type:

Combination of QSurface3DSeries.DrawFlag

Getter of property drawMode .

PySide6.QtGraphs.QSurface3DSeries.drawModeChanged(mode)#
Parameters:

mode – Combination of QSurface3DSeries.DrawFlag

Notification signal of property drawMode .

PySide6.QtGraphs.QSurface3DSeries.flatShadingEnabledChanged(enable)#
Parameters:

enable – bool

Notification signal of property flatShadingEnabled .

PySide6.QtGraphs.QSurface3DSeries.flatShadingSupportedChanged(enable)#
Parameters:

enable – bool

Notification signal of property flatShadingSupported .

static PySide6.QtGraphs.QSurface3DSeries.invalidSelectionPosition()#
Return type:

PySide6.QtCore.QPoint

PySide6.QtGraphs.QSurface3DSeries.isFlatShadingEnabled()#
Return type:

bool

Getter of property flatShadingEnabled .

PySide6.QtGraphs.QSurface3DSeries.isFlatShadingSupported()#
Return type:

bool

Getter of property flatShadingSupported .

PySide6.QtGraphs.QSurface3DSeries.selectedPoint()#
Return type:

PySide6.QtCore.QPoint

Getter of property selectedPoint .

PySide6.QtGraphs.QSurface3DSeries.selectedPointChanged(position)#
Parameters:

positionPySide6.QtCore.QPoint

Notification signal of property selectedPoint .

PySide6.QtGraphs.QSurface3DSeries.setDataProxy(proxy)#
Parameters:

proxyPySide6.QtGraphs.QSurfaceDataProxy

Setter of property dataProxy .

PySide6.QtGraphs.QSurface3DSeries.setDrawMode(mode)#
Parameters:

mode – Combination of QSurface3DSeries.DrawFlag

Setter of property drawMode .

PySide6.QtGraphs.QSurface3DSeries.setFlatShadingEnabled(enabled)#
Parameters:

enabled – bool

Setter of property flatShadingEnabled .

PySide6.QtGraphs.QSurface3DSeries.setSelectedPoint(position)#
Parameters:

positionPySide6.QtCore.QPoint

Setter of property selectedPoint .

PySide6.QtGraphs.QSurface3DSeries.setTexture(texture)#
Parameters:

texturePySide6.QtGui.QImage

Setter of property texture .

PySide6.QtGraphs.QSurface3DSeries.setTextureFile(filename)#
Parameters:

filename – str

Setter of property textureFile .

PySide6.QtGraphs.QSurface3DSeries.setWireframeColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property wireframeColor .

PySide6.QtGraphs.QSurface3DSeries.texture()#
Return type:

PySide6.QtGui.QImage

Getter of property texture .

PySide6.QtGraphs.QSurface3DSeries.textureChanged(image)#
Parameters:

imagePySide6.QtGui.QImage

Notification signal of property texture .

PySide6.QtGraphs.QSurface3DSeries.textureFile()#
Return type:

str

Getter of property textureFile .

PySide6.QtGraphs.QSurface3DSeries.textureFileChanged(filename)#
Parameters:

filename – str

Notification signal of property textureFile .

PySide6.QtGraphs.QSurface3DSeries.wireframeColor()#
Return type:

PySide6.QtGui.QColor

Getter of property wireframeColor .

PySide6.QtGraphs.QSurface3DSeries.wireframeColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property wireframeColor .