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

Zooms from right, then away to left. More...

#include <mythfrontend/gallerytransitions.h>

Inheritance diagram for TransitionZoom:
[legend]
Collaboration diagram for TransitionZoom:
[legend]

Public Member Functions

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

Zooms from right, then away to left.

Definition at line 135 of file gallerytransitions.h.

Constructor & Destructor Documentation

◆ TransitionZoom()

TransitionZoom::TransitionZoom ( )
inline

Definition at line 138 of file gallerytransitions.h.

Member Function Documentation

◆ Initialise()

void TransitionZoom::Initialise ( )
overridevirtual

Set up Zoom transition.

Implements GroupTransition.

Definition at line 298 of file gallerytransitions.cpp.

◆ Finalise()

void TransitionZoom::Finalise ( )
overridevirtual

Reset Zoom transition.

Implements GroupTransition.

Definition at line 332 of file gallerytransitions.cpp.


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