kstars
#include <pointlistcomponent.h>

Detailed Description
An abstract parent class, to be inherited by SkyComponents that store a QList of SkyPoints.
- Version
- 0.1
Definition at line 38 of file pointlistcomponent.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 23 of file pointlistcomponent.cpp.
|
overridevirtualdefault |
Member Function Documentation
Definition at line 59 of file pointlistcomponent.h.
Update the sky positions of this component.
This function usually just updates the Horizontal (Azimuth/Altitude) coordinates of the objects in this component. However, the precession and nutation must also be recomputed periodically. Requests to do so are sent through the doPrecess parameter. num
Pointer to the KSNumbers object
- Note
- By default, the num parameter is nullptr, indicating that Precession/Nutation computation should be skipped; this computation is only occasionally required.
Reimplemented from SkyComponent.
Definition at line 27 of file pointlistcomponent.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 13 2019 02:57:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.