#include <controlkeyframe.h>
|  | 
| using | value_type = void | 
| using | value_type = void | 
|  | 
|  | ControlKeyframe (Seconds time, ControlAction action=ControlAction::Pause, Seconds jumpTime=Seconds{0}) | 
|  | ControlKeyframe (const ControlKeyframe &rhs) | 
| ControlKeyframe & | operator= (const ControlKeyframe &that) | 
| virtual ControlKeyframe * | clone () const override | 
| ControlAction | getAction () const | 
| void | setAction (ControlAction action) | 
| Seconds | getJumpTime () const | 
| void | setJumpTime (Seconds jumpTime) | 
| AnimationTimeState | operator() (Seconds from, Seconds to, AnimationState state) const | 
| virtual void | serialize (Serializer &s) const override | 
| virtual void | deserialize (Deserializer &d) override | 
|  | BaseKeyframe (Seconds time) | 
| virtual Seconds | getTime () const override | 
| virtual void | setTime (Seconds time) override | 
| virtual bool | isSelected () const override | 
| virtual void | setSelected (bool selected) override | 
| Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) | 
| void | addObserver (KeyframeObserver *observer) | 
| void | removeObserver (KeyframeObserver *observer) | 
| bool | isObservedBy (KeyframeObserver *observer) const | 
| virtual void | startBlockingNotifications () override final | 
| virtual void | stopBlockingNotifications () override final | 
|  | 
|  | BaseKeyframe (const BaseKeyframe &rhs)=default | 
|  | BaseKeyframe (BaseKeyframe &&rhs)=default | 
| BaseKeyframe & | operator= (const BaseKeyframe &that) | 
| BaseKeyframe & | operator= (BaseKeyframe &&that)=default | 
| void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) | 
| void | notifyKeyframeSelectionChanged (Keyframe *key) | 
| void | forEachObserver (C callback) | 
| virtual void | addObserver (Observer *observer)=0 | 
| virtual void | removeObserver (Observer *observer)=0 | 
| void | addObservationHelper (Observer *observer) | 
| void | removeObservationHelper (Observer *observer) | 
Base class for Keyframes that performs some type of control action. 
- See also
- Keyframe 
◆ clone()
  
  | 
        
          | virtual ControlKeyframe * inviwo::animation::ControlKeyframe::clone | ( |  | ) | const |  | overridevirtual | 
 
 
◆ deserialize()
  
  | 
        
          | virtual void inviwo::animation::ControlKeyframe::deserialize | ( | Deserializer & | d | ) |  |  | overridevirtual | 
 
 
◆ serialize()
  
  | 
        
          | virtual void inviwo::animation::ControlKeyframe::serialize | ( | Serializer & | s | ) | const |  | overridevirtual | 
 
 
The documentation for this class was generated from the following file: