Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/structTleSource.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:25:05 2014 Кодировка: Поисковые слова: deep sky |
Stellarium 0.12.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 65 of file Satellites.hpp.
bool TleSource::addNew |
Flag indicating whether new satellites in this list should be added.
See Satellites::autoAddEnabled.
Definition at line 74 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 71 of file Satellites.hpp.
QUrl TleSource::url |
URL from where the source list should be downloaded.
Definition at line 68 of file Satellites.hpp.