QHeightMapSurfaceDataProxy#

Inheritance diagram of PySide6.QtGraphs.QHeightMapSurfaceDataProxy

Synopsis#

Properties#

Functions#

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#

class PySide6.QtGraphs.QHeightMapSurfaceDataProxy([parent=None])#

PySide6.QtGraphs.QHeightMapSurfaceDataProxy(image[, parent=None])

PySide6.QtGraphs.QHeightMapSurfaceDataProxy(filename[, parent=None])

Parameters:

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.autoScaleY: bool#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMap: PySide6.QtGui.QImage#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMapFile: str#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxXValue: float#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxYValue: float#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxZValue: float#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.minXValue: float#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.minYValue: float#
Access functions:
property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.minZValue: float#
Access functions:
PySide6.QtGraphs.QHeightMapSurfaceDataProxy.autoScaleY()#
Return type:

bool

Getter of property autoScaleY .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.autoScaleYChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property autoScaleY .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.handlePendingResolve()#
PySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMap()#
Return type:

PySide6.QtGui.QImage

Getter of property heightMap .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMapChanged(image)#
Parameters:

imagePySide6.QtGui.QImage

Notification signal of property heightMap .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMapFile()#
Return type:

str

Getter of property heightMapFile .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMapFileChanged(filename)#
Parameters:

filename – str

Notification signal of property heightMapFile .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxXValue()#
Return type:

float

Getter of property maxXValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxXValueChanged(value)#
Parameters:

value – float

Notification signal of property maxXValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxYValue()#
Return type:

float

Getter of property maxYValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxYValueChanged(value)#
Parameters:

value – float

Notification signal of property maxYValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxZValue()#
Return type:

float

Getter of property maxZValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxZValueChanged(value)#
Parameters:

value – float

Notification signal of property maxZValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.minXValue()#
Return type:

float

Getter of property minXValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.minXValueChanged(value)#
Parameters:

value – float

Notification signal of property minXValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.minYValue()#
Return type:

float

Getter of property minYValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.minYValueChanged(value)#
Parameters:

value – float

Notification signal of property minYValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.minZValue()#
Return type:

float

Getter of property minZValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.minZValueChanged(value)#
Parameters:

value – float

Notification signal of property minZValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setAutoScaleY(enabled)#
Parameters:

enabled – bool

Setter of property autoScaleY .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setHeightMap(image)#
Parameters:

imagePySide6.QtGui.QImage

Setter of property heightMap .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setHeightMapFile(filename)#
Parameters:

filename – str

Setter of property heightMapFile .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setMaxXValue(max)#
Parameters:

max – float

Setter of property maxXValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setMaxYValue(max)#
Parameters:

max – float

Setter of property maxYValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setMaxZValue(max)#
Parameters:

max – float

Setter of property maxZValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setMinXValue(min)#
Parameters:

min – float

Setter of property minXValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setMinYValue(min)#
Parameters:

min – float

Setter of property minYValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setMinZValue(min)#
Parameters:

min – float

Setter of property minZValue .

PySide6.QtGraphs.QHeightMapSurfaceDataProxy.setValueRanges(minX, maxX, minZ, maxZ)#
Parameters:
  • minX – float

  • maxX – float

  • minZ – float

  • maxZ – float