|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classStelFader.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:21:49 2014 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
![]() |
Stellarium 0.12.3
|
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>
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 StelFader & | operator= (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 |
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.
Definition at line 28 of file StelFader.hpp.
1.8.3.1