|
void | setLighting (QQuick3DSpecularGlossyMaterial::Lighting lighting) |
|
void | setBlendMode (QQuick3DSpecularGlossyMaterial::BlendMode blendMode) |
|
void | setAlbedoColor (const QColor &albedo) |
|
void | setAlbedoMap (QQuick3DTexture *albedoMap) |
|
| Q_REVISION (6, 8) void setAlbedoSingleChannelEnabled(bool albedoSingleChannelEnabled) |
|
Q_REVISION(6, 8) void setAlbedoChannel(QQuick3DMaterial | Q_REVISION (6, 8) void setSpecularSingleChannelEnabled(bool specularSingleChannelEnabled) |
|
Q_REVISION(6, 8) void setSpecularChannel(QQuick3DMaterial | Q_REVISION (6, 8) void setEmissiveSingleChannelEnabled(bool emissiveSingleChannelEnabled) |
|
Q_REVISION(6, 8) void setEmissiveChannel(QQuick3DMaterial void | setEmissiveMap (QQuick3DTexture *emissiveMap) |
|
void | setEmissiveFactor (const QVector3D &emissiveFactor) |
|
void | setGlossiness (float glossiness) |
|
void | setGlossinessMap (QQuick3DTexture *glossinessMap) |
|
| Q_REVISION (6, 8) void setInvertOpacityMapValue(bool invertOpacityMapValue) |
|
void | setOpacity (float opacity) |
|
void | setOpacityMap (QQuick3DTexture *opacityMap) |
|
void | setNormalMap (QQuick3DTexture *normalMap) |
|
void | setSpecularColor (const QColor &specular) |
|
void | setSpecularMap (QQuick3DTexture *specularMap) |
|
void | setNormalStrength (float normalStrength) |
|
void | setOcclusionMap (QQuick3DTexture *occlusionMap) |
|
void | setOcclusionAmount (float occlusionAmount) |
|
void | setAlphaMode (QQuick3DSpecularGlossyMaterial::AlphaMode alphaMode) |
|
void | setAlphaCutoff (float alphaCutoff) |
|
void | setGlossinessChannel (QQuick3DMaterial::TextureChannelMapping channel) |
|
void | setOpacityChannel (QQuick3DMaterial::TextureChannelMapping channel) |
|
void | setOcclusionChannel (QQuick3DMaterial::TextureChannelMapping channel) |
|
void | setPointSize (float size) |
|
void | setLineWidth (float width) |
|
void | setHeightMap (QQuick3DTexture *heightMap) |
|
void | setHeightChannel (QQuick3DMaterial::TextureChannelMapping channel) |
|
void | setHeightAmount (float heightAmount) |
|
void | setMinHeightMapSamples (int samples) |
|
void | setMaxHeightMapSamples (int samples) |
|
void | setClearcoatAmount (float newClearcoatAmount) |
|
void | setClearcoatMap (QQuick3DTexture *newClearcoatMap) |
|
void | setClearcoatChannel (QQuick3DMaterial::TextureChannelMapping newClearcoatChannel) |
|
void | setClearcoatRoughnessAmount (float newClearcoatRoughnessAmount) |
|
void | setClearcoatRoughnessChannel (QQuick3DMaterial::TextureChannelMapping newClearcoatRoughnessChannel) |
|
void | setClearcoatRoughnessMap (QQuick3DTexture *newClearcoatRoughnessMap) |
|
void | setClearcoatNormalMap (QQuick3DTexture *newClearcoatNormalMap) |
|
| Q_REVISION (6, 8) void setClearcoatNormalStrength(float new ClearcoatNormalStrength) |
|
void | setTransmissionFactor (float newTransmissionFactor) |
|
void | setTransmissionMap (QQuick3DTexture *newTransmissionMap) |
|
void | setTransmissionChannel (QQuick3DMaterial::TextureChannelMapping newTransmissionChannel) |
|
void | setThicknessFactor (float newThicknessFactor) |
|
void | setThicknessMap (QQuick3DTexture *newThicknessMap) |
|
void | setThicknessChannel (QQuick3DMaterial::TextureChannelMapping newThicknessChannel) |
|
void | setAttenuationDistance (float newAttenuationDistance) |
|
void | setAttenuationColor (const QColor &newAttenuationColor) |
|
| Q_REVISION (6, 8) void setFresnelScaleBiasEnabled(bool fresnelScaleBias) |
|
| Q_REVISION (6, 8) void setFresnelScale(float fresnelScale) |
|
| Q_REVISION (6, 8) void setFresnelBias(float fresnelBias) |
|
| Q_REVISION (6, 8) void setFresnelPower(float fresnelPower) |
|
| Q_REVISION (6, 8) void setClearcoatFresnelScaleBiasEnabled(bool clearcoatFresnelScaleBias) |
|
| Q_REVISION (6, 8) void setClearcoatFresnelScale(float clearcoatFresnelScale) |
|
| Q_REVISION (6, 8) void setClearcoatFresnelBias(float clearcoatFresnelBias) |
|
| Q_REVISION (6, 8) void setClearcoatFresnelPower(float clearcoatFresnelPower) |
|
| Q_REVISION (6, 5) void setVertexColorsEnabled(bool vertexColorsEnabled) |
|
| Q_REVISION (6, 8) void setVertexColorsMaskEnabled(bool vertexColorsMaskEnabled) |
|
| Q_REVISION (6, 8) void setVertexColorRedMask(VertexColorMaskFlags vertexColorRedMask) |
|
| Q_REVISION (6, 8) void setVertexColorGreenMask(VertexColorMaskFlags vertexColorGreenMask) |
|
| Q_REVISION (6, 8) void setVertexColorBlueMask(VertexColorMaskFlags vertexColorBlueMask) |
|
| Q_REVISION (6, 8) void setVertexColorAlphaMask(VertexColorMaskFlags vertexColorAlphaMask) |
|
void | setLightProbe (QQuick3DTexture *lightProbe) |
|
void | setCullMode (QQuick3DMaterial::CullMode cullMode) |
|
void | setDepthDrawMode (QQuick3DMaterial::DepthDrawMode depthDrawMode) |
|
void | update () |
|
void | setParentItem (QQuick3DObject *parentItem) |
|
void | deleteLater () |
| \threadsafe
|
|
|
void | lightingChanged () |
|
void | blendModeChanged () |
|
void | albedoColorChanged () |
|
void | albedoMapChanged () |
|
| Q_REVISION (6, 8) void albedoSingleChannelEnabledChanged() |
|
| Q_REVISION (6, 8) void albedoChannelChanged() |
|
| Q_REVISION (6, 8) void specularSingleChannelEnabledChanged() |
|
| Q_REVISION (6, 8) void specularChannelChanged() |
|
| Q_REVISION (6, 8) void emissiveSingleChannelEnabledChanged() |
|
| Q_REVISION (6, 8) void emissiveChannelChanged() |
|
void | emissiveMapChanged () |
|
void | emissiveFactorChanged () |
|
void | glossinessChanged () |
|
void | glossinessMapChanged () |
|
| Q_REVISION (6, 8) void invertOpacityMapValueChanged() |
|
void | opacityChanged () |
|
void | opacityMapChanged () |
|
void | normalMapChanged () |
|
void | specularColorChanged () |
|
void | specularMapChanged () |
|
void | normalStrengthChanged () |
|
void | occlusionMapChanged () |
|
void | occlusionAmountChanged () |
|
void | alphaModeChanged () |
|
void | alphaCutoffChanged () |
|
void | glossinessChannelChanged () |
|
void | opacityChannelChanged () |
|
void | occlusionChannelChanged () |
|
void | pointSizeChanged () |
|
void | lineWidthChanged () |
|
void | heightMapChanged () |
|
void | heightChannelChanged () |
|
void | heightAmountChanged () |
|
void | minHeightMapSamplesChanged () |
|
void | maxHeightMapSamplesChanged () |
|
void | clearcoatAmountChanged () |
|
void | clearcoatMapChanged () |
|
void | clearcoatChannelChanged () |
|
void | clearcoatRoughnessAmountChanged () |
|
void | clearcoatRoughnessChannelChanged () |
|
void | clearcoatRoughnessMapChanged () |
|
void | clearcoatNormalMapChanged () |
|
void | clearcoatNormalStrengthChanged () |
|
void | transmissionFactorChanged () |
|
void | transmissionMapChanged () |
|
void | transmissionChannelChanged () |
|
void | thicknessFactorChanged () |
|
void | thicknessMapChanged () |
|
void | thicknessChannelChanged () |
|
void | attenuationDistanceChanged () |
|
void | attenuationColorChanged () |
|
| Q_REVISION (6, 5) void vertexColorsEnabledChanged(bool vertexColorsEnabled) |
|
| Q_REVISION (6, 8) void fresnelScaleBiasEnabledChanged(bool fresnelScaleBiasEnabled) |
|
| Q_REVISION (6, 8) void fresnelScaleChanged(float fresnelScale) |
|
| Q_REVISION (6, 8) void fresnelBiasChanged(float fresnelBias) |
|
| Q_REVISION (6, 8) void fresnelPowerChanged(float fresnelPower) |
|
| Q_REVISION (6, 8) void clearcoatFresnelScaleBiasEnabledChanged(bool clearcoatFresnelScaleBiasEnabled) |
|
| Q_REVISION (6, 8) void clearcoatFresnelScaleChanged(float clearcoatFresnelScale) |
|
| Q_REVISION (6, 8) void clearcoatFresnelBiasChanged(float clearcoatFresnelBias) |
|
| Q_REVISION (6, 8) void clearcoatFresnelPowerChanged(float clearcoatFresnelPower) |
|
| Q_REVISION (6, 8) void vertexColorsMaskEnabledChanged() |
|
| Q_REVISION (6, 8) void vertexColorRedMaskChanged() |
|
| Q_REVISION (6, 8) void vertexColorGreenMaskChanged() |
|
| Q_REVISION (6, 8) void vertexColorBlueMaskChanged() |
|
| Q_REVISION (6, 8) void vertexColorAlphaMaskChanged() |
|
void | lightProbeChanged (QQuick3DTexture *lightProbe) |
|
void | cullModeChanged (QQuick3DMaterial::CullMode cullMode) |
|
void | depthDrawModeChanged (QQuick3DMaterial::DepthDrawMode depthDrawMode) |
|
void | parentChanged () |
|
void | childrenChanged () |
|
void | stateChanged () |
|
void | destroyed (QObject *=nullptr) |
| This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked.
|
|
void | objectNameChanged (const QString &objectName, QPrivateSignal) |
| This signal is emitted after the object's name has been changed.
|
|
|
| QQuick3DSpecularGlossyMaterial (QQuick3DObject *parent=nullptr) |
| \qmltype SpecularGlossyMaterial \inherits Material \inqmlmodule QtQuick3D
|
|
| ~QQuick3DSpecularGlossyMaterial () override |
|
Lighting | lighting () const |
|
BlendMode | blendMode () const |
|
QColor | albedoColor () const |
|
QQuick3DTexture * | albedoMap () const |
|
| Q_REVISION (6, 8) bool albedoSingleChannelEnabled() const |
|
| Q_REVISION (6, 8) TextureChannelMapping albedoChannel() const |
|
| Q_REVISION (6, 8) bool specularSingleChannelEnabled() const |
|
| Q_REVISION (6, 8) TextureChannelMapping specularChannel() const |
|
| Q_REVISION (6, 8) bool emissiveSingleChannelEnabled() const |
|
| Q_REVISION (6, 8) TextureChannelMapping emissiveChannel() const |
|
QQuick3DTexture * | emissiveMap () const |
|
QVector3D | emissiveFactor () const |
|
float | glossiness () const |
|
QQuick3DTexture * | glossinessMap () const |
|
| Q_REVISION (6, 8) bool invertOpacityMapValue() const |
|
float | opacity () const |
|
QQuick3DTexture * | opacityMap () const |
|
QQuick3DTexture * | normalMap () const |
|
QColor | specularColor () const |
|
QQuick3DTexture * | specularMap () const |
|
float | normalStrength () const |
|
QQuick3DTexture * | occlusionMap () const |
|
float | occlusionAmount () const |
|
AlphaMode | alphaMode () const |
|
float | alphaCutoff () const |
|
TextureChannelMapping | glossinessChannel () const |
|
TextureChannelMapping | opacityChannel () const |
|
TextureChannelMapping | occlusionChannel () const |
|
float | pointSize () const |
|
float | lineWidth () const |
|
QQuick3DTexture * | heightMap () const |
|
TextureChannelMapping | heightChannel () const |
|
float | heightAmount () const |
|
int | minHeightMapSamples () const |
|
int | maxHeightMapSamples () const |
|
float | clearcoatAmount () const |
|
QQuick3DTexture * | clearcoatMap () const |
|
TextureChannelMapping | clearcoatChannel () const |
|
float | clearcoatRoughnessAmount () const |
|
TextureChannelMapping | clearcoatRoughnessChannel () const |
|
QQuick3DTexture * | clearcoatRoughnessMap () const |
|
QQuick3DTexture * | clearcoatNormalMap () const |
|
float | transmissionFactor () const |
|
QQuick3DTexture * | transmissionMap () const |
|
TextureChannelMapping | transmissionChannel () const |
|
float | thicknessFactor () const |
|
QQuick3DTexture * | thicknessMap () const |
|
TextureChannelMapping | thicknessChannel () const |
|
float | attenuationDistance () const |
|
QColor | attenuationColor () const |
|
| Q_REVISION (6, 8) bool fresnelScaleBiasEnabled() const |
|
| Q_REVISION (6, 8) float fresnelScale() const |
|
| Q_REVISION (6, 8) float fresnelBias() const |
|
| Q_REVISION (6, 8) float fresnelPower() const |
|
| Q_REVISION (6, 8) bool clearcoatFresnelScaleBiasEnabled() const |
|
| Q_REVISION (6, 8) float clearcoatFresnelScale() const |
|
| Q_REVISION (6, 8) float clearcoatFresnelBias() const |
|
| Q_REVISION (6, 8) float clearcoatFresnelPower() const |
|
| Q_REVISION (6, 5) bool vertexColorsEnabled() const |
|
| Q_REVISION (6, 8) float clearcoatNormalStrength() const |
|
| Q_REVISION (6, 8) bool vertexColorsMaskEnabled() const |
|
| Q_REVISION (6, 8) VertexColorMaskFlags vertexColorRedMask() const |
|
| Q_REVISION (6, 8) VertexColorMaskFlags vertexColorGreenMask() const |
|
| Q_REVISION (6, 8) VertexColorMaskFlags vertexColorBlueMask() const |
|
| Q_REVISION (6, 8) VertexColorMaskFlags vertexColorAlphaMask() const |
|
| ~QQuick3DMaterial () override |
|
QQuick3DTexture * | lightProbe () const |
|
CullMode | cullMode () const |
|
DepthDrawMode | depthDrawMode () const |
|
Q_INVOKABLE | QObject (QObject *parent=nullptr) |
| Constructs an object with parent object parent.
|
|
virtual | ~QObject () |
| Destroys the object, deleting all its child objects.
|
|
virtual bool | event (QEvent *event) |
| This virtual function receives events to an object and should return true if the event e was recognized and processed.
|
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
| Filters events if this object has been installed as an event filter for the watched object.
|
|
QString | objectName () const |
|
Q_WEAK_OVERLOAD void | setObjectName (const QString &name) |
| Sets the object's name to name.
|
|
void | setObjectName (QAnyStringView name) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
QBindable< QString > | bindableObjectName () |
|
bool | isWidgetType () const |
| Returns true if the object is a widget; otherwise returns false .
|
|
bool | isWindowType () const |
| Returns true if the object is a window; otherwise returns false .
|
|
bool | isQuickItemType () const |
| Returns true if the object is a QQuickItem; otherwise returns false .
|
|
bool | signalsBlocked () const noexcept |
| Returns true if signals are blocked; otherwise returns false .
|
|
bool | blockSignals (bool b) noexcept |
| If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it).
|
|
QThread * | thread () const |
| Returns the thread in which the object lives.
|
|
bool | moveToThread (QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL) |
| Changes the thread affinity for this object and its children and returns true on success.
|
|
int | startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer) |
| This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds.
|
|
int | startTimer (std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer) |
|
void | killTimer (int id) |
| Kills the timer with timer identifier, id.
|
|
void | killTimer (Qt::TimerId id) |
|
template<typename T> |
T | findChild (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object.
|
|
template<typename T> |
QList< T > | findChildren (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects.
|
|
template<typename T> |
T | findChild (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename T> |
QList< T > | findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
const QObjectList & | children () const |
| Returns a list of child objects.
|
|
void | setParent (QObject *parent) |
| Makes the object a child of parent.
|
|
void | installEventFilter (QObject *filterObj) |
| Installs an event filter filterObj on this object.
|
|
void | removeEventFilter (QObject *obj) |
| Removes an event filter object obj from this object.
|
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const |
|
bool | disconnect (const QObject *receiver, const char *member=nullptr) const |
|
void | dumpObjectTree () const |
| Dumps a tree of children to the debug output.
|
|
void | dumpObjectInfo () const |
| Dumps information about signal connections, etc.
|
|
bool | setProperty (const char *name, const QVariant &value) |
| Sets the value of the object's name property to value.
|
|
bool | setProperty (const char *name, QVariant &&value) |
|
QVariant | property (const char *name) const |
| Returns the value of the object's name property.
|
|
QList< QByteArray > | dynamicPropertyNames () const |
|
QBindingStorage * | bindingStorage () |
|
const QBindingStorage * | bindingStorage () const |
|
QObject * | parent () const |
| Returns a pointer to the parent object.
|
|
bool | inherits (const char *classname) const |
| Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false .
|
|
| QQmlParserStatus () |
|
virtual | ~QQmlParserStatus () |
|
|
static QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
| \threadsafe
|
|
static QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
template<typename Func1, typename Func2> |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
|
template<typename Func1, typename Func2> |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
| \threadsafe
|
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static bool | disconnect (const QMetaObject::Connection &) |
| Disconnect a connection.
|
|
template<typename Func1, typename Func2> |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) |
|
template<typename Func1> |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) |
|
QScopedPointer< QObjectData > | d_ptr |
|
template< class T > T | qobject_cast (const QObject *object) |
| Returns the given object cast to type T if the object is of type T (or of a subclass); otherwise returns \nullptr.
|
|
template< typename T > T | qFindChildqFindChildren (const QObject *obj, const QString &name)() |
|
template< typename T > QList< T > | qFindChildrenqFindChildren (const QObject *obj, const QString &name)() |
|
| QObjectList |
| \macro Q_CLASSINFO(Name, Value)
|
|