- class QValue3DAxis#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
formatter()
def
gridPositionAt()
def
gridSize()
def
labelFormat()
def
positionAt()
def
recalculate()
def
reversed()
def
segmentCount()
def
setFormatter()
def
setLabelFormat()
def
setReversed()
def
stringForValue()
def
subGridSize()
Signals#
def
formatterDirty()
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#
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property formatterᅟ: QValue3DAxisFormatter#
- Access functions:
- property labelFormatᅟ: str#
- Access functions:
- property reversedᅟ: bool#
- Access functions:
- property segmentCountᅟ: int#
- Access functions:
- property subSegmentCountᅟ: int#
- Access functions:
- formatter()#
- Return type:
Getter of property
formatterᅟ
.- formatterChanged(formatter)#
- Parameters:
formatter –
QValue3DAxisFormatter
Notification signal of property
formatterᅟ
.- formatterDirty()#
- gridPositionAt(gridLine)#
- Parameters:
gridLine – int
- Return type:
float
- gridSize()#
- Return type:
int
- labelFormat()#
- Return type:
str
Getter of property
labelFormatᅟ
.- labelFormatChanged(format)#
- Parameters:
format – str
Notification signal of property
labelFormatᅟ
.- labelPositionAt(index)#
- Parameters:
index – int
- Return type:
float
- positionAt(x)#
- Parameters:
x – float
- Return type:
float
- recalculate()#
- reversed()#
- Return type:
bool
Getter of property
reversedᅟ
.- reversedChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
reversedᅟ
.- segmentCount()#
- Return type:
int
Getter of property
segmentCountᅟ
.- segmentCountChanged(count)#
- Parameters:
count – int
Notification signal of property
segmentCountᅟ
.- setFormatter(formatter)#
- Parameters:
formatter –
QValue3DAxisFormatter
Setter of property
formatterᅟ
.- setLabelFormat(format)#
- Parameters:
format – str
Setter of property
labelFormatᅟ
.- setReversed(enable)#
- Parameters:
enable – bool
Setter of property
reversedᅟ
.- setSegmentCount(count)#
- Parameters:
count – int
Setter of property
segmentCountᅟ
.- setSubSegmentCount(count)#
- Parameters:
count – int
Setter of property
subSegmentCountᅟ
.- stringForValue(x)#
- Parameters:
x – float
- Return type:
str
- subGridPositionAt(gridLine)#
- Parameters:
gridLine – int
- Return type:
float
- subGridSize()#
- Return type:
int
- subSegmentCount()#
- Return type:
int
Getter of property
subSegmentCountᅟ
.- subSegmentCountChanged(count)#
- Parameters:
count – int
Notification signal of property
subSegmentCountᅟ
.