Stellarium 0.14.3
|
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... | |
TLE update source, used only internally for now.
Definition at line 112 of file Satellites.hpp.
bool TleSource::addNew |
Flag indicating whether new satellites in this list should be added.
See Satellites::autoAddEnabled.
Definition at line 121 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 118 of file Satellites.hpp.
QUrl TleSource::url |
URL from where the source list should be downloaded.
Definition at line 115 of file Satellites.hpp.