class QVCandlestickModelMapper

Inheritance diagram of PySide6.QtCharts.QVCandlestickModelMapper

Synopsis

Properties

Methods

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_property is used or via accessor functions otherwise.

property closeRowᅟ: int
Access functions:
property firstSetColumnᅟ: int
Access functions:
property highRowᅟ: int
Access functions:
property lastSetColumnᅟ: int
Access functions:
property lowRowᅟ: int
Access functions:
property openRowᅟ: int
Access functions:
property timestampRowᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

closeRow()
Return type:

int

Getter of property closeRowᅟ .

closeRowChanged()

Notification signal of property closeRowᅟ .

firstSetColumn()
Return type:

int

Getter of property firstSetColumnᅟ .

firstSetColumnChanged()

Notification signal of property firstSetColumnᅟ .

highRow()
Return type:

int

Getter of property highRowᅟ .

highRowChanged()

Notification signal of property highRowᅟ .

lastSetColumn()
Return type:

int

Getter of property lastSetColumnᅟ .

lastSetColumnChanged()

Notification signal of property lastSetColumnᅟ .

lowRow()
Return type:

int

Getter of property lowRowᅟ .

lowRowChanged()

Notification signal of property lowRowᅟ .

openRow()
Return type:

int

Getter of property openRowᅟ .

openRowChanged()

Notification signal of property openRowᅟ .

setCloseRow(closeRow)
Parameters:

closeRow – int

Setter of property closeRowᅟ .

setFirstSetColumn(firstSetColumn)
Parameters:

firstSetColumn – int

Setter of property firstSetColumnᅟ .

setHighRow(highRow)
Parameters:

highRow – int

Setter of property highRowᅟ .

setLastSetColumn(lastSetColumn)
Parameters:

lastSetColumn – int

Setter of property lastSetColumnᅟ .

setLowRow(lowRow)
Parameters:

lowRow – int

Setter of property lowRowᅟ .

setOpenRow(openRow)
Parameters:

openRow – int

Setter of property openRowᅟ .

setTimestampRow(timestampRow)
Parameters:

timestampRow – int

Setter of property timestampRowᅟ .

timestampRow()
Return type:

int

Getter of property timestampRowᅟ .

timestampRowChanged()

Notification signal of property timestampRowᅟ .