- class QScatter3DSeries#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
dataProxy()
def
itemSize()
def
selectedItem()
def
setDataProxy()
def
setItemSize()
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ᅟ: QScatterDataProxy#
- Access functions:
- property itemSizeᅟ: float#
- Access functions:
- property selectedItemᅟ: int#
- Access functions:
- __init__(dataProxy[, parent=None])
- Parameters:
dataProxy –
QScatterDataProxy
parent –
QObject
- dataProxy()#
- Return type:
Getter of property
dataProxyᅟ
.- dataProxyChanged(proxy)#
- Parameters:
proxy –
QScatterDataProxy
Notification signal of property
dataProxyᅟ
.- static invalidSelectionIndex()#
- Return type:
int
- itemSize()#
- Return type:
float
Getter of property
itemSizeᅟ
.- itemSizeChanged(size)#
- Parameters:
size – float
Notification signal of property
itemSizeᅟ
.- selectedItem()#
- Return type:
int
Getter of property
selectedItemᅟ
.- selectedItemChanged(index)#
- Parameters:
index – int
Notification signal of property
selectedItemᅟ
.- setDataProxy(proxy)#
- Parameters:
proxy –
QScatterDataProxy
Setter of property
dataProxyᅟ
.- setItemSize(size)#
- Parameters:
size – float
Setter of property
itemSizeᅟ
.- setSelectedItem(index)#
- Parameters:
index – int
Setter of property
selectedItemᅟ
.