20 #ifndef LOCATIONSEARCHSERVICE_HPP_ 21 #define LOCATIONSEARCHSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" 24 #include "StelLocationMgr.hpp" 49 void mainLocationManagerUpdated();
Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
Manage the list of available location.
bool supportsThreadedOperation() const Q_DECL_OVERRIDE
We work on a copy of the StelLocationMgr, to prevent hitches as the web user is typing.
Abstract base class for all Remote Control Plug-in service implementations.
QMultiMap< QByteArray, QByteArray > APIParameters
Defines the HTTP request parameters for the service.
virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the GET method.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.
Provides predefined location search functionality, using the StelLocationMgr.