- class QValue3DAxisFormatter#
-
Inherited by:
QLogValue3DAxisFormatter
Synopsis#
Methods#
def
__init__()
def
allowNegatives()
def
allowZero()
def
axis()
def
gridPositions()
def
labelPositions()
def
labelStrings()
def
locale()
def
markDirty()
def
setAllowZero()
def
setAxis()
def
setLocale()
Virtual methods#
def
populateCopy()
def
positionAt()
def
recalculate()
def
stringForValue()
def
valueAt()
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#
- allowNegatives()#
- Return type:
bool
- allowZero()#
- Return type:
bool
- axis()#
- Return type:
- createNewInstance()#
- Return type:
- gridPositions()#
- Return type:
.list of float
- labelPositions()#
- Return type:
.list of float
- labelStrings()#
- Return type:
list of strings
- markDirty([labelsChange=false])#
- Parameters:
labelsChange – bool
- populateCopy(copy)#
- Parameters:
copy –
QValue3DAxisFormatter
- positionAt(value)#
- Parameters:
value – float
- Return type:
float
- recalculate()#
- setAllowNegatives(allow)#
- Parameters:
allow – bool
- setAllowZero(allow)#
- Parameters:
allow – bool
- setAxis(axis)#
- Parameters:
axis –
QValue3DAxis
- setGridPoitions(gridPositions)#
- Parameters:
gridPositions – .list of float
- setLabelStrings(labelStrings)#
- Parameters:
labelStrings – list of strings
- setSubGridPositions(subGridPositions)#
- Parameters:
subGridPositions – .list of float
- setlabelPositions(labelPositions)#
- Parameters:
labelPositions – .list of float
- stringForValue(value, format)#
- Parameters:
value – float
format – str
- Return type:
str
- subGridPositions()#
- Return type:
.list of float
- valueAt(position)#
- Parameters:
position – float
- Return type:
float