Stellarium 0.11.4
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure

SimbadSearcher Class Reference

Provides lookup features into the online Simbad service from CDS. More...

#include <SimbadSearcher.hpp>

List of all members.

Public Member Functions

 SimbadSearcher (QObject *parent)
SimbadLookupReplylookup (const QString &serverUrl, const QString &objectName, int maxNbResult=1, int delayMs=500)
 Lookup in Simbad for object which have a name starting with objectName.

Detailed Description

Provides lookup features into the online Simbad service from CDS.

See http://simbad.u-strasbg.fr for more info.


Member Function Documentation

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.

Parameters:
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.
Returns:
a new SimbadLookupReply which is owned by the caller.
Generated on Sat Aug 25 22:13:32 2012 for Stellarium by  doxygen 1.6.3