- class QSurface3DSeries#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
dataProxy()
def
drawMode()
def
selectedPoint()
def
setDataProxy()
def
setDrawMode()
def
setTexture()
def
setTextureFile()
def
texture()
def
textureFile()
def
wireframeColor()
Signals#
Static functions#
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 DrawFlag#
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property dataProxyᅟ: QSurfaceDataProxy#
- Access functions:
- property drawModeᅟ: Combination of QSurface3DSeries.DrawFlag#
- Access functions:
- property flatShadingEnabledᅟ: bool#
- Access functions:
- property flatShadingSupportedᅟ: bool#
- Access functions:
- Access functions:
- Access functions:
- property textureFileᅟ: str#
- Access functions:
- Access functions:
- __init__(dataProxy[, parent=None])#
- Parameters:
dataProxy –
QSurfaceDataProxy
parent –
QObject
- __init__([parent=None])
- Parameters:
parent –
QObject
- dataProxy()#
- Return type:
Getter of property
dataProxyᅟ
.- dataProxyChanged(proxy)#
- Parameters:
proxy –
QSurfaceDataProxy
Notification signal of property
dataProxyᅟ
.Getter of property
drawModeᅟ
.Notification signal of property
drawModeᅟ
.- flatShadingEnabledChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
flatShadingEnabledᅟ
.- flatShadingSupportedChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
flatShadingSupportedᅟ
.- isFlatShadingEnabled()#
- Return type:
bool
Getter of property
flatShadingEnabledᅟ
.- isFlatShadingSupported()#
- Return type:
bool
Getter of property
flatShadingSupportedᅟ
.Getter of property
selectedPointᅟ
.Notification signal of property
selectedPointᅟ
.- setDataProxy(proxy)#
- Parameters:
proxy –
QSurfaceDataProxy
Setter of property
dataProxyᅟ
.Setter of property
drawModeᅟ
.- setFlatShadingEnabled(enabled)#
- Parameters:
enabled – bool
Setter of property
flatShadingEnabledᅟ
.Setter of property
selectedPointᅟ
.Setter of property
textureᅟ
.- setTextureFile(filename)#
- Parameters:
filename – str
Setter of property
textureFileᅟ
.Setter of property
wireframeColorᅟ
.Getter of property
textureᅟ
.Notification signal of property
textureᅟ
.- textureFile()#
- Return type:
str
Getter of property
textureFileᅟ
.- textureFileChanged(filename)#
- Parameters:
filename – str
Notification signal of property
textureFileᅟ
.Getter of property
wireframeColorᅟ
.Notification signal of property
wireframeColorᅟ
.