GUI effect base class.
More...
#include <tdme/gui/effects/GUIEffect.h>
GUI effect base class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 22 of file GUIEffect.h.
◆ EffectType
Enumerator |
---|
EFFECTTYPE_NONE | |
EFFECTTYPE_COLOR | |
EFFECTTYPE_POSITION | |
Definition at line 25 of file GUIEffect.h.
◆ GUIEffect()
Public constructor.
- Parameters
-
Definition at line 15 of file GUIEffect.cpp.
◆ ~GUIEffect()
◆ apply()
◆ getAction()
- Returns
- action to be performed on effect end
Definition at line 137 of file GUIEffect.h.
◆ getRepeat()
- Returns
- repeat count or -1 for unlimited repeating
Definition at line 92 of file GUIEffect.h.
◆ getTimeTotal()
float getTimeTotal |
( |
| ) |
const |
|
inline |
◆ getType()
◆ isActive()
◆ isPersistant()
float isPersistant |
( |
| ) |
const |
|
inline |
- Returns
- if this effect is persistant, means if duration is reached this effect will still remain until removal
Definition at line 122 of file GUIEffect.h.
◆ isYoyo()
◆ setAction()
void setAction |
( |
Action * |
action | ) |
|
|
inline |
Set action to be performed on effect end.
- Parameters
-
Definition at line 145 of file GUIEffect.h.
◆ setPersistant()
void setPersistant |
( |
bool |
persistant | ) |
|
|
inline |
Set persistant, means if duration is reached this effect will still remain until removal.
- Parameters
-
Definition at line 130 of file GUIEffect.h.
◆ setRepeat()
void setRepeat |
( |
int |
repeat | ) |
|
|
inline |
Set repeat count or -1 for unlimited repeating.
- Parameters
-
Definition at line 100 of file GUIEffect.h.
◆ setTimeTotal()
void setTimeTotal |
( |
float |
timeTotal | ) |
|
|
inline |
Set time total.
- Parameters
-
Definition at line 85 of file GUIEffect.h.
◆ setYoyo()
void setYoyo |
( |
bool |
yoyo | ) |
|
|
inline |
◆ start()
◆ stop()
◆ update()
Updates the effect to GUI renderer and updates time.
- Parameters
-
- Returns
- if action should be called
Definition at line 40 of file GUIEffect.cpp.
◆ action
◆ active
◆ endState
◆ node
◆ originalEndState
◆ originalStartState
◆ persistant
bool persistant { false } |
|
protected |
◆ repeat
◆ REPEAT_UNLIMITED
constexpr int REPEAT_UNLIMITED { -1 } |
|
staticconstexpr |
◆ repeatLeft
◆ startState
◆ timeLast
int64_t timeLast { -1LL } |
|
protected |
◆ timeLeft
◆ timePassed
◆ timeTotal
◆ type
◆ yoyo
◆ yoyoLeft
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/gui/effects/GUIEffect.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/gui/effects/GUIEffect.cpp