|
| virtual ControlKeyframe * | clone () const override |
| |
|
| ControlKeyframe (const ControlKeyframe &rhs) |
| |
|
| ControlKeyframe (Seconds time, ControlAction action=ControlAction::Pause, Seconds jumpTime=Seconds{0}) |
| |
| virtual void | deserialize (Deserializer &d) override |
| |
|
ControlAction | getAction () const |
| |
|
Seconds | getJumpTime () const |
| |
|
AnimationTimeState | operator() (Seconds from, Seconds to, AnimationState state) const |
| |
|
ControlKeyframe & | operator= (const ControlKeyframe &that) |
| |
| virtual void | serialize (Serializer &s) const override |
| |
|
void | setAction (ControlAction action) |
| |
|
void | setJumpTime (Seconds jumpTime) |
| |
|
| BaseKeyframe (Seconds time) |
| |
|
std::optional< EasingType > | getEaseIn () const |
| |
|
std::optional< EasingType > | getEaseOut () const |
| |
| virtual Seconds | getTime () const override |
| |
| virtual bool | isSelected () 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 |
| |
|
auto | operator<=> (const Keyframe &other) const |
| |
|
auto | operator<=> (const Seconds &time) const |
| |
|
auto | operator== (const Keyframe &other) const =delete |
| |
|
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 |
| |
Base class for Keyframes that performs some type of control action.
- See also
- Keyframe