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#

Note

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

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

parentQObject

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ᅟ .

flatShadingEnabledChanged(enable)#
Parameters:

enable – bool

Notification signal of property flatShadingEnabledᅟ .

flatShadingSupportedChanged(enable)#
Parameters:

enable – bool

Notification signal of property flatShadingSupportedᅟ .

static invalidSelectionPosition()#
Return type:

QPoint

isFlatShadingEnabled()#
Return type:

bool

Getter of property flatShadingEnabledᅟ .

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ᅟ .

setDataProxy(proxy)#
Parameters:

proxyQSurfaceDataProxy

Setter of property dataProxyᅟ .

setDrawMode(mode)#
Parameters:

mode – Combination of DrawFlag

Setter of property drawModeᅟ .

setFlatShadingEnabled(enabled)#
Parameters:

enabled – bool

Setter of property flatShadingEnabledᅟ .

setSelectedPoint(position)#
Parameters:

positionQPoint

Setter of property selectedPointᅟ .

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ᅟ .

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ᅟ .