|
| ParabolicFader (int _duration=1000, float minimumValue=0.f, float maximumValue=1.f, bool initialState=false) |
|
void | update (int deltaTicks) |
|
float | getInterstate (void) const |
|
float | getInterstatePercentage (void) const |
|
StelFader & | operator= (bool s) |
|
void | setDuration (int _duration) |
|
virtual float | getDuration (void) |
|
| StelFader (bool initialState, float minimumValue=0.f, float maximumValue=1.f) |
|
bool | operator== (bool s) const |
|
| operator bool () const |
|
virtual void | setMinValue (float _min) |
|
virtual void | setMaxValue (float _max) |
|
float | getMinValue () |
|
float | getMaxValue () |
|
|
bool | isTransiting |
|
int | duration |
|
float | startValue |
|
float | targetValue |
|
int | counter |
|
float | interstate |
|
bool | state |
|
float | minValue |
|
float | maxValue |
|
Definition at line 163 of file StelFader.hpp.
The documentation for this class was generated from the following file: