MythTV  master
Public Member Functions | List of all members
TransitionTwist Class Reference

Image twists into the next. More...

#include <gallerytransitions.h>

Inheritance diagram for TransitionTwist:
Inheritance graph
[legend]
Collaboration diagram for TransitionTwist:
Collaboration graph
[legend]

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
GroupAnimationm_animation {nullptr}
 
- Protected Attributes inherited from Transition
std::chrono::milliseconds m_duration {1s}
 Seconds transition will last. More...
 
Slidem_old {nullptr}
 The image currently displayed, which will be replaced (whatever the transition direction) More...
 
Slidem_new {nullptr}
 The new image that will replace the current one (whatever the transition direction) More...
 
Slidem_prev {nullptr}
 The image occurring earlier in the slideshow sequence. More...
 
Slidem_next {nullptr}
 The image occurring later in the slideshow sequence. More...
 

Detailed Description

Image twists into the next.

Definition at line 113 of file gallerytransitions.h.

Constructor & Destructor Documentation

◆ TransitionTwist()

TransitionTwist::TransitionTwist ( )
inline

Definition at line 116 of file gallerytransitions.h.

Member Function Documentation

◆ Initialise()

void TransitionTwist::Initialise ( )
overridevirtual

Set up Twist transition.

Implements GroupTransition.

Definition at line 235 of file gallerytransitions.cpp.

◆ Finalise()

void TransitionTwist::Finalise ( )
overridevirtual

Reset Twist transition.

Implements GroupTransition.

Definition at line 255 of file gallerytransitions.cpp.


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