MythTV
master
|
Image twists into the next. More...
#include <mythfrontend/gallerytransitions.h>
Public Member Functions | |
TransitionTwist () | |
void | Initialise () override |
Set up Twist transition. More... | |
void | Finalise () override |
Reset Twist transition. More... | |
Public Member Functions inherited from GroupTransition | |
GroupTransition (GroupAnimation *animation, const QString &name) | |
Create group transition. More... | |
~GroupTransition () override | |
Destroy group transition. More... | |
void | Start (Slide &from, Slide &to, bool forwards, float speed=1.0) override |
Start group transition. More... | |
void | SetSpeed (float speed) override |
Change transition speed. More... | |
void | Pulse () override |
Update group transition. More... | |
Public Member Functions inherited from Transition | |
Transition (const QString &name) | |
~Transition () override=default | |
Additional Inherited Members | |
Signals inherited from Transition | |
void | finished () |
Protected Slots inherited from Transition | |
virtual void | Finished () |
Transition has completed. More... | |
Protected Attributes inherited from GroupTransition | |
GroupAnimation * | m_animation {nullptr} |
Protected Attributes inherited from Transition | |
std::chrono::milliseconds | m_duration {1s} |
Seconds transition will last. More... | |
Slide * | m_old {nullptr} |
The image currently displayed, which will be replaced (whatever the transition direction) More... | |
Slide * | m_new {nullptr} |
The new image that will replace the current one (whatever the transition direction) More... | |
Slide * | m_prev {nullptr} |
The image occurring earlier in the slideshow sequence. More... | |
Slide * | m_next {nullptr} |
The image occurring later in the slideshow sequence. More... | |
Image twists into the next.
Definition at line 113 of file gallerytransitions.h.
|
inline |
Definition at line 116 of file gallerytransitions.h.
|
overridevirtual |
Set up Twist transition.
Implements GroupTransition.
Definition at line 235 of file gallerytransitions.cpp.
|
overridevirtual |
Reset Twist transition.
Implements GroupTransition.
Definition at line 255 of file gallerytransitions.cpp.