SkyPos Struct Reference
A structure containing details about the work unit shown on the skymap. More...
#include <skymap.h>
Collaboration diagram for SkyPos:

Public Attributes | |
| QString | location |
| QString | time_recorded |
| QColor | color |
| double | ra |
| double | dec |
| LocButton * | pathButton |
Detailed Description
A structure containing details about the work unit shown on the skymap.
Definition at line 40 of file skymap.h.
Member Data Documentation
|
|
The name of the location the WU belongs to.
Definition at line 41 of file skymap.h. Referenced by SkyMap::addLocation(), SkyMap::paintLocations(), SkyMap::setLocationButton(), and SkyMap::updateLocation(). |
|
|
The time and date the WU was recorded.
Definition at line 42 of file skymap.h. Referenced by SkyMap::addLocation(), SkyMap::paintLocations(), SkyMap::setLocationButton(), and SkyMap::updateLocation(). |
|
|
The color used for the marker.
Definition at line 43 of file skymap.h. Referenced by SkyMap::addLocation(), SkyMap::paintLocations(), SkyMap::setLocationButton(), TelescopePath::TelescopePath(), and SkyMap::updateLocation(). |
|
|
The position of the WU on the skymap (right ascension).
Definition at line 44 of file skymap.h. Referenced by SkyMap::addLocation(), SkyMap::handlePopupCommand(), SkyMap::paintLocations(), SkyMap::setLocationButton(), and SkyMap::updateLocation(). |
|
|
The position of the WU on the skymap (declination).
Definition at line 46 of file skymap.h. Referenced by SkyMap::addLocation(), SkyMap::handlePopupCommand(), SkyMap::paintLocations(), SkyMap::setLocationButton(), and SkyMap::updateLocation(). |
|
|
A pointer to a location button which is shown on the skymap when there is telescope path data associated with the work unit.
Definition at line 48 of file skymap.h. Referenced by SkyMap::addLocation(), SkyMap::clearMap(), SkyMap::handlePopupCommand(), SkyMap::paintLocations(), and SkyMap::setLocationButton(). |
The documentation for this struct was generated from the following file:

