QAlphaTest Class
(Qt3DRender::QAlphaTest)| Inherits: | QRenderState |
Public Types
| enum | AlphaFunction { Never, Always, Less, LessOrEqual, ..., NotEqual } |
Properties
- alphaFunction : AlphaFunction
- referenceValue : float
- 2 properties inherited from Qt3DCore::QNode
Public Functions
| QAlphaTest(Qt3DCore::QNode *parent = nullptr) | |
| ~QAlphaTest() | |
| AlphaFunction | alphaFunction() const |
| float | referenceValue() const |
- 6 public functions inherited from Qt3DCore::QNode
Public Slots
| void | setAlphaFunction(AlphaFunction alphaFunction) |
| void | setReferenceValue(float referenceValue) |
- 2 public slots inherited from Qt3DCore::QNode
Signals
| void | alphaFunctionChanged(AlphaFunction alphaFunction) |
| void | referenceValueChanged(float referenceValue) |
- 3 signals inherited from Qt3DCore::QNode
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QNode
Property Documentation
alphaFunction : AlphaFunction
Access functions:
| AlphaFunction | alphaFunction() const |
| void | setAlphaFunction(AlphaFunction alphaFunction) |
Notifier signal:
| void | alphaFunctionChanged(AlphaFunction alphaFunction) |
referenceValue : float
Access functions:
| float | referenceValue() const |
| void | setReferenceValue(float referenceValue) |
Notifier signal:
| void | referenceValueChanged(float referenceValue) |