|
cut
1.2.2-pre1
|
A widget that renders two set of RA/Dec coordinates using cylindrical projection. More...
#include <CutWidgets.h>
Public Slots | |
| void | setCurrentRa (double newValue) |
Signals | |
| void | currentRaChanged (double newValue) |
| Indicates a change in the right ascension coordinate for the current position. More... | |
| void | currentDecChanged (double newValue) |
| Indicates a change in the declination coordinate for the current position. More... | |
| void | targetRaChanged (double newValue) |
| Indicates a change in the right ascension coordinate for the target position. More... | |
| void | targetDecChanged (double newValue) |
| Indicates a change in the declination coordinate for the target position. More... | |
| void | telescopeLatChanged (double newValue) |
| Indicates a change in the telescope latitude coordinate. More... | |
| void | telescopeLongChanged (double newValue) |
| Indicates a change in the telescope longitude coordinate. More... | |
Public Member Functions | |
| QeRaDec (QWidget *parent=nullptr) | |
| double | getCurrentRa () |
| double | getCurrentDec () |
| double | getTargetRa () |
| double | getTargetDec () |
| double | getTelescopeLat () |
| double | getTelescopeLong () |
| void | setCurrentDec (double newValue) |
| void | setTargetRa (double newValue) |
| void | setTargetDec (double newValue) |
| void | setTelescopeLat (double newValue) |
| void | setTelescopeLong (double newValue) |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) |
| void | resizeEvent (QResizeEvent *event) |
| QSize | sizeHint () |
Properties | |
| double | currentRa |
| Right Ascension coordinate of the current position in radians. More... | |
| double | currentDec |
| Declination coordinate of the current position in radians. More... | |
| double | targetRa |
| Right Ascension coordinate of the target position in radians. More... | |
| double | targetDec |
| Declination coordinate of the target position in radians. More... | |
| double | telescopeLat |
| Latitude coordinate of the telescope @accessors getTelescopeLat(), setTelescopeLat(double) More... | |
| double | telescopeLong |
| Longitude coordinate of the telescope @accessors getTelescopeLong(), setTelescopeLong(double) More... | |
A widget that renders two set of RA/Dec coordinates using cylindrical projection.
It uses as background an image to give context of the coordinates.
@NOTE: This widget uses an image created by Jim Cornmell, with license CC, SA-BY. The use is permitted by license.
|
explicit |
|
signal |
Indicates a change in the declination coordinate for the current position.
|
signal |
Indicates a change in the right ascension coordinate for the current position.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
inline |
|
inlineslot |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
signal |
Indicates a change in the declination coordinate for the target position.
|
signal |
Indicates a change in the right ascension coordinate for the target position.
|
signal |
Indicates a change in the telescope latitude coordinate.
|
signal |
Indicates a change in the telescope longitude coordinate.
|
readwrite |
Declination coordinate of the current position in radians.
@accessors getCurrentDec(), setCurrentDec(double)
|
readwrite |
Right Ascension coordinate of the current position in radians.
@accessors getCurrentRa(), setCurrentRa(double)
|
readwrite |
Declination coordinate of the target position in radians.
@accessors getTargetDec(), setTargetDec(double)
|
readwrite |
Right Ascension coordinate of the target position in radians.
@accessors getTargetRa(), setTargetRa(double)
|
readwrite |
Latitude coordinate of the telescope @accessors getTelescopeLat(), setTelescopeLat(double)
|
readwrite |
Longitude coordinate of the telescope @accessors getTelescopeLong(), setTelescopeLong(double)