QHeightMapSurfaceDataProxy#
Synopsis#
Properties#
Functions#
def
autoScaleY
()def
handlePendingResolve
()def
heightMap
()def
heightMapFile
()def
maxXValue
()def
maxYValue
()def
maxZValue
()def
minXValue
()def
minYValue
()def
minZValue
()def
setAutoScaleY
(enabled)def
setHeightMap
(image)def
setHeightMapFile
(filename)def
setMaxXValue
(max)def
setMaxYValue
(max)def
setMaxZValue
(max)def
setMinXValue
(min)def
setMinYValue
(min)def
setMinZValue
(min)def
setValueRanges
(minX, maxX, minZ, maxZ)
Signals#
def
autoScaleYChanged
(enabled)def
heightMapChanged
(image)def
heightMapFileChanged
(filename)def
maxXValueChanged
(value)def
maxYValueChanged
(value)def
maxZValueChanged
(value)def
minXValueChanged
(value)def
minYValueChanged
(value)def
minZValueChanged
(value)
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:
image –
PySide6.QtGui.QImage
filename – str
parent –
PySide6.QtCore.QObject
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:
autoScaleY
()setAutoScaleY
(enabled)Signal
autoScaleYChanged
(enabled)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMap: PySide6.QtGui.QImage#
- Access functions:
heightMap
()setHeightMap
(image)Signal
heightMapChanged
(image)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMapFile: str#
- Access functions:
setHeightMapFile
(filename)Signal
heightMapFileChanged
(filename)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxXValue: float#
- Access functions:
maxXValue
()setMaxXValue
(max)Signal
maxXValueChanged
(value)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxYValue: float#
- Access functions:
maxYValue
()setMaxYValue
(max)Signal
maxYValueChanged
(value)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.maxZValue: float#
- Access functions:
maxZValue
()setMaxZValue
(max)Signal
maxZValueChanged
(value)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.minXValue: float#
- Access functions:
minXValue
()setMinXValue
(min)Signal
minXValueChanged
(value)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.minYValue: float#
- Access functions:
minYValue
()setMinYValue
(min)Signal
minYValueChanged
(value)
- property PᅟySide6.QtGraphs.QHeightMapSurfaceDataProxy.minZValue: float#
- Access functions:
minZValue
()setMinZValue
(min)Signal
minZValueChanged
(value)
- 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:
Getter of property heightMap
.
- PySide6.QtGraphs.QHeightMapSurfaceDataProxy.heightMapChanged(image)#
- Parameters:
image –
PySide6.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:
image –
PySide6.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