cut
1.2.2-pre1
|
A text label that prints from a radian, it representation in Degree/Minute/Seconds notation. More...
#include <CutWidgets.h>
Public Slots | |
void | setRadians (double newValue) |
Signals | |
void | radiansChanged (double newValue) |
Indicates that the radians value has been changed. More... | |
void | precisionChanged (int newValue) |
Indicates the precision configuration has been changed. More... | |
Public Member Functions | |
QeDmsLabel (QWidget *parent=Q_NULLPTR) | |
~QeDmsLabel () | |
double | getRadians () |
int | getPrecision () |
void | setPrecision (int newValue) |
void | update () |
Properties | |
double | radians |
Value to represent in radians @accessors getRadians(), setRadians(double) More... | |
int | precision |
Precision used in the subsecond section of the label. More... | |
A text label that prints from a radian, it representation in Degree/Minute/Seconds notation.
QeDmsLabel allows to represent in +-DDD:MM:SS.sss format an angle. This representation is used for Declination coordinates. It uses slalib for conversions.
|
explicit |
QeDmsLabel::~QeDmsLabel | ( | ) |
|
inline |
|
inline |
|
signal |
Indicates the precision configuration has been changed.
|
signal |
Indicates that the radians value has been changed.
|
inline |
|
inlineslot |
void QeDmsLabel::update | ( | ) |
|
readwrite |
Precision used in the subsecond section of the label.
By default, millisecond precision is used.
@accessors getPrecision(), setPrecision(int)
|
readwrite |
Value to represent in radians @accessors getRadians(), setRadians(double)