Enroute Flight Navigation
A navigation app for VFR pilots
|
Satellite Navigator. More...
#include <PositionInfoSource_Satellite.h>
Public Member Functions | |
PositionInfoSource_Satellite (QObject *parent=nullptr) | |
Standard constructor. | |
void | startUpdates () |
startUpdates | |
![]() | |
PositionInfoSource_Abstract (QObject *parent=nullptr) | |
Default constructor. | |
Positioning::PositionInfo | positionInfo () const |
Getter method for property with the same name. | |
QBindable< Positioning::PositionInfo > | bindablePositionInfo () const |
Getter method for property with the same name. | |
bool | receivingPositionInfo () const |
Getter method for property with the same name. | |
QBindable< bool > | bindableReceivingPositionInfo () |
Getter method for property with the same name. | |
QString | sourceName () const |
Getter method for property with the same name. | |
QBindable< QString > | bindableSourceName () const |
Getter method for property with the same name. | |
QString | statusString () const |
Getter method for property with the same name. | |
QBindable< QString > | bindableStatusString () const |
Getter method for property with the same name. | |
Additional Inherited Members | |
![]() | |
Positioning::PositionInfo | positionInfo |
Position information. | |
bool | receivingPositionInfo |
Indicator that position information is being received. | |
QString | sourceName |
Source name. | |
QString | statusString |
Source status. | |
Satellite Navigator.
This class is a thin wrapper around QGeoPositionInfoSource. It constructs a default QGeoPositionInfoSource and forwards the data provided by that source via the PositionInfoSource_Abstract interface that it implements.
Data is only provided after startUpdates() has been called.
Definition at line 40 of file PositionInfoSource_Satellite.h.
|
explicit |
Standard constructor.
parent | The standard QObject parent pointer |
void Positioning::PositionInfoSource_Satellite::startUpdates | ( | ) |
startUpdates
Requests permissions if necessary and starts to provide data if permissions were granted.