![]() |
Stellarium
0.16.1
|
Provides services related to StelProperty. More...
#include <StelPropertyService.hpp>
Inheritance diagram for StelPropertyService:
Collaboration diagram for StelPropertyService:Public Member Functions | |
| StelPropertyService (QObject *parent=Q_NULLPTR) | |
| virtual QLatin1String | getPath () const Q_DECL_OVERRIDE |
| Returns the desired path mapping If there is a conflict, only the first object is mapped. More... | |
| virtual void | get (const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE |
| Implements the HTTP GET method. More... | |
| virtual void | post (const QByteArray &operation, const APIParameters ¶meters, const QByteArray &data, APIServiceResponse &response) Q_DECL_OVERRIDE |
| Implements the HTTP POST method. More... | |
Public Member Functions inherited from AbstractAPIService | |
| AbstractAPIService (QObject *parent=Q_NULLPTR) | |
| Only calls QObject constructor. More... | |
| virtual bool | isThreadSafe () const Q_DECL_OVERRIDE |
| Return true if the service's get() and post() methods can safely be run in the HTTP handler thread, instead of having to queue it into the Stellarium main thread. More... | |
| virtual void | update (double deltaTime) Q_DECL_OVERRIDE |
| Called in the main thread each frame. More... | |
Additional Inherited Members | |
Static Protected Attributes inherited from AbstractAPIService | |
| static const Qt::ConnectionType | SERVICE_DEFAULT_INVOKETYPE |
| This defines the connection type QMetaObject::invokeMethod has to use inside a service: either Qt::DirectConnection for main thread handling, or Qt::BlockingQueuedConnection for HTTP thread handling. More... | |
Provides services related to StelProperty.
See also the StelProperty related operations of MainService.
Definition at line 32 of file StelPropertyService.hpp.
|
virtual |
|
inlinevirtual |
Returns the desired path mapping If there is a conflict, only the first object is mapped.
Implements RemoteControlServiceInterface.
Definition at line 38 of file StelPropertyService.hpp.
|
virtual |
1.8.11