QHeightMapSurfaceDataProxy

PyQt5.QtDataVisualization.QHeightMapSurfaceDataProxy

Inherits from QSurfaceDataProxy.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


__init__(QImage, parent: QObject = None)

TODO


__init__(str, parent: QObject = None)

TODO


heightMap() → QImage

TODO


heightMapFile() → str

TODO


maxXValue() → float

TODO


maxZValue() → float

TODO


minXValue() → float

TODO


minZValue() → float

TODO


setHeightMap(QImage)

TODO


setHeightMapFile(str)

TODO


setMaxXValue(float)

TODO


setMaxZValue(float)

TODO


setMinXValue(float)

TODO


setMinZValue(float)

TODO


setValueRanges(float, float, float, float)

TODO

Signals

heightMapChanged(QImage)

TODO


heightMapFileChanged(str)

TODO


maxXValueChanged(float)

TODO


maxZValueChanged(float)

TODO


minXValueChanged(float)

TODO


minZValueChanged(float)

TODO