Go to the source code of this file.
|
| PHOSPHORANIMATION_EXPORT ShaderProfile | PhosphorAnimationShaders::resolveAnimationShaderProfile (const AnimationAppRuleList &rules, const ShaderProfileTree &tree, const QString &windowClass, const QString &eventPath) |
| | Cascade resolver: window-class rule → per-event tree.
|
| |
| PHOSPHORANIMATION_EXPORT int | PhosphorAnimationShaders::resolveAnimationDuration (const AnimationAppRuleList &rules, const QString &windowClass, const QString &eventPath, int defaultDurationMs) |
| | Duration cascade: window-class timing rule → per-event default.
|
| |
| PHOSPHORANIMATION_EXPORT PhosphorAnimation::Profile | PhosphorAnimationShaders::resolveAnimationMotionProfile (const AnimationAppRuleList &rules, const PhosphorAnimation::Profile &base, const QString &windowClass, const QString &eventPath, const PhosphorAnimation::CurveRegistry &curveRegistry) |
| | Motion-profile cascade: window-class timing rule → base profile.
|
| |