20 #ifndef LOCATIONSERVICE_HPP_ 21 #define LOCATIONSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" Main class for Stellarium core processing.
Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
Manage the list of available location.
This StelObjectModule derivative is used to model SolarSystem bodies.
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 HTTP GET requests.
Provides methods to look up location-related information, and change the current location.
virtual void postImpl(const QByteArray &operation, const APIParameters ¶meters, const QByteArray &data, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP POST requests.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.