- class QValue3DAxis#
-
摘要#
属性#
方法#
def
__init__()
def
formatter()
定义
gridSize()
定义
positionAt()
定义
reversed()
信号#
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告知我们
详细说明#
注意
当使用
from __feature__ import true_property
时,可以直接使用属性,否则通过访问器函数。- 属性formatter: QValue3DAxisFormatter#
- 属性labelFormat: str#
- 属性reversed: bool#
- 访问函数
- 属性segmentCount: int#
- 属性subSegmentCount: int#
- formatter()#
- 返回类型:
属性
formatterᅟ
的获取器。- formatterChanged(formatter)#
- 参数:
formatter -
QValue3DAxisFormatter
属性
formatter
的通知信号。- formatterDirty()#
- gridPositionAt(gridLine)#
- 参数:
gridLine – int
- 返回类型:
float
- gridSize()#
- 返回类型:
int
- labelFormat()#
- 返回类型:
str
属性
labelFormat
的获取器。- labelFormatChanged(format)#
- 参数:
format – str
属性
labelFormat
的通知信号。- labelPositionAt(index)#
- 参数:
index – int
- 返回类型:
float
- positionAt(x)#
- 参数:
x – float
- 返回类型:
float
- recalculate()#
- reversed()#
- 返回类型:
bool
属性
reversed
的获取器。- reversedChanged(enable)#
- 参数:
enable – bool
属性
reversed
的通知信号。- segmentCount()#
- 返回类型:
int
属性
segmentCount
的获取器。- segmentCountChanged(count)#
- 参数:
count – int
属性
segmentCount
的通知信号。- setFormatter(formatter)
- 参数:
formatter -
QValue3DAxisFormatter
属性
formatter
的设置器。- setLabelFormat(format)
- 参数:
format – str
属性
labelFormat
的设置器。- setReversed(enable)
- 参数:
enable – bool
属性
reversed
的设置器。- setSegmentCount(count)
- 参数:
count – int
属性
segmentCount
的设置器。- setSubSegmentCount(count)
- 参数:
count – int
属性
subSegmentCount
的设置器。- stringForValue(x)
- 参数:
x – float
- 返回类型:
str
- subGridPositionAt(gridLine)
- 参数:
gridLine – int
- 返回类型:
float
- subGridSize()
- 返回类型:
int
- subSegmentCount()
- 返回类型:
int
属性
subSegmentCount
的获取器。- subSegmentCountChanged(count)
- 参数:
count – int
属性
subSegmentCount
的通知信号。