![]() |
Stellarium 0.11.1 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
#include <SimbadSearcher.hpp>
Public Member Functions | |
| SimbadSearcher (QObject *parent) | |
| SimbadLookupReply * | lookup (const QString &objectName, int maxNbResult=1, int delayMs=500) |
Provides lookup features into the online Simbad service from CDS.
See http://simbad.u-strasbg.fr for more info.
| SimbadLookupReply* SimbadSearcher::lookup | ( | const QString & | objectName, |
| int | maxNbResult = 1, |
||
| int | delayMs = 500 |
||
| ) |
Lookup in Simbad for object which have a name starting with objectName.
| 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. |
1.7.6.1