kstars
deepstarcomponent.h
Go to the documentation of this file.
53 DeepStarComponent( SkyComposite *parent, QString fileName, float trigMag, bool staticstars=false );
111 bool starsInAperture( QList<StarObject*> &list, const SkyPoint ¢er, float radius, float maglim=-29 );
SkyObject * findByHDIndex(int HDnum)
Definition: deepstarcomponent.cpp:358
void draw(SkyPainter *skyp)
Draw the object on the SkyMap skyp a pointer to the SkyPainter to use.
Definition: deepstarcomponent.cpp:174
Stores and manages unnamed stars, most of which are dynamically loaded into memory.
Definition: deepstarcomponent.h:49
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:410
DeepStarComponent(SkyComposite *parent, QString fileName, float trigMag, bool staticstars=false)
Definition: deepstarcomponent.cpp:44
An abstract parent class, to be inherited by SkyComponents that store a QList of SkyObjects.
Definition: listcomponent.h:36
This class provides utility functions to handle binary data files in the format prescribed by KStars...
Definition: binfilehelper.h:52
A factory that creates StarBlocks and recycles them in an LRU Cache.
Definition: starblockfactory.h:32
void update(KSNumbers *num)
Update the sky positions of this component.
Definition: deepstarcomponent.cpp:170
virtual ~DeepStarComponent()
Definition: deepstarcomponent.cpp:149
SkyComposite is a kind of container class for SkyComponent objects.
Definition: skycomposite.h:43
static StarBlockFactory m_StarBlockFactory
Definition: deepstarcomponent.h:118
There are several time-dependent values used in position calculations, that are not specific to an ob...
Definition: ksnumbers.h:43
Definition: skymesh.h:93
Maintains a list of StarBlocks that contain the stars lying in a single trixel.
Definition: starblocklist.h:36
SkyObject * objectNearest(SkyPoint *p, double &maxrad)
Definition: deepstarcomponent.cpp:370
The purpose of this class is to prevent labels from overlapping.
Definition: skylabeler.h:112
Provides all necessary information about an object in the sky: its coordinates, name(s), type, magnitude, and QStringLists of URLs for images and webpages regarding the object.
Definition: skyobject.h:46
static void byteSwap(deepStarData *stardata)
Definition: deepstarcomponent.cpp:453
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.