Go to the documentation of this file.
41 explicit QeDmsLabel(QWidget *parent = Q_NULLPTR);
63 double m_radians = 0.0;
67 #endif // QEDMSLABEL_HPP
int precision
Precision used in the subsecond section of the label.
Definition: QeDmsLabel.hpp:35
QeDmsLabel(QWidget *parent=Q_NULLPTR)
Definition: QeDmsLabel.cpp:12
A text label that prints from a radian, it representation in Degree/Minute/Seconds notation.
Definition: QeDmsLabel.hpp:19
double radians
Value to represent in radians @accessors getRadians(), setRadians(double)
Definition: QeDmsLabel.hpp:26
void update()
Definition: QeDmsLabel.cpp:22
void setPrecision(int newValue)
Definition: QeDmsLabel.hpp:59
~QeDmsLabel()
Definition: QeDmsLabel.cpp:18
int getPrecision()
Definition: QeDmsLabel.hpp:44
double getRadians()
Definition: QeDmsLabel.hpp:43
void radiansChanged(double newValue)
Indicates that the radians value has been changed.
void precisionChanged(int newValue)
Indicates the precision configuration has been changed.
void setRadians(double newValue)
Definition: QeDmsLabel.hpp:58