![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <modules/animation/datastructures/buttonkeyframe.h>
Inheritance diagram for inviwo::animation::ButtonKeyframe:Public Types | |
| using | value_type = bool |
Public Types inherited from inviwo::animation::BaseKeyframe | |
| using | value_type = void |
Public Member Functions | |
| ButtonKeyframe (const ButtonKeyframe &rhs)=default | |
| ButtonKeyframe (Seconds time) | |
| virtual ButtonKeyframe * | clone () const override |
| void | operator() (Seconds from, Seconds to, value_type &pressed) const |
| ButtonKeyframe & | operator= (const ButtonKeyframe &that)=default |
Public Member Functions inherited from inviwo::animation::BaseKeyframe | |
| BaseKeyframe (Seconds time) | |
| virtual void | deserialize (Deserializer &d) override |
| std::optional< EasingType > | getEaseIn () const |
| std::optional< EasingType > | getEaseOut () const |
| virtual Seconds | getTime () const override |
| virtual bool | isSelected () const override |
| virtual void | serialize (Serializer &s) const override |
| void | setEaseIn (std::optional< EasingType > easeIn) |
| void | setEaseOut (std::optional< EasingType > easeOut) |
| virtual void | setSelected (bool selected) override |
| virtual void | setTime (Seconds time) override |
Public Member Functions inherited from inviwo::animation::Keyframe | |
| auto | operator<=> (const Keyframe &other) const |
| auto | operator<=> (const Seconds &time) const |
| auto | operator== (const Keyframe &other) const =delete |
Public Member Functions inherited from inviwo::Observable< KeyframeObserver > | |
| void | addObserver (KeyframeObserver *observer) |
| bool | isObservedBy (KeyframeObserver *observer) const |
| Observable (const Observable< KeyframeObserver > &other) | |
| Observable (Observable< KeyframeObserver > &&other) noexcept | |
| Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) |
| Observable< KeyframeObserver > & | operator= (Observable< KeyframeObserver > &&other) noexcept |
| void | removeObserver (KeyframeObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::animation::BaseKeyframe | |
| BaseKeyframe (BaseKeyframe &&rhs)=default | |
| BaseKeyframe (const BaseKeyframe &rhs)=default | |
| BaseKeyframe & | operator= (BaseKeyframe &&that)=default |
| BaseKeyframe & | operator= (const BaseKeyframe &that) |
Protected Member Functions inherited from inviwo::animation::KeyframeObservable | |
| void | notifyKeyframeEasingChanged (Keyframe *key) |
| void | notifyKeyframeSelectionChanged (Keyframe *key) |
| void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) |
Protected Member Functions inherited from inviwo::Observable< KeyframeObserver > | |
| void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
| void | addObservationHelper (Observer *observer) |
| void | removeObservationHelper (Observer *observer) |
Keyframe for ButtonProperty. Button will be pressed when passing over the keyframe in any direction.
|
overridevirtual |
Implements inviwo::animation::Keyframe.