#include <VisibleEffect.h>
|
| CFadeEffect (const TiXmlElement *node, bool reverseDefaults, EFFECT_TYPE effect) |
|
| CFadeEffect (float start, float end, unsigned int delay, unsigned int length) |
|
| CFadeEffect (KODI::UTILS::COLOR::Color start, KODI::UTILS::COLOR::Color end, unsigned int delay, unsigned int length) |
|
| ~CFadeEffect () override=default |
|
| CAnimEffect (const TiXmlElement *node, EFFECT_TYPE effect) |
|
| CAnimEffect (unsigned int delay, unsigned int length, EFFECT_TYPE effect) |
|
| CAnimEffect (const CAnimEffect &src) |
|
virtual | ~CAnimEffect () |
|
CAnimEffect & | operator= (const CAnimEffect &src) |
|
void | Calculate (unsigned int time, const CPoint ¢er) |
|
void | ApplyState (ANIMATION_STATE state, const CPoint ¢er) |
|
unsigned int | GetDelay () const |
|
unsigned int | GetLength () const |
|
const TransformMatrix & | GetTransform () const |
|
EFFECT_TYPE | GetType () const |
|
◆ CFadeEffect() [1/3]
CFadeEffect::CFadeEffect |
( |
const TiXmlElement * |
node, |
|
|
bool |
reverseDefaults, |
|
|
EFFECT_TYPE |
effect |
|
) |
| |
◆ CFadeEffect() [2/3]
CFadeEffect::CFadeEffect |
( |
float |
start, |
|
|
float |
end, |
|
|
unsigned int |
delay, |
|
|
unsigned int |
length |
|
) |
| |
◆ CFadeEffect() [3/3]
◆ ~CFadeEffect()
CFadeEffect::~CFadeEffect |
( |
| ) |
|
|
overridedefault |
The documentation for this class was generated from the following files: