|
| ParabolicFader (int _duration=1000, bool initialState=false) |
|
float | getInterstate (void) const Q_DECL_OVERRIDE |
| Gets current value (between 0 and 1)
|
|
| LinearFader (int _duration=1000, bool initialState=false) |
|
void | update (int deltaMs) Q_DECL_OVERRIDE |
| Increments the internal counter of deltaMs milliseconds.
|
|
StelFader & | operator= (bool s) Q_DECL_OVERRIDE |
|
void | setDuration (int _duration) Q_DECL_OVERRIDE |
|
virtual float | getDuration () const Q_DECL_OVERRIDE |
|
| StelFader (bool initialState) |
|
bool | operator== (bool s) const |
|
| operator bool () const |
|