- class QBar3DSeries#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
dataProxy()
def
meshAngle()
def
rowColors()
def
selectedBar()
def
setDataProxy()
def
setMeshAngle()
def
setRowColors()
def
setSelectedBar()
Signals#
Static functions#
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 dataProxyᅟ: QBarDataProxy#
- Access functions:
- property meshAngleᅟ: float#
- Access functions:
- property rowColorsᅟ: list of QColor#
- Access functions:
- Access functions:
- __init__(dataProxy[, parent=None])#
- Parameters:
dataProxy –
QBarDataProxy
parent –
QObject
- __init__([parent=None])
- Parameters:
parent –
QObject
- dataProxy()#
- Return type:
Getter of property
dataProxyᅟ
.- dataProxyChanged(proxy)#
- Parameters:
proxy –
QBarDataProxy
Notification signal of property
dataProxyᅟ
.- meshAngle()#
- Return type:
float
Getter of property
meshAngleᅟ
.- meshAngleChanged(angle)#
- Parameters:
angle – float
Notification signal of property
meshAngleᅟ
.Getter of property
rowColorsᅟ
.- rowColorsChanged(rowcolors)#
- Parameters:
rowcolors – .list of QColor
Notification signal of property
rowColorsᅟ
.Getter of property
selectedBarᅟ
.Notification signal of property
selectedBarᅟ
.- setDataProxy(proxy)#
- Parameters:
proxy –
QBarDataProxy
Setter of property
dataProxyᅟ
.- setMeshAngle(angle)#
- Parameters:
angle – float
Setter of property
meshAngleᅟ
.- setRowColors(colors)#
- Parameters:
colors – .list of QColor
Setter of property
rowColorsᅟ
.Setter of property
selectedBarᅟ
.