kstars
CometsComponent Class Reference
#include <cometscomponent.h>
Inheritance diagram for CometsComponent:

Public Member Functions | |
CometsComponent (SolarSystemComposite *parent) | |
virtual | ~CometsComponent () |
virtual void | draw (SkyPainter *skyp) |
virtual bool | selected () |
void | updateDataFile () |
![]() | |
SolarSystemListComponent (SolarSystemComposite *parent) | |
virtual | ~SolarSystemListComponent () |
virtual void | update (KSNumbers *num) |
virtual void | updatePlanets (KSNumbers *num) |
![]() | |
ListComponent (SkyComposite *parent) | |
virtual | ~ListComponent () |
void | clear () |
virtual SkyObject * | findByName (const QString &name) |
const QList< SkyObject * > & | objectList () const |
virtual SkyObject * | objectNearest (SkyPoint *p, double &maxrad) |
![]() | |
SkyComponent (SkyComposite *parent) | |
virtual | ~SkyComponent () |
virtual void | emitProgressText (const QString &message) |
QHash< int, QStringList > & | objectNames () |
QStringList & | objectNames (int type) |
virtual void | objectsInArea (QList< SkyObject * > &list, const SkyRegion ®ion) |
SkyComposite * | parent () |
virtual void | updateMoons (KSNumbers *) |
Additional Inherited Members | |
![]() | |
void | drawTrails (SkyPainter *skyp) |
![]() | |
void | removeFromNames (const SkyObject *obj) |
![]() | |
QList< SkyObject * > | m_ObjectList |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Default constructor.
parent
pointer to the parent SolarSystemComposite
Definition at line 39 of file cometscomponent.cpp.
|
virtual |
Definition at line 44 of file cometscomponent.cpp.
Member Function Documentation
|
virtual |
Draw the object on the SkyMap skyp
a pointer to the SkyPainter to use.
Implements SkyComponent.
Definition at line 177 of file cometscomponent.cpp.
|
virtual |
- Returns
- true if component is to be drawn on the map.
Reimplemented from SkyComponent.
Definition at line 47 of file cometscomponent.cpp.
void CometsComponent::updateDataFile | ( | ) |
Definition at line 199 of file cometscomponent.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 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:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.