Kstars
starcomponent.h
122 void starsInAperture(QList<StarObject *> &list, const SkyPoint ¢er, float radius, float maglim = -29);
137 * and magnitude limit. Once loading is successful, this method sets the starsLoaded flag to true
155 bool addDeepStarCatalogIfExists(const QString &fileName, float trigMag, bool staticstars = false);
Represents the stars on the sky map. For optimization reasons the stars are not separate objects and ...
Definition: starcomponent.h:47
Definition: skylabeler.h:98
Definition: MeshIterator.h:20
SkyObject * objectNearest(SkyPoint *p, double &maxrad) override
Find the SkyObject nearest the given SkyPoint.
Definition: starcomponent.cpp:667
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
Definition: highpmstarlist.h:28
Definition: skycomposite.h:29
void objectsInArea(QList< SkyObject * > &list, const SkyRegion ®ion) override
Searches the region(s) and appends the SkyObjects found to the list of sky objects.
Definition: starcomponent.cpp:598
static StarComponent * Create(SkyComposite *)
Create an instance of StarComponent.
Definition: starcomponent.cpp:92
Implements an interface to handle binary data files used by KStars.
Definition: binfilehelper.h:38
Definition: deepstarcomponent.h:31
void update(KSNumbers *num) override
Update the sky positions of this component.
Definition: starcomponent.cpp:133
Definition: listcomponent.h:23
void drawLabels()
draw all the labels in the prioritized LabelLists and then clear the LabelLists.
Definition: starcomponent.cpp:368
A factory that creates StarBlocks and recycles them in an LRU Cache.
Definition: starblockfactory.h:21
void 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: starcomponent.cpp:717
StarObject * findByHDIndex(int HDnum)
Find stars by HD catalog index.
Definition: starcomponent.cpp:610
void draw(SkyPainter *skyp) override
Draw the object on the SkyMap skyp a pointer to the SkyPainter to use.
Definition: starcomponent.cpp:251
Definition: skymesh.h:73
void appendListObject(SkyObject *object)
Append a star to the Object List.
Definition: starcomponent.cpp:575
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 04:02:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 04:02:44 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.