|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classBooleanFader.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:27:28 2014 Кодировка: Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html |
![]() |
Stellarium 0.12.3
|
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 () |
Public Member Functions inherited from StelFader | |
| StelFader (bool initialState, float minimumValue=0.f, float maximumValue=1.f) | |
| bool | operator== (bool s) const |
| operator bool () const | |
| virtual void | setDuration (int) |
| virtual void | setMinValue (float _min) |
| virtual void | setMaxValue (float _max) |
| float | getMinValue () |
| float | getMaxValue () |
Additional Inherited Members | |
Protected Attributes inherited from StelFader | |
| bool | state |
| float | minValue |
| float | maxValue |
Implementation of StelFader which behaves like a normal boolean, i.e.
no transition between on and off.
Definition at line 56 of file StelFader.hpp.
1.8.3.1