class QHeightMapSurfaceDataProxy

Inheritance diagram of PySide6.QtGraphs.QHeightMapSurfaceDataProxy

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 autoScaleYᅟ: bool
Access functions:
property heightMapᅟ: QImage
Access functions:
property heightMapFileᅟ: str
Access functions:
property maxXValueᅟ: float
Access functions:
property maxYValueᅟ: float
Access functions:
property maxZValueᅟ: float
Access functions:
property minXValueᅟ: float
Access functions:
property minYValueᅟ: float
Access functions:
property minZValueᅟ: float
Access functions:
__init__([parent=None])
Parameters:

parentQObject

__init__(image[, parent=None])
Parameters:
__init__(filename[, parent=None])
Parameters:
  • filename – str

  • parentQObject

autoScaleY()
Return type:

bool

Getter of property autoScaleYᅟ .

autoScaleYChanged(enabled)
Parameters:

enabled – bool

Notification signal of property autoScaleYᅟ .

handlePendingResolve()
heightMap()
Return type:

QImage

Getter of property heightMapᅟ .

heightMapChanged(image)
Parameters:

imageQImage

Notification signal of property heightMapᅟ .

heightMapFile()
Return type:

str

Getter of property heightMapFileᅟ .

heightMapFileChanged(filename)
Parameters:

filename – str

Notification signal of property heightMapFileᅟ .

maxXValue()
Return type:

float

Getter of property maxXValueᅟ .

maxXValueChanged(value)
Parameters:

value – float

Notification signal of property maxXValueᅟ .

maxYValue()
Return type:

float

Getter of property maxYValueᅟ .

maxYValueChanged(value)
Parameters:

value – float

Notification signal of property maxYValueᅟ .

maxZValue()
Return type:

float

Getter of property maxZValueᅟ .

maxZValueChanged(value)
Parameters:

value – float

Notification signal of property maxZValueᅟ .

minXValue()
Return type:

float

Getter of property minXValueᅟ .

minXValueChanged(value)
Parameters:

value – float

Notification signal of property minXValueᅟ .

minYValue()
Return type:

float

Getter of property minYValueᅟ .

minYValueChanged(value)
Parameters:

value – float

Notification signal of property minYValueᅟ .

minZValue()
Return type:

float

Getter of property minZValueᅟ .

minZValueChanged(value)
Parameters:

value – float

Notification signal of property minZValueᅟ .

setAutoScaleY(enabled)
Parameters:

enabled – bool

Setter of property autoScaleYᅟ .

setHeightMap(image)
Parameters:

imageQImage

Setter of property heightMapᅟ .

setHeightMapFile(filename)
Parameters:

filename – str

Setter of property heightMapFileᅟ .

setMaxXValue(max)
Parameters:

max – float

Setter of property maxXValueᅟ .

setMaxYValue(max)
Parameters:

max – float

Setter of property maxYValueᅟ .

setMaxZValue(max)
Parameters:

max – float

Setter of property maxZValueᅟ .

setMinXValue(min)
Parameters:

min – float

Setter of property minXValueᅟ .

setMinYValue(min)
Parameters:

min – float

Setter of property minYValueᅟ .

setMinZValue(min)
Parameters:

min – float

Setter of property minZValueᅟ .

setValueRanges(minX, maxX, minZ, maxZ)
Parameters:
  • minX – float

  • maxX – float

  • minZ – float

  • maxZ – float