Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Public Member Functions | |
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) |
Protected Attributes | |
bool | isTransiting |
int | duration |
float | startValue |
float | targetValue |
int | counter |
float | interstate |