Go to the documentation of this file. 1 #ifndef QEDARTBOARD_HPP
2 #define QEDARTBOARD_HPP
7 #include <QMetaClassInfo>
9 #include <QMetaProperty>
18 #define _USE_MATH_DEFINES
152 double m_currentAlt = 0.0;
153 double m_currentAz = 0.0;
154 double m_targetAlt = 0.0;
155 double m_targetAz = 0.0;
156 double m_windDirection = 0.0;
157 double m_telescopeLat = 0.0;
158 double m_telescopeLong = 0.0;
161 #endif // QEDARTBOARD_HPP
double currentAz
Azimuth coordinate of the current position in radians.
Definition: QeDartBoard.hpp:50
void setTelescopeLat(double newValue)
Definition: QeDartBoard.hpp:144
void setTargetAlt(double newValue)
Definition: QeDartBoard.hpp:142
double targetAlt
Altitude coordinate of the target position in radians.
Definition: QeDartBoard.hpp:56
~QeDartBoard()
Definition: QeDartBoard.cpp:12
void telescopeLatChanged(double newValue)
Indicates that telescope latitude has changed.
void currentAltChanged(double newValue)
Indicates that the current altitude value has changed.
void windDirectionChanged(double newValue)
Indicates that the wind direction has changed.
double getTelescopeLong()
Definition: QeDartBoard.hpp:92
double getTargetAz()
Definition: QeDartBoard.hpp:90
double windDirection
Wind direction – currently not used @accessors getWindDirection(), setWindDirection()
Definition: QeDartBoard.hpp:80
double telescopeLat
Telescope Latitude position – currently not used @accessors getTelescopeLat(), setTelescopeLat(double...
Definition: QeDartBoard.hpp:68
void telescopeLongChanged(double newValue)
Indicates that telescope longitude has changed.
void setCurrentAlt(double newValue)
Definition: QeDartBoard.hpp:140
void setTelescopeLong(double newValue)
Definition: QeDartBoard.hpp:145
void targetAltChanged(double newValue)
Indicates that the target altitude value has changed.
Dartboard widget.
Definition: QeDartBoard.hpp:37
void paintEvent(QPaintEvent *event)
Definition: QeDartBoard.cpp:16
double getCurrentAlt()
Definition: QeDartBoard.hpp:87
void setTargetAz(double newValue)
Definition: QeDartBoard.hpp:143
double currentAlt
Altitude coordinate of the current position in radians.
Definition: QeDartBoard.hpp:44
double getWindDirection()
Definition: QeDartBoard.hpp:93
void targetAzChanged(double newValue)
Indicates that the target azimuth value has changed.
QeDartBoard(QWidget *parent=Q_NULLPTR)
Definition: QeDartBoard.cpp:7
double targetAz
Azimuth coordinate of the target position in radians.
Definition: QeDartBoard.hpp:62
double telescopeLong
Telescope Longitude position – currently not used @accessors getTelescopeLong(), setTelescopeLong()
Definition: QeDartBoard.hpp:74
void currentAzChanged(double newValue)
Indicates that the current azimuth value has changed.
double getCurrentAz()
Definition: QeDartBoard.hpp:88
void setCurrentAz(double newValue)
Definition: QeDartBoard.hpp:141
void setWindDirection(double newValue)
Definition: QeDartBoard.hpp:146
double getTargetAlt()
Definition: QeDartBoard.hpp:89
double getTelescopeLat()
Definition: QeDartBoard.hpp:91