![]() |
Mapper
0.9.0
API documentation
|
A Windows position source based on Powershell's access to Windows.Device.Location. More...
#include <powershell_position_source.h>


Public Slots | |
| void | startUpdates () override |
| void | stopUpdates () override |
| void | requestUpdate (int timeout) override |
Public Member Functions | |
| PowershellPositionSource (QObject *parent=nullptr) | |
| Constructs a source with the default Powershell script. More... | |
| PowershellPositionSource (QByteArray &&script, QObject *parent=nullptr) | |
| Constructs a source with the given Powershell script. More... | |
| PowershellPositionSource (const PowershellPositionSource &)=delete | |
| PowershellPositionSource (PowershellPositionSource &&)=delete | |
| PowershellPositionSource & | operator= (const PowershellPositionSource &)=delete |
| PowershellPositionSource & | operator= (PowershellPositionSource &&)=delete |
| ~PowershellPositionSource () override | |
| const QByteArray & | script () const |
| Returns the instance's Powershell script. More... | |
| QGeoPositionInfoSource::Error | error () const override |
| QGeoPositionInfo | lastKnownPosition (bool satellite_only) const override |
| PositioningMethods | supportedPositioningMethods () const override |
| int | minimumUpdateInterval () const override |
Static Public Member Functions | |
| static QByteArray | defaultScript () |
| Returns the default Powershell script. More... | |
A Windows position source based on Powershell's access to Windows.Device.Location.
| OpenOrienteering::PowershellPositionSource::PowershellPositionSource | ( | QObject * | parent = nullptr | ) |
Constructs a source with the default Powershell script.
| OpenOrienteering::PowershellPositionSource::PowershellPositionSource | ( | QByteArray && | script, |
| QObject * | parent = nullptr |
||
| ) |
Constructs a source with the given Powershell script.
|
delete |
|
delete |
|
override |
|
static |
Returns the default Powershell script.
|
override |
|
override |
|
override |
|
delete |
|
delete |
|
overrideslot |
| const QByteArray & OpenOrienteering::PowershellPositionSource::script | ( | ) | const |
Returns the instance's Powershell script.
|
overrideslot |
|
overrideslot |
|
override |
1.8.13