marble
#include <SatellitesModel.h>

Public Member Functions | |
| SatellitesModel (GeoDataTreeModel *treeModel, const MarbleClock *clock) | |
| void | loadSettings (const QHash< QString, QVariant > &settings) | 
| void | parseFile (const QString &id, const QByteArray &file) | 
| void | setPlanet (const QString &lcPlanet) | 
| void | updateVisibility () | 
  Public Member Functions inherited from Marble::TrackerPluginModel | |
| TrackerPluginModel (GeoDataTreeModel *treeModel) | |
| virtual | ~TrackerPluginModel () | 
| void | addItem (TrackerPluginItem *mark) | 
| void | beginUpdateItems () | 
| void | clear () | 
| void | downloadFile (const QUrl &url, const QString &id) | 
| void | enable (bool enabled) | 
| void | endUpdateItems () | 
| QVector< TrackerPluginItem * > | items () const | 
| void | loadSettings (const QHash< QString, QVariant > &settings) | 
Protected Member Functions | |
| void | parseCatalog (const QString &id, const QByteArray &data) | 
| void | parseTLE (const QString &id, const QByteArray &data) | 
Additional Inherited Members | |
  Signals inherited from Marble::TrackerPluginModel | |
| void | fileParsed (const QString &id) | 
| void | itemUpdateEnded () | 
| void | itemUpdateStarted () | 
Detailed Description
The model for satellites.
Definition at line 27 of file SatellitesModel.h.
Constructor & Destructor Documentation
| Marble::SatellitesModel::SatellitesModel | ( | GeoDataTreeModel * | treeModel, | 
| const MarbleClock * | clock | ||
| ) | 
Definition at line 28 of file SatellitesModel.cpp.
Member Function Documentation
| void Marble::SatellitesModel::loadSettings | ( | const QHash< QString, QVariant > & | settings | ) | 
Definition at line 69 of file SatellitesModel.cpp.
      
  | 
  protected | 
Parse the Marble Satellite Catalog id with content data. 
A description of the Marble Satellites Catalog format can be found at: http://techbase.kde.org/Projects/Marble/SatelliteCatalogFormat
Definition at line 134 of file SatellitesModel.cpp.
      
  | 
  virtual | 
This method is called whenever a file queued up for download by downloadFile() has finished downloading, reimplement it to use it.
- Parameters
 - 
  
id The idparameter passed to downloadFile()file The content of the file  
Reimplemented from Marble::TrackerPluginModel.
Definition at line 119 of file SatellitesModel.cpp.
      
  | 
  protected | 
Parse the two line elements set file id with content data. 
Definition at line 201 of file SatellitesModel.cpp.
| void Marble::SatellitesModel::setPlanet | ( | const QString & | lcPlanet | ) | 
Definition at line 77 of file SatellitesModel.cpp.
| void Marble::SatellitesModel::updateVisibility | ( | ) | 
Definition at line 88 of file SatellitesModel.cpp.
The documentation for this class was generated from the following files:
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