20 #ifndef OBJECTSERVICE_HPP_ 21 #define OBJECTSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" 26 #include <QStringList> 50 QStringList performSearch(
const QString& text);
52 QString substituteGreek(
const QString& text);
Main class for Stellarium core processing.
Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
Provides operations to look up objects in the Stellarium catalogs.
Abstract base class for all Remote Control Plug-in service implementations.
QMultiMap< QByteArray, QByteArray > APIParameters
Defines the HTTP request parameters for the service.
Define the StelObjectP type.
virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP GET method.
Manage the selection and queries on one or more StelObjects.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.