- class QAbstract3DAxis¶
-
Inherited by:
QValue3DAxis
,QCategory3DAxis
Synopsis¶
Properties¶
Methods¶
def
isTitleFixed()
def
isTitleVisible()
def
labelAutoAngle()
def
labels()
def
labelsVisible()
def
max()
def
min()
def
orientation()
def
setLabels()
def
setMax()
def
setMin()
def
setRange()
def
setTitle()
def
setTitleFixed()
def
setTitleOffset()
def
title()
def
titleOffset()
def
type()
Signals¶
def
labelsChanged()
def
maxChanged()
def
minChanged()
def
rangeChanged()
def
titleChanged()
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¶
- class AxisOrientation¶
- class AxisType¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property autoAdjustRangeᅟ: bool¶
- Access functions:
- property labelAutoAngleᅟ: float¶
- Access functions:
- property labelsᅟ: list of strings¶
- Access functions:
Signal
labelsChanged()
- property labelsVisibleᅟ: bool¶
- Access functions:
- property maxᅟ: float¶
- Access functions:
Signal
maxChanged()
- property minᅟ: float¶
- Access functions:
Signal
minChanged()
- property orientationᅟ: QAbstract3DAxis.AxisOrientation¶
- Access functions:
- property titleᅟ: str¶
- Access functions:
Signal
titleChanged()
- property titleFixedᅟ: bool¶
- Access functions:
- property titleOffsetᅟ: float¶
- Access functions:
- property titleVisibleᅟ: bool¶
- Access functions:
- property typeᅟ: QAbstract3DAxis.AxisType¶
- Access functions:
- autoAdjustRangeChanged(autoAdjust)¶
- Parameters:
autoAdjust – bool
Notification signal of property
autoAdjustRangeᅟ
.- isAutoAdjustRange()¶
- Return type:
bool
Getter of property
autoAdjustRangeᅟ
.- isTitleFixed()¶
- Return type:
bool
Getter of property
titleFixedᅟ
.- isTitleVisible()¶
- Return type:
bool
Getter of property
titleVisibleᅟ
.- labelAutoAngle()¶
- Return type:
float
Getter of property
labelAutoAngleᅟ
.- labelAutoAngleChanged(angle)¶
- Parameters:
angle – float
Notification signal of property
labelAutoAngleᅟ
.- labelVisibleChanged(visible)¶
- Parameters:
visible – bool
Notification signal of property
labelsVisibleᅟ
.- labels()¶
- Return type:
list of strings
Getter of property
labelsᅟ
.- labelsChanged()¶
Notification signal of property
labelsᅟ
.- labelsVisible()¶
- Return type:
bool
Getter of property
labelsVisibleᅟ
.- max()¶
- Return type:
float
Getter of property
maxᅟ
.- maxChanged(value)¶
- Parameters:
value – float
Notification signal of property
maxᅟ
.- min()¶
- Return type:
float
Getter of property
minᅟ
.- minChanged(value)¶
- Parameters:
value – float
Notification signal of property
minᅟ
.- orientation()¶
- Return type:
Getter of property
orientationᅟ
.- orientationChanged(orientation)¶
- Parameters:
orientation –
AxisOrientation
Notification signal of property
orientationᅟ
.- rangeChanged(min, max)¶
- Parameters:
min – float
max – float
- setAutoAdjustRange(autoAdjust)¶
- Parameters:
autoAdjust – bool
Setter of property
autoAdjustRangeᅟ
.- setLabelAutoAngle(degree)¶
- Parameters:
degree – float
Setter of property
labelAutoAngleᅟ
.- setLabels(labels)¶
- Parameters:
labels – list of strings
Setter of property
labelsᅟ
.- setLabelsVisible(visible)¶
- Parameters:
visible – bool
Setter of property
labelsVisibleᅟ
.- setMax(max)¶
- Parameters:
max – float
Setter of property
maxᅟ
.- setMin(min)¶
- Parameters:
min – float
Setter of property
minᅟ
.- setRange(min, max)¶
- Parameters:
min – float
max – float
- setTitle(title)¶
- Parameters:
title – str
Setter of property
titleᅟ
.- setTitleFixed(fixed)¶
- Parameters:
fixed – bool
Setter of property
titleFixedᅟ
.- setTitleOffset(offset)¶
- Parameters:
offset – float
Setter of property
titleOffsetᅟ
.- setTitleVisible(visible)¶
- Parameters:
visible – bool
Setter of property
titleVisibleᅟ
.- title()¶
- Return type:
str
Getter of property
titleᅟ
.- titleChanged(newTitle)¶
- Parameters:
newTitle – str
Notification signal of property
titleᅟ
.- titleFixedChanged(fixed)¶
- Parameters:
fixed – bool
Notification signal of property
titleFixedᅟ
.- titleOffset()¶
- Return type:
float
Getter of property
titleOffsetᅟ
.- titleOffsetChanged(offset)¶
- Parameters:
offset – float
Notification signal of property
titleOffsetᅟ
.- titleVisibleChanged(visible)¶
- Parameters:
visible – bool
Notification signal of property
titleVisibleᅟ
.Getter of property
typeᅟ
.