20 #ifndef SIMBADSERVICE_HPP_ 21 #define SIMBADSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" 48 QString simbadServerUrl;
bool supportsThreadedOperation() const Q_DECL_OVERRIDE
Simbad lookups dont block the main thread.
Main class for Stellarium core processing.
Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
Abstract base class for all Remote Control Plug-in service implementations.
QMultiMap< QByteArray, QByteArray > APIParameters
Defines the HTTP request parameters for the service.
Manage the selection and queries on one or more StelObjects.
virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP GET method.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.
Allows SIMBAD object lookups like SearchDialog uses.