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) | |
| void | update () |
Public Member Functions inherited from Marble::TrackerPluginItem | |
| TrackerPluginItem (const QString &name) | |
| virtual | ~TrackerPluginItem () |
| virtual bool | isEnabled () const |
| virtual bool | isTrackVisible () const |
| virtual bool | isVisible () const |
| QString | name () const |
| GeoDataPlacemark * | placemark () |
| virtual void | setEnabled (bool enabled) |
| virtual void | setTrackVisible (bool visible) |
| 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
|
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 81 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 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