Kstars
deepstarcomponent.h
38 DeepStarComponent(SkyComposite *parent, QString fileName, float trigMag, bool staticstars = false);
96 bool starsInAperture(QList<StarObject *> &list, const SkyPoint ¢er, float radius, float maglim = -29);
Definition: skylabeler.h:98
bool starsInAperture(QList< StarObject * > &list, const SkyPoint ¢er, float radius, float maglim=-29)
Add to the given list, the stars from this component, that lie within the specified circular aperture...
Definition: deepstarcomponent.cpp:552
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
StarObject * findByHDIndex(int HDnum)
Definition: deepstarcomponent.cpp:482
Definition: skycomposite.h:29
This class handles representation of unnamed stars in SkyMapLite.
Definition: deepstaritem.h:25
Implements an interface to handle binary data files used by KStars.
Definition: binfilehelper.h:38
void update(KSNumbers *num) override
Update the sky position(s) of this component.
Definition: deepstarcomponent.cpp:226
Definition: deepstarcomponent.h:31
Definition: listcomponent.h:23
A 16-byte structure that holds star data for really faint stars.
Definition: nomadbinfile2mysql.h:26
void draw(SkyPainter *skyp) override
Draw the object on the SkyMap skyp a pointer to the SkyPainter to use.
Definition: deepstarcomponent.cpp:231
A factory that creates StarBlocks and recycles them in an LRU Cache.
Definition: starblockfactory.h:21
Definition: starblocklist.h:22
SkyObject * objectNearest(SkyPoint *p, double &maxrad) override
Definition: deepstarcomponent.cpp:494
Definition: skymesh.h:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:58:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:58:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.