Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classSimbadSearcher.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:30:57 2014 Кодировка: Поисковые слова: regolith |
Stellarium 0.12.3
|
Provides lookup features into the online Simbad service from CDS. More...
#include <SimbadSearcher.hpp>
Public Member Functions | |
SimbadSearcher (QObject *parent) | |
SimbadLookupReply * | lookup (const QString &serverUrl, const QString &objectName, int maxNbResult=1, int delayMs=500) |
Lookup in Simbad for object which have a name starting with objectName. More... | |
Provides lookup features into the online Simbad service from CDS.
See http://simbad.u-strasbg.fr for more info.
Definition at line 94 of file SimbadSearcher.hpp.
SimbadLookupReply* SimbadSearcher::lookup | ( | const QString & | serverUrl, |
const QString & | objectName, | ||
int | maxNbResult = 1 , |
||
int | delayMs = 500 |
||
) |
Lookup in Simbad for object which have a name starting with objectName.
serverUrl | URL of the SIMBAD mirror server. |
objectName | the possibly truncated object name. |
maxNbResult | the maximum number of returned result. |
delayMs | a delay in ms to wait for before actually triggering the lookup. This used to group requests, e.g. send only one request when a used types a word insead of one per letter. |