7#include <PhosphorAnimation/phosphoranimation_export.h>
80 return !(*
this == other);
85 QHash<QString, ShaderProfile> m_overrides;
86 QStringList m_insertionOrder;
Hierarchical ShaderProfile storage with walk-up inheritance.
Definition ShaderProfileTree.h:40
void setOverride(const QString &path, const ShaderProfile &profile)
ShaderProfileTree & operator=(const ShaderProfileTree &)=default
QJsonObject toJson() const
void setBaseline(const ShaderProfile &profile)
bool hasOverride(const QString &path) const
ShaderProfile baseline() const
Definition ShaderProfileTree.h:64
ShaderProfile directOverride(const QString &path) const
bool operator!=(const ShaderProfileTree &other) const
Definition ShaderProfileTree.h:78
bool clearOverride(const QString &path)
ShaderProfileTree(ShaderProfileTree &&)=default
ShaderProfile resolve(const QString &path) const
static ShaderProfileTree fromJson(const QJsonObject &obj)
QStringList overriddenPaths() const
ShaderProfileTree(const ShaderProfileTree &)=default
ShaderProfileTree()=default
ShaderProfileTree & operator=(ShaderProfileTree &&)=default
bool operator==(const ShaderProfileTree &other) const
Per-event shader effect selection and configuration.
Definition ShaderProfile.h:39
Definition AnimationAppRule.h:17