kstars
deepskyobject.h
Go to the documentation of this file.
202 QList<const SkyObject *> m_Parents; // Q: Should we use KStars UUIDs, DB UUIDs, or SkyObject * pointers? Q: Should we extend this to stars? -- asimha
203 QList<const SkyObject *> m_Children; // Q: Should we use KStars UUIDs, DB UUIDs, or SkyObject * pointers? Q: Should we extend this to stars? -- asimha
204 QStringList m_AlternateDesignations; // Alternate names. FIXME: These should be superseded by designation UIDs in the database
Definition: deepskyobject.h:85
Definition: deepskyobject.h:85
void setCustomCatalog(CatalogComponent *s)
Set the reference to the custom catalog component, if any.
Definition: deepskyobject.h:112
Definition: deepskyobject.h:85
DeepSkyObject(int t=SkyObject::STAR, dms r=dms(0.0), dms d=dms(0.0), float m=0.0, const QString &n="unnamed", const QString &n2=QString(), const QString &lname=QString(), const QString &cat=QString(), float a=0.0, float b=0.0, double pa=0.0, int pgc=0, int ugc=0)
Constructor.
Definition: deepskyobject.cpp:54
Provides all necessary information about a deep-sky object: data inherited from SkyObject (coordinate...
Definition: deepskyobject.h:43
void setCatalog(const QString &s)
Set the internal Catalog value according to the QString argument: "M" : CAT_MESSIER "NGC" : CAT_NGC "...
Definition: deepskyobject.cpp:94
void setFlux(const float &f)
Set the integrated flux value of the object.
Definition: deepskyobject.h:122
Definition: skyobject.h:108
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
Definition: deepskyobject.h:85
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.