Stellarium  0.16.1
List of all members | Public Attributes
TleSource Struct Reference

TLE update source, used only internally for now. More...

#include <Satellites.hpp>

Public Attributes

QUrl url
 URL from where the source list should be downloaded. More...
 
QFile * file
 The downloaded file, location set after finishing download. More...
 
bool addNew
 Flag indicating whether new satellites in this list should be added. More...
 

Detailed Description

TLE update source, used only internally for now.

Definition at line 113 of file Satellites.hpp.

Member Data Documentation

bool TleSource::addNew

Flag indicating whether new satellites in this list should be added.

See Satellites::autoAddEnabled.

Definition at line 122 of file Satellites.hpp.

QFile* TleSource::file

The downloaded file, location set after finishing download.

In the future may be a QTemporaryFile object.

Definition at line 119 of file Satellites.hpp.

QUrl TleSource::url

URL from where the source list should be downloaded.

Definition at line 116 of file Satellites.hpp.


The documentation for this struct was generated from the following file: