marble
Marble::SatellitesTLEItem Class Reference
#include <SatellitesTLEItem.h>
Inheritance diagram for Marble::SatellitesTLEItem:

Public Member Functions | |
| SatellitesTLEItem (const QString &name, elsetrec satrec, const MarbleClock *clock) | |
| QString | name () |
| void | setOrbitColor (const QColor &color) |
| void | showOrbit (bool show) |
| void | update () |
Public Member Functions inherited from Marble::TrackerPluginItem | |
| TrackerPluginItem (const QString &name) | |
| virtual | ~TrackerPluginItem () |
| virtual bool | isEnabled () const |
| virtual bool | isVisible () const |
| QString | name () |
| GeoDataPlacemark * | placemark () |
| virtual void | setEnabled (bool enabled) |
| virtual void | setVisible (bool visible) |
Detailed Description
An instance SatellitesTLEItem represents an item of a two-line-elements set catalog.
Definition at line 32 of file SatellitesTLEItem.h.
Constructor & Destructor Documentation
| Marble::SatellitesTLEItem::SatellitesTLEItem | ( | const QString & | name, |
| elsetrec | satrec, | ||
| const MarbleClock * | clock | ||
| ) |
Definition at line 39 of file SatellitesTLEItem.cpp.
Member Function Documentation
| QString Marble::SatellitesTLEItem::name | ( | ) |
Definition at line 116 of file SatellitesTLEItem.cpp.
| void Marble::SatellitesTLEItem::setOrbitColor | ( | const QColor & | color | ) |
Definition at line 121 of file SatellitesTLEItem.cpp.
| void Marble::SatellitesTLEItem::showOrbit | ( | bool | show | ) |
|
virtual |
Reimplement this method to update the placemark, for example to change its coordinates.
If this item is in a TrackerPluginModel, this method will be called regularly.
Implements Marble::TrackerPluginItem.
Definition at line 88 of file SatellitesTLEItem.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:38:57 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:38:57 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