QCandlestickModelMapper

PyQt5.QtChart.QCandlestickModelMapper

Inherits from QObject.

Inherited by QHCandlestickModelMapper, QVCandlestickModelMapper.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


close() → int

TODO


firstSetSection() → int

TODO


high() → int

TODO


lastSetSection() → int

TODO


low() → int

TODO


model() → QAbstractItemModel

TODO


open() → int

TODO


orientation() → Orientation

TODO


series() → QCandlestickSeries

TODO


setClose(int)

TODO


setFirstSetSection(int)

TODO


setHigh(int)

TODO


setLastSetSection(int)

TODO


setLow(int)

TODO


setModel(QAbstractItemModel)

TODO


setOpen(int)

TODO


setSeries(QCandlestickSeries)

TODO


setTimestamp(int)

TODO


timestamp() → int

TODO

Signals

modelReplaced()

TODO


seriesReplaced()

TODO