![]() |
1.11 |
This is the complete list of members for AnimationDelay, including all inherited members.
| add_callback(AnimationCallback callback) | AnimationBase | inline |
| AnimationBase()=default | AnimationBase | |
| AnimationBase(const AnimationBase &)=delete | AnimationBase | |
| AnimationBase(AnimationBase &&) noexcept=default | AnimationBase | |
| AnimationDelay()=delete | AnimationDelay | |
| AnimationDelay(std::chrono::milliseconds duration) noexcept | AnimationDelay | inlineexplicit |
| clear_callbacks() | AnimationBase | inline |
| m_callbacks | AnimationBase | protected |
| m_running | AnimationBase | protected |
| m_timer | AnimationDelay | protected |
| next() override | AnimationDelay | inlinevirtual |
| operator=(const AnimationBase &)=delete | AnimationBase | |
| operator=(AnimationBase &&) noexcept=default | AnimationBase | |
| resume() override | AnimationDelay | inlinevirtual |
| running() const | AnimationBase | inlinevirtual |
| start() override | AnimationDelay | inlinevirtual |
| stop() override | AnimationDelay | inlinevirtual |
| ~AnimationBase() noexcept=default | AnimationBase | virtual |