cut 3.3.0
Loading...
Searching...
No Matches
QeDmsLabel Class Reference

A text label that prints from a radian, it representation in Degree/Minute/Seconds notation. More...

#include <CutWidgets.h>

Inheritance diagram for QeDmsLabel:
taurus.taurusdmslabel.TaurusDmsLabel

Signals

void radiansChanged (double newValue)
 Indicates that the radians value has been changed.
 
void precisionChanged (int newValue)
 Indicates the precision configuration has been changed.
 

Properties

double radians
 Value to represent in radians.
 
int precision
 Precision used in the subsecond section of the label.
 

Detailed Description

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 erfa for conversions.

Property Documentation

◆ precision

int QeDmsLabel::precision
readwrite

Precision used in the subsecond section of the label.

By default, millisecond precision is used.

Accessors:
getPrecision(), setPrecision(int)

◆ radians

double QeDmsLabel::radians
readwrite

Value to represent in radians.

Accessors:
getRadians(), setRadians(double)

The documentation for this class was generated from the following files: