Stellarium 0.15.2
|
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 113 of file Satellites.hpp.
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.