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 () |
Public Member Functions inherited from SolarSystemListComponent | |
| SolarSystemListComponent (SolarSystemComposite *parent) | |
| virtual | ~SolarSystemListComponent () |
| virtual void | update (KSNumbers *num) |
| virtual void | updatePlanets (KSNumbers *num) |
Public Member Functions inherited from ListComponent | |
| 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) |
Public Member Functions inherited from SkyComponent | |
| 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 | |
Protected Member Functions inherited from SolarSystemListComponent | |
| void | drawTrails (SkyPainter *skyp) |
Protected Member Functions inherited from SkyComponent | |
| void | removeFromNames (const SkyObject *obj) |
Protected Attributes inherited from ListComponent | |
| 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.
KDE API Reference
Public Member Functions inherited from