- class QGoochMaterial¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
alpha()
def
beta()
def
cool()
def
diffuse()
def
shininess()
def
specular()
def
warm()
Slots¶
def
setAlpha()
def
setBeta()
def
setCool()
def
setDiffuse()
def
setShininess()
def
setSpecular()
def
setWarm()
Signals¶
def
alphaChanged()
def
betaChanged()
def
coolChanged()
def
diffuseChanged()
def
warmChanged()
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 alphaᅟ: float¶
- Access functions:
Signal
alphaChanged()
- property betaᅟ: float¶
- Access functions:
Signal
betaChanged()
- Access functions:
Signal
coolChanged()
- Access functions:
- property shininessᅟ: float¶
- Access functions:
- Access functions:
- Access functions:
Signal
warmChanged()
- __init__([parent=None])¶
- Parameters:
parent –
QNode
- alpha()¶
- Return type:
float
Getter of property
alphaᅟ
.- alphaChanged(alpha)¶
- Parameters:
alpha – float
Notification signal of property
alphaᅟ
.- beta()¶
- Return type:
float
Getter of property
betaᅟ
.- betaChanged(beta)¶
- Parameters:
beta – float
Notification signal of property
betaᅟ
.Getter of property
coolᅟ
.Notification signal of property
coolᅟ
.Getter of property
diffuseᅟ
.Notification signal of property
diffuseᅟ
.- setAlpha(alpha)¶
- Parameters:
alpha – float
Setter of property
alphaᅟ
.- setBeta(beta)¶
- Parameters:
beta – float
Setter of property
betaᅟ
.Setter of property
coolᅟ
.Setter of property
diffuseᅟ
.- setShininess(shininess)¶
- Parameters:
shininess – float
Setter of property
shininessᅟ
.Setter of property
specularᅟ
.Setter of property
warmᅟ
.- shininess()¶
- Return type:
float
Getter of property
shininessᅟ
.- shininessChanged(shininess)¶
- Parameters:
shininess – float
Notification signal of property
shininessᅟ
.Getter of property
specularᅟ
.Notification signal of property
specularᅟ
.Getter of property
warmᅟ
.Notification signal of property
warmᅟ
.