![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Plugins · File Structure |
#include <StelFader.hpp>
Inherited by BooleanFader, LinearFader, and ParabolicFader.
Public Member Functions | |
StelFader (bool initialState, float minimumValue=0.f, float maximumValue=1.f) | |
virtual void | update (int deltaTicks)=0 |
virtual float | getInterstate (void) const =0 |
virtual float | getInterstatePercentage (void) const =0 |
virtual StelFader & | operator= (bool s)=0 |
bool | operator== (bool s) const |
operator bool () const | |
virtual void | setDuration (int _duration) |
virtual float | getDuration (void)=0 |
virtual void | setMinValue (float _min) |
virtual void | setMaxValue (float _max) |
float | getMinValue (void) |
float | getMaxValue (void) |
Protected Attributes | |
bool | state |
float | minValue |
float | maxValue |