Inviwo  0.9.10.1
Inviwo documentation
inviwo::animation::ControlKeyframeSequence Class Reference

#include <controlkeyframesequence.h>

+ Inheritance diagram for inviwo::animation::ControlKeyframeSequence:

Public Member Functions

 ControlKeyframeSequence (std::vector< std::unique_ptr< ControlKeyframe >> keyframes)
 
 ControlKeyframeSequence (const ControlKeyframeSequence &rhs)
 
ControlKeyframeSequenceoperator= (const ControlKeyframeSequence &that)
 
virtual ControlKeyframeSequenceclone () const override
 
virtual AnimationTimeState operator() (Seconds from, Seconds to, AnimationState state) const
 
- Public Member Functions inherited from inviwo::animation::BaseKeyframeSequence< ControlKeyframe >
 BaseKeyframeSequence (std::vector< std::unique_ptr< ControlKeyframe >> keyframes)
 
 BaseKeyframeSequence (const BaseKeyframeSequence &rhs)
 
BaseKeyframeSequenceoperator= (const BaseKeyframeSequence &that)
 
virtual ~BaseKeyframeSequence ()
 
virtual size_t size () const override
 
virtual const ControlKeyframeoperator[] (size_t i) const override
 
virtual ControlKeyframeoperator[] (size_t i) override
 
virtual const ControlKeyframegetFirst () const override
 
virtual ControlKeyframegetFirst () override
 
virtual const ControlKeyframegetLast () const override
 
virtual ControlKeyframegetLast () override
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
virtual void add (std::unique_ptr< Keyframe > key) override
 
void add (std::unique_ptr< ControlKeyframe > key)
 
virtual std::unique_ptr< Keyframeremove (size_t i) override
 
virtual std::unique_ptr< Keyframeremove (Keyframe *key) override
 
virtual bool isSelected () const override
 
virtual void setSelected (bool selected) override
 
virtual void serialize (Serializer &s) const override
 
virtual void deserialize (Deserializer &d) override
 
- Public Member Functions inherited from inviwo::animation::KeyframeSequence
Seconds getFirstTime () const
 
Seconds getLastTime () const
 
std::pair< Seconds, Seconds > getTimeSpan () const
 
bool isAnyKeyframeSelected () const
 
- Public Member Functions inherited from inviwo::Observable< KeyframeSequenceObserver >
 Observable (const Observable< KeyframeSequenceObserver > &other)
 
 Observable (Observable< KeyframeSequenceObserver > &&other)
 
Observable< KeyframeSequenceObserver > & operator= (const Observable< KeyframeSequenceObserver > &other)
 
Observable< KeyframeSequenceObserver > & operator= (Observable< KeyframeSequenceObserver > &&other)
 
void addObserver (KeyframeSequenceObserver *observer)
 
void removeObserver (KeyframeSequenceObserver *observer)
 
virtual void startBlockingNotifications () override final
 
virtual void stopBlockingNotifications () override final
 
- Public Member Functions inherited from inviwo::animation::KeyframeObserver
virtual void onKeyframeSelectionChanged (Keyframe *)
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (const Observer &other)
 
virtual ~Observer ()
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 

Additional Inherited Members

- Public Types inherited from inviwo::animation::BaseKeyframeSequence< ControlKeyframe >
using key_type = ControlKeyframe
 
using value_type = typename ControlKeyframe ::value_type
 
using iterator = util::IndirectIterator< typename std::vector< std::unique_ptr< ControlKeyframe > >::iterator >
 
using const_iterator = util::IndirectIterator< typename std::vector< std::unique_ptr< ControlKeyframe > >::const_iterator >
 
- Protected Types inherited from inviwo::Observer
using ObservableSet = std::unordered_set< ObservableInterface * >
 
- Protected Member Functions inherited from inviwo::animation::BaseKeyframeSequence< ControlKeyframe >
virtual void onKeyframeTimeChanged (Keyframe *key, Seconds oldTime) override
 
- Protected Member Functions inherited from inviwo::animation::KeyframeSequenceObserverble
void notifyKeyframeAdded (Keyframe *key, KeyframeSequence *seq)
 
void notifyKeyframeRemoved (Keyframe *key, KeyframeSequence *seq)
 
void notifyKeyframeSequenceMoved (KeyframeSequence *seq)
 
void notifyKeyframeSequenceSelectionChanged (KeyframeSequence *seq)
 
- Protected Member Functions inherited from inviwo::Observable< KeyframeSequenceObserver >
void forEachObserver (C callback)
 
- Protected Member Functions inherited from inviwo::ObservableInterface
void addObservationHelper (Observer *observer)
 
void removeObservationHelper (Observer *observer)
 
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 
- Protected Attributes inherited from inviwo::animation::BaseKeyframeSequence< ControlKeyframe >
std::vector< std::unique_ptr< ControlKeyframe > > keyframes_
 
bool isSelected_
 
- Protected Attributes inherited from inviwo::Observer
ObservableSet observables_
 

Detailed Description

KeyframeSequence for Control Keyframes.

See also
KeyframeSequence

The documentation for this class was generated from the following files: