class QAbstract3DSeries#

Inheritance diagram of PySide6.QtGraphs.QAbstract3DSeries

继承自: QSurface3DSeries, QScatter3DSeries, QBar3DSeries

概述#

属性#

方法#

信号#

注意

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

详细描述#

SeriesType#
Mesh#

注意

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

属性 baseColorᅟ: QColor#
访问函数
属性 baseGradientᅟ: QLinearGradient#
访问函数
属性 colorStyleᅟ: Q3DTheme.ColorStyle#
访问函数
属性 itemLabel: str#
访问函数
属性 itemLabelFormat: str#
访问函数
属性 itemLabelVisible: bool#
访问函数
属性 mesh: QAbstract3DSeries.Mesh#
访问函数
属性 meshRotation: QQuaternion#
访问函数
属性 meshSmooth: bool#
访问函数
属性 multiHighlightColor: QColor#
访问函数
属性 multiHighlightGradient: QLinearGradient#
访问函数
属性 name: str#
访问函数
属性 singleHighlightColor: QColor#
访问函数
属性 singleHighlightGradient: QLinearGradient#
访问函数
属性 type: QAbstract3DSeries.SeriesType#
访问函数
属性 userDefinedMesh: str#
访问函数
属性 visible: bool#
访问函数
baseColor()#
返回类型:

QColor

属性 baseColor 的获取器。

baseColorChanged(color)#
参数:

colorQColor

baseColorᅟ 属性的通知信号。

baseGradient()#
返回类型:

QLinearGradient

baseGradientᅟ 属性的获取器。

baseGradientChanged(gradient)#
参数:

gradientQLinearGradient

baseGradientᅟ 属性的通知信号。

colorStyle()#
返回类型:

ColorStyle

colorStyleᅟ 属性的获取器。

colorStyleChanged(style)#
参数:

styleColorStyle

colorStyleᅟ 属性的通知信号。

isItemLabelVisible()#
返回类型:

bool

itemLabelVisibleᅟ 属性的获取器。

isMeshSmooth()#
返回类型:

bool

meshSmoothᅟ 属性的获取器。

isVisible()#
返回类型:

bool

visibleᅟ 属性的获取器。

itemLabel()#
返回类型:

str

itemLabelᅟ 属性的获取器。

itemLabelChanged(label)#
参数:

label – 字符串

属性 itemLabel 的通知信号。

itemLabelFormat()#
返回类型:

str

itemLabelFormat 属性的获取器。

itemLabelFormatChanged(format)#
参数:

format – 字符串

属性 itemLabelFormat 的通知信号。

itemLabelVisibilityChanged(visible)#
参数:

visible – 布尔值

属性 itemLabelVisible 的通知信号。

mesh()#
返回类型:

网格

mesh 属性的获取器。

meshChanged(mesh)#
参数:

meshMesh

属性 mesh 的通知信号。

meshRotation()#
返回类型:

QQuaternion

meshRotation 属性的获取器。

meshRotationChanged(rotation)#
参数:

rotationQQuaternion

属性 meshRotation 的通知信号。

meshSmoothChanged(enabled)#
参数:

enabled – 布尔值

属性 meshSmooth 的通知信号。

multiHighlightColor()#
返回类型:

QColor

multiHighlightColor 属性的获取器。

multiHighlightColorChanged(color)#
参数:

colorQColor

属性 multiHighlightColor 的通知信号。

multiHighlightGradient()#
返回类型:

QLinearGradient

multiHighlightGradient 属性的获取器。

multiHighlightGradientChanged(gradient)#
参数:

gradientQLinearGradient

属性 multiHighlightGradient 的通知信号。

name()#
返回类型:

str

name 属性的获取器。

nameChanged(name)#
参数:

name – str

属性 name 的通知信号。

setBaseColor(color)#
参数:

colorQColor

baseColor 属性的设置器。

setBaseGradient(gradient)#
参数:

gradientQLinearGradient

baseGradient 属性的设置器。

setColorStyle(style)#
参数:

styleColorStyle

colorStyle 属性的设置器。

setItemLabelFormat(format)#
参数:

format – 字符串

“itemLabelFormat”属性的设置器。

setItemLabelVisible(visible)#
参数:

visible – 布尔值

“itemLabelVisible”属性的设置器。

setMesh(mesh)#
参数:

meshMesh

“mesh”属性的设置器。

setMeshAxisAndAngle(axis, angle)#
参数:
setMeshRotation(rotation)#
参数:

rotationQQuaternion

“meshRotation”属性的设置器。

setMeshSmooth(enable)#
参数:

enable – bool

“meshSmooth”属性的设置器。

setMultiHighlightColor(color)#
参数:

colorQColor

“multiHighlightColor”属性的设置器。

setMultiHighlightGradient(gradient)#
参数:

gradientQLinearGradient

“multiHighlightGradient”属性的设置器。

setName(name)#
参数:

name – str

“name”属性的设置器。

setSingleHighlightColor(color)#
参数:

colorQColor

属性 singleHighlightColor属性 的设置器。

setSingleHighlightGradient(gradient)#
参数:

gradientQLinearGradient

属性 singleHighlightGradient属性 的设置器。

setUserDefinedMesh(fileName)#
参数:

fileName – str

属性 userDefinedMesh属性 的设置器。

setVisible(visible)#
参数:

visible – 布尔值

属性 visible属性 的设置器。

singleHighlightColor()#
返回类型:

QColor

属性 singleHighlightColor属性 的获取器。

singleHighlightColorChanged(color)#
参数:

colorQColor

属性 singleHighlightColor属性 的属性变更通知信号。

singleHighlightGradient()#
返回类型:

QLinearGradient

属性 singleHighlightGradient属性 的获取器。

singleHighlightGradientChanged(gradient)#
参数:

gradientQLinearGradient

属性 singleHighlightGradient属性 的属性变更通知信号。

type()#
返回类型:

系列类型

属性 type属性 的获取器。

userDefinedMesh()#
返回类型:

str

属性 userDefinedMesh 的获取器。

userDefinedMeshChanged(fileName)#
参数:

fileName – str

属性 userDefinedMesh 的通知信号。

visibilityChanged(visible)#
参数:

visible – 布尔值

属性 visible 的通知信号。