PySide6.QtCharts.QHCandlestickModelMapper¶
- class QHCandlestickModelMapper¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()def
closeColumn()def
firstSetRow()def
highColumn()def
lastSetRow()def
lowColumn()def
openColumn()def
setCloseColumn()def
setFirstSetRow()def
setHighColumn()def
setLastSetRow()def
setLowColumn()def
setOpenColumn()
Signals¶
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_propertyis used or via accessor functions otherwise.- property closeColumnᅟ: int¶
- Access functions:
- property firstSetRowᅟ: int¶
- Access functions:
- property highColumnᅟ: int¶
- Access functions:
- property lastSetRowᅟ: int¶
- Access functions:
- property lowColumnᅟ: int¶
- Access functions:
- property openColumnᅟ: int¶
- Access functions:
- property timestampColumnᅟ: int¶
- Access functions:
- closeColumn()¶
- Return type:
int
Getter of property
closeColumnᅟ.- closeColumnChanged()¶
Notification signal of property
closeColumnᅟ.- firstSetRow()¶
- Return type:
int
Getter of property
firstSetRowᅟ.- firstSetRowChanged()¶
Notification signal of property
firstSetRowᅟ.- highColumn()¶
- Return type:
int
Getter of property
highColumnᅟ.- highColumnChanged()¶
Notification signal of property
highColumnᅟ.- lastSetRow()¶
- Return type:
int
Getter of property
lastSetRowᅟ.- lastSetRowChanged()¶
Notification signal of property
lastSetRowᅟ.- lowColumn()¶
- Return type:
int
Getter of property
lowColumnᅟ.- lowColumnChanged()¶
Notification signal of property
lowColumnᅟ.- openColumn()¶
- Return type:
int
Getter of property
openColumnᅟ.- openColumnChanged()¶
Notification signal of property
openColumnᅟ.- setCloseColumn(closeColumn)¶
- Parameters:
closeColumn – int
Setter of property
closeColumnᅟ.- setFirstSetRow(firstSetRow)¶
- Parameters:
firstSetRow – int
Setter of property
firstSetRowᅟ.- setHighColumn(highColumn)¶
- Parameters:
highColumn – int
Setter of property
highColumnᅟ.- setLastSetRow(lastSetRow)¶
- Parameters:
lastSetRow – int
Setter of property
lastSetRowᅟ.- setLowColumn(lowColumn)¶
- Parameters:
lowColumn – int
Setter of property
lowColumnᅟ.- setOpenColumn(openColumn)¶
- Parameters:
openColumn – int
Setter of property
openColumnᅟ.- setTimestampColumn(timestampColumn)¶
- Parameters:
timestampColumn – int
Setter of property
timestampColumnᅟ.- timestampColumn()¶
- Return type:
int
Getter of property
timestampColumnᅟ.- timestampColumnChanged()¶
Notification signal of property
timestampColumnᅟ.