#include <modules/animation/datastructures/buttonkeyframe.h>
|
|
using | value_type = bool |
|
using | value_type = void |
|
|
| 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 |
|
| BaseKeyframe (Seconds time) |
| virtual void | deserialize (Deserializer &d) override |
| virtual Seconds | getTime () const override |
| virtual bool | isSelected () const override |
| virtual void | serialize (Serializer &s) const override |
| virtual void | setSelected (bool selected) override |
| virtual void | setTime (Seconds time) override |
|
void | addObserver (KeyframeObserver *observer) |
|
bool | isObservedBy (KeyframeObserver *observer) const |
| Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) |
|
void | removeObserver (KeyframeObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
|
|
| BaseKeyframe (BaseKeyframe &&rhs)=default |
|
| BaseKeyframe (const BaseKeyframe &rhs)=default |
|
BaseKeyframe & | operator= (BaseKeyframe &&that)=default |
|
BaseKeyframe & | operator= (const BaseKeyframe &that) |
|
void | notifyKeyframeSelectionChanged (Keyframe *key) |
|
void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) |
|
void | forEachObserver (C callback) |
|
void | addObservationHelper (Observer *observer) |
|
virtual void | addObserver (Observer *observer)=0 |
|
void | removeObservationHelper (Observer *observer) |
|
virtual void | removeObserver (Observer *observer)=0 |
Keyframe for ButtonProperty. Button will be pressed when passing over the keyframe in any direction.
- See also
- ButtonTrack
◆ clone()
| virtual ButtonKeyframe * inviwo::animation::ButtonKeyframe::clone |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file:
- modules/animation/include/modules/animation/datastructures/buttonkeyframe.h