#include <PhosphorAnimation/Profile.h>#include <PhosphorAnimation/phosphoranimation_export.h>#include <QObject>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | PhosphorAnimation |
Functions | |
| PHOSPHORANIMATION_EXPORT void | PhosphorAnimation::applyStaggeredOrImmediate (QObject *parent, int count, SequenceMode sequenceMode, int staggerInterval, const std::function< void(int)> &applyFn, const std::function< void()> &onComplete=nullptr) |
| Apply a sequence of operations, optionally cascaded with stagger. | |