1.10 |
This is the complete list of members for AnimationBase, including all inherited members.
add_callback(AnimationCallback callback) | AnimationBase | inline |
AnimationBase()=default | AnimationBase | |
AnimationBase(const AnimationBase &)=delete | AnimationBase | |
AnimationBase(AnimationBase &&) noexcept=default | AnimationBase | |
clear_callbacks() | AnimationBase | inline |
m_callbacks | AnimationBase | protected |
m_running | AnimationBase | protected |
next()=0 | AnimationBase | pure virtual |
operator=(const AnimationBase &)=delete | AnimationBase | |
operator=(AnimationBase &&) noexcept=default | AnimationBase | |
resume()=0 | AnimationBase | pure virtual |
running() const | AnimationBase | inlinevirtual |
start()=0 | AnimationBase | pure virtual |
stop()=0 | AnimationBase | pure virtual |
~AnimationBase() noexcept=default | AnimationBase | virtual |