|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classOcular.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:19:46 2014 Кодировка: |
![]() |
Stellarium 0.12.3
|
Public Member Functions | |
| Q_INVOKABLE | Ocular (const QObject &other) |
| const QString | name () const |
| void | setName (QString aName) |
| double | appearentFOV () const |
| void | setAppearentFOV (double fov) |
| double | effectiveFocalLength () const |
| void | setEffectiveFocalLength (double fl) |
| double | fieldStop () const |
| void | setFieldStop (double fs) |
| bool | isBinoculars () const |
| void | setBinoculars (bool flag) |
| double | actualFOV (Telescope *telescope, Lens *lens) const |
| double | magnification (Telescope *telescope, Lens *lens) const |
| QMap< int, QString > | propertyMap () |
Static Public Member Functions | |
| static Ocular * | ocularFromSettings (QSettings *theSettings, int ocularIndex) |
| static Ocular * | ocularModel () |
Properties | |
| QString | name |
| double | appearentFOV |
| double | effectiveFocalLength |
| double | fieldStop |
| bool | binoculars |
Definition at line 30 of file Ocular.hpp.
1.8.3.1