class QSurface3DSeries#

Inheritance diagram of PySide6.QtGraphs.QSurface3DSeries

摘要#

属性#

方法#

信号#

静态函数#

注意

此文档可能包含从 C++ 到 Python 自动翻译的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译存在问题,您也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单的方式告知我们。

详细描述#

class DrawFlag#

注意

当使用 from __feature__ import true_property 时,可以直接使用属性,否则通过访问函数使用。

property dataProxyᅟ: QSurfaceDataProxy#
访问函数
property drawModeᅟ: QSurface3DSeries.DrawFlag 的组合#
访问函数
property flatShadingEnabledᅟ: bool#
访问函数
property flatShadingSupportedᅟ: bool#
访问函数
property selectedPointᅟ: QPoint#
访问函数
property textureᅟ: QImage#
访问函数
属性 textureFile: str#
访问函数
属性 wireframeColor: QColor#
访问函数
__init__(dataProxy[, parent=None])#
参数列表:
__init__([parent=None])
参数列表:

parentQObject

dataProxy()#
返回类型:

QSurfaceDataProxy

属性 dataProxy 的获取器。

dataProxyChanged(proxy)#
参数列表:

proxyQSurfaceDataProxy

属性 dataProxy 的变更通知信号。

drawMode()#
返回类型:

DrawFlag 的组合

属性 drawMode 的获取器。

drawModeChanged(mode)#
参数列表:

modeDrawFlag 的组合

属性 drawMode₁ 的通知信号。

flatShadingEnabledChanged(enable)#
参数列表:

enable – bool

属性 flatShadingEnabled₁ 的通知信号。

flatShadingSupportedChanged(enable)#
参数列表:

enable – bool

属性 flatShadingSupported₁ 的通知信号。

静态invalidSelectionPosition()#
返回类型:

QPoint

isFlatShadingEnabled()#
返回类型:

bool

属性 flatShadingEnabled₁ 的获取器。

isFlatShadingSupported()#
返回类型:

bool

属性 flatShadingSupported₁ 的获取器。

selectedPoint()#
返回类型:

QPoint

属性 selectedPoint₁ 的获取器。

selectedPointChanged(position)#
参数列表:

positionQPoint

属性 selectedPoint₁ 的通知信号。

setDataProxy(proxy)#
参数列表:

proxyQSurfaceDataProxy

属性 dataProxy₁ 的设置器。

setDrawMode(mode)#
参数列表:

modeDrawFlag 的组合

属性 drawMode₁ 的设置器。

setFlatShadingEnabled(enabled)#
参数列表:

enabled – bool

属性 flatShadingEnabled 的设置器。

setSelectedPoint(position)#
参数列表:

positionQPoint

属性 selectedPoint 的设置器。

setTexture(texture)#
参数列表:

textureQImage

属性 texture 的设置器。

setTextureFile(filename)#
参数列表:

filename – str

属性 textureFile 的设置器。

setWireframeColor(color)#
参数列表:

colorQColor

属性 wireframeColor 的设置器。

texture()#
返回类型:

QImage

属性 texture 的读取器。

textureChanged(image)#
参数列表:

imageQImage

属性 texture 的通知信号。

textureFile()#
返回类型:

str

属性 textureFile 的读取器。

textureFileChanged(filename)#
参数列表:

filename – str

属性 textureFileᅟ 的通知信号。

wireframeColor()#
返回类型:

QColor

属性 wireframeColorᅟ 的获取器。

wireframeColorChanged(color)#
参数列表:

colorQColor

属性 wireframeColorᅟ 的通知信号。