20 #ifndef STELPROPERTYSERVICE_HPP_ 21 #define STELPROPERTYSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" 24 #include "StelPropertyMgr.hpp" virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP GET method.
virtual void postImpl(const QByteArray &operation, const APIParameters ¶meters, const QByteArray &data, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP POST method.
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.
Provides services related to StelProperty.
Manages the registration of specific object properties with the StelProperty system.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.