![]() |
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) |
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. |