Kstars
SkyMapView Struct Reference
#include <skymapview.h>
Public Member Functions | |
| SkyMapView (const QString &name_, const QJsonObject &jsonData) | |
| QJsonObject | toJson () const |
Public Attributes | |
| bool | erectObserver |
| double | fov |
| bool | inverted |
| bool | mirror |
| QString | name |
| bool | useAltAz |
| double | viewAngle |
Detailed Description
Carries parameters of a sky map view.
Definition at line 18 of file skymapview.h.
Constructor & Destructor Documentation
◆ SkyMapView()
|
explicit |
Definition at line 13 of file skymapview.cpp.
Member Function Documentation
◆ toJson()
| QJsonObject SkyMapView::toJson | ( | ) | const |
Definition at line 30 of file skymapview.cpp.
Member Data Documentation
◆ erectObserver
| bool SkyMapView::erectObserver |
Definition at line 30 of file skymapview.h.
◆ fov
| double SkyMapView::fov |
Definition at line 29 of file skymapview.h.
◆ inverted
| bool SkyMapView::inverted |
Definition at line 28 of file skymapview.h.
◆ mirror
| bool SkyMapView::mirror |
Definition at line 27 of file skymapview.h.
◆ name
| QString SkyMapView::name |
Definition at line 24 of file skymapview.h.
◆ useAltAz
| bool SkyMapView::useAltAz |
Definition at line 25 of file skymapview.h.
◆ viewAngle
| double SkyMapView::viewAngle |
Definition at line 26 of file skymapview.h.
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.