Go to the documentation of this file.
6 #include <QSvgRenderer>
8 #include <QXmlStreamReader>
62 explicit QeRaDec(QWidget *parent =
nullptr);
115 double m_currentRa = 0.0;
116 double m_currentDec = 0.0;
117 double m_targetRa = 0.0;
118 double m_targetDec = 0.0;
119 double m_windDirection = 0.0;
120 double m_telescopeLat = 0.0;
121 double m_telescopeLong = 0.0;
123 QString m_originalXml;
124 double m_ratio = 0.0;
125 const QString c_skyDayImagePath =
":/sky_day.svg";
128 QColor calculateColor();
double getTelescopeLat()
Definition: QeRaDec.hpp:67
double getTelescopeLong()
Definition: QeRaDec.hpp:68
void setTargetRa(double newValue)
Definition: QeRaDec.hpp:104
void paintEvent(QPaintEvent *event)
Definition: QeRaDec.cpp:33
double targetDec
Declination coordinate of the target position in radians.
Definition: QeRaDec.hpp:47
void setCurrentRa(double newValue)
Definition: QeRaDec.hpp:102
void resizeEvent(QResizeEvent *event)
Definition: QeRaDec.cpp:116
double getCurrentDec()
Definition: QeRaDec.hpp:64
double getTargetDec()
Definition: QeRaDec.hpp:66
double currentRa
Right Ascension coordinate of the current position in radians.
Definition: QeRaDec.hpp:29
double getTargetRa()
Definition: QeRaDec.hpp:65
QSize sizeHint()
Definition: QeRaDec.cpp:124
void currentDecChanged(double newValue)
Indicates a change in the declination coordinate for the current position.
QeRaDec(QWidget *parent=nullptr)
Definition: QeRaDec.cpp:11
double telescopeLong
Longitude coordinate of the telescope @accessors getTelescopeLong(), setTelescopeLong(double)
Definition: QeRaDec.hpp:59
double targetRa
Right Ascension coordinate of the target position in radians.
Definition: QeRaDec.hpp:41
void targetDecChanged(double newValue)
Indicates a change in the declination coordinate for the target position.
void setTelescopeLong(double newValue)
Definition: QeRaDec.hpp:107
void setTargetDec(double newValue)
Definition: QeRaDec.hpp:105
double getCurrentRa()
Definition: QeRaDec.hpp:63
void telescopeLongChanged(double newValue)
Indicates a change in the telescope longitude coordinate.
double telescopeLat
Latitude coordinate of the telescope @accessors getTelescopeLat(), setTelescopeLat(double)
Definition: QeRaDec.hpp:53
void setTelescopeLat(double newValue)
Definition: QeRaDec.hpp:106
void setCurrentDec(double newValue)
Definition: QeRaDec.hpp:103
A widget that renders two set of RA/Dec coordinates using cylindrical projection.
Definition: QeRaDec.hpp:22
void targetRaChanged(double newValue)
Indicates a change in the right ascension coordinate for the target position.
double currentDec
Declination coordinate of the current position in radians.
Definition: QeRaDec.hpp:35
void telescopeLatChanged(double newValue)
Indicates a change in the telescope latitude coordinate.
void currentRaChanged(double newValue)
Indicates a change in the right ascension coordinate for the current position.