Uses of Class
io.qt.qt3d.render.QBlendEquationArguments.Blending
Package | Description |
---|---|
io.qt.qt3d.extras | |
io.qt.qt3d.render |
-
Uses of QBlendEquationArguments.Blending in io.qt.qt3d.extras
Fields in io.qt.qt3d.extras with type parameters of type QBlendEquationArguments.Blending Modifier and Type Field Description QObject.Signal1<QBlendEquationArguments.Blending>
QPhongAlphaMaterial. destinationAlphaArgChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QPhongAlphaMaterial. destinationRgbArgChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QPhongAlphaMaterial. sourceAlphaArgChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QPhongAlphaMaterial. sourceRgbArgChanged
Methods in io.qt.qt3d.extras that return QBlendEquationArguments.Blending Modifier and Type Method Description QBlendEquationArguments.Blending
QPhongAlphaMaterial. destinationAlphaArg()
QBlendEquationArguments.Blending
QPhongAlphaMaterial. destinationRgbArg()
QBlendEquationArguments.Blending
QPhongAlphaMaterial. sourceAlphaArg()
QBlendEquationArguments.Blending
QPhongAlphaMaterial. sourceRgbArg()
Methods in io.qt.qt3d.extras with parameters of type QBlendEquationArguments.Blending Modifier and Type Method Description void
QPhongAlphaMaterial. setDestinationAlphaArg(QBlendEquationArguments.Blending destinationAlphaArg)
void
QPhongAlphaMaterial. setDestinationRgbArg(QBlendEquationArguments.Blending destinationRgbArg)
void
QPhongAlphaMaterial. setSourceAlphaArg(QBlendEquationArguments.Blending sourceAlphaArg)
void
QPhongAlphaMaterial. setSourceRgbArg(QBlendEquationArguments.Blending sourceRgbArg)
-
Uses of QBlendEquationArguments.Blending in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QBlendEquationArguments.Blending Modifier and Type Field Description QObject.Signal1<QBlendEquationArguments.Blending>
QBlendEquationArguments. destinationAlphaChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QBlendEquationArguments. destinationRgbaChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QBlendEquationArguments. destinationRgbChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QBlendEquationArguments. sourceAlphaChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QBlendEquationArguments. sourceRgbaChanged
QObject.Signal1<QBlendEquationArguments.Blending>
QBlendEquationArguments. sourceRgbChanged
Methods in io.qt.qt3d.render that return QBlendEquationArguments.Blending Modifier and Type Method Description QBlendEquationArguments.Blending
QBlendEquationArguments. destinationAlpha()
QBlendEquationArguments.Blending
QBlendEquationArguments. destinationRgb()
static QBlendEquationArguments.Blending
QBlendEquationArguments.Blending. resolve(int value)
Returns the corresponding enum entry for the given value.QBlendEquationArguments.Blending
QBlendEquationArguments. sourceAlpha()
QBlendEquationArguments.Blending
QBlendEquationArguments. sourceRgb()
static QBlendEquationArguments.Blending
QBlendEquationArguments.Blending. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBlendEquationArguments.Blending[]
QBlendEquationArguments.Blending. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QBlendEquationArguments.Blending Modifier and Type Method Description void
QBlendEquationArguments. setDestinationAlpha(QBlendEquationArguments.Blending destinationAlpha)
void
QBlendEquationArguments. setDestinationRgb(QBlendEquationArguments.Blending destinationRgb)
void
QBlendEquationArguments. setDestinationRgba(QBlendEquationArguments.Blending destinationRgba)
void
QBlendEquationArguments. setSourceAlpha(QBlendEquationArguments.Blending sourceAlpha)
void
QBlendEquationArguments. setSourceRgb(QBlendEquationArguments.Blending sourceRgb)
void
QBlendEquationArguments. setSourceRgba(QBlendEquationArguments.Blending sourceRgba)