- class QHeightMapSurfaceDataProxy#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
autoScaleY()
def
heightMap()
def
heightMapFile()
def
maxXValue()
def
maxYValue()
def
maxZValue()
def
minXValue()
def
minYValue()
def
minZValue()
def
setAutoScaleY()
def
setHeightMap()
def
setMaxXValue()
def
setMaxYValue()
def
setMaxZValue()
def
setMinXValue()
def
setMinYValue()
def
setMinZValue()
def
setValueRanges()
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:
- 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:
parent –
QObject
- __init__(filename[, parent=None])
- Parameters:
filename – str
parent –
QObject
- autoScaleY()#
- Return type:
bool
Getter of property
autoScaleYᅟ
.- autoScaleYChanged(enabled)#
- Parameters:
enabled – bool
Notification signal of property
autoScaleYᅟ
.- handlePendingResolve()#
Getter of property
heightMapᅟ
.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ᅟ
.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