Stellarium 0.11.4
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure

StelFader Class Reference

Manages a (usually smooth) transition between two states (typically ON/OFF) in function of a counter It used for various purpose like smooth transitions between. More...

#include <StelFader.hpp>

List of all members.

Public Member Functions

 StelFader (bool initialState, float minimumValue=0.f, float maximumValue=1.f)
virtual void update (int deltaTicks)=0
virtual float getInterstate () const =0
virtual float getInterstatePercentage () const =0
virtual StelFaderoperator= (bool s)=0
bool operator== (bool s) const
 operator bool () const
virtual void setDuration (int)
virtual float getDuration ()=0
virtual void setMinValue (float _min)
virtual void setMaxValue (float _max)
float getMinValue ()
float getMaxValue ()

Protected Attributes

bool state
float minValue
float maxValue

Detailed Description

Manages a (usually smooth) transition between two states (typically ON/OFF) in function of a counter It used for various purpose like smooth transitions between.

Generated on Sat Aug 25 22:13:32 2012 for Stellarium by  doxygen 1.6.3