![]() |
Stellarium
0.16.1
|
Provides predefined location search functionality, using the StelLocationMgr. More...
#include <LocationSearchService.hpp>
Public Member Functions | |
LocationSearchService (QObject *parent=Q_NULLPTR) | |
virtual bool | isThreadSafe () const Q_DECL_OVERRIDE |
We work on a copy of the StelLocationMgr, to prevent hitches as the web user is typing. More... | |
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 GET method. More... | |
![]() | |
AbstractAPIService (QObject *parent=Q_NULLPTR) | |
Only calls QObject constructor. More... | |
virtual void | update (double deltaTime) Q_DECL_OVERRIDE |
Called in the main thread each frame. More... | |
virtual void | post (const QByteArray &operation, const APIParameters ¶meters, const QByteArray &data, APIServiceResponse &response) Q_DECL_OVERRIDE |
Provides a default implementation which returns an error message. More... | |
Additional Inherited Members | |
![]() | |
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 predefined location search functionality, using the StelLocationMgr.
Definition at line 32 of file LocationSearchService.hpp.
|
virtual |
|
inlinevirtual |
Returns the desired path mapping If there is a conflict, only the first object is mapped.
Implements RemoteControlServiceInterface.
Definition at line 41 of file LocationSearchService.hpp.
|
inlinevirtual |
We work on a copy of the StelLocationMgr, to prevent hitches as the web user is typing.
Reimplemented from AbstractAPIService.
Definition at line 40 of file LocationSearchService.hpp.