8#include "abstractanimation.h"
41 QString
name()
const override;
48 std::random_device m_rd;
50 std::uniform_int_distribution<int> m_distColor;
51 std::uniform_int_distribution<int> m_distInterval;
Abstract base class for LED strip animations operating on LedStrip.
Definition abstractanimation.h:29
Simple fire animation to turn the shelf into a digital fireplace.
Definition fireanimation.h:26
QString name() const override
The name of this animation.
Definition fireanimation.cpp:63