20 #ifndef VIEWSERVICE_HPP_ 21 #define VIEWSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP GET operations.
Manages all the rendering at the level of the observer's surroundings.
Main class for Stellarium core processing.
Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
Provides services related to the view (landscape, sky culture, projection).
Abstract base class for all Remote Control Plug-in service implementations.
QMultiMap< QByteArray, QByteArray > APIParameters
Defines the HTTP request parameters for the service.
Manage sky cultures for stellarium.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.