Документ взят из кэша поисковой машины. Адрес оригинального документа : http://astro.uni-altai.ru/~aw/stellarium/api/structTleSource.html
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 07:25:05 2014
Кодировка:
Stellarium: TleSource Struct Reference
Stellarium 0.12.3
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 65 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 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.


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