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

Slide on from right, then off to left. More...

#include <gallerytransitions.h>

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

Public Member Functions

 TransitionSlide ()
 
void Initialise () override
 Set up Slide transition. More...
 
void Finalise () override
 Reset Slide 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

Slide on from right, then off to left.

Definition at line 124 of file gallerytransitions.h.

Constructor & Destructor Documentation

◆ TransitionSlide()

TransitionSlide::TransitionSlide ( )
inline

Definition at line 127 of file gallerytransitions.h.

Member Function Documentation

◆ Initialise()

void TransitionSlide::Initialise ( )
overridevirtual

Set up Slide transition.

Implements GroupTransition.

Definition at line 265 of file gallerytransitions.cpp.

◆ Finalise()

void TransitionSlide::Finalise ( )
overridevirtual

Reset Slide transition.

Implements GroupTransition.

Definition at line 288 of file gallerytransitions.cpp.


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