Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Implementation of StelFader which behaves like a normal boolean, i.e. More...
#include <StelFader.hpp>
Public Member Functions | |
BooleanFader (bool initialState=false, float minimumValue=0.f, float maximumValue=1.f) | |
void | update (int deltaTicks) |
float | getInterstate () const |
float | getInterstatePercentage () const |
StelFader & | operator= (bool s) |
virtual float | getDuration () |
Implementation of StelFader which behaves like a normal boolean, i.e.
no transition between on and off.