MythTV
master
|
Manages transitions available to s psinter. More...
#include <mythfrontend/gallerytransitions.h>
Public Member Functions | |
TransitionRegistry (bool includeAnimations) | |
Constructor. More... | |
~TransitionRegistry () | |
TransitionMap | GetAll () const |
Transition & | Select (int setting) |
Returns the requested transition or an alternative if it is not suitable for the painter. More... | |
Public Attributes | |
TransitionNone | m_immediate |
A transition that updates instantly. More... | |
Private Attributes | |
TransitionMap | m_map |
All possible transitions. More... | |
Manages transitions available to s psinter.
Definition at line 184 of file gallerytransitions.h.
|
explicit |
Constructor.
includeAnimations | Whether to use animated transitions (zoom, rotate) |
Definition at line 51 of file gallerytransitions.cpp.
|
inline |
Definition at line 188 of file gallerytransitions.h.
|
inline |
Definition at line 189 of file gallerytransitions.h.
Referenced by TransitionType().
Transition & TransitionRegistry::Select | ( | int | setting | ) |
Returns the requested transition or an alternative if it is not suitable for the painter.
setting | The user selected transition setting |
Definition at line 24 of file gallerytransitions.cpp.
TransitionNone TransitionRegistry::m_immediate |
A transition that updates instantly.
Definition at line 193 of file gallerytransitions.h.
Referenced by Select().
|
private |
All possible transitions.
Definition at line 197 of file gallerytransitions.h.
Referenced by GetAll(), Select(), TransitionRegistry(), and ~TransitionRegistry().