Enroute Flight Navigation
A navigation app for VFR pilots
Positioning::PositionInfoSource_Abstract Class Reference

Abstract base class for all classes that provide geographic position information. More...

#include <PositionInfoSource_Abstract.h>

Inheritance diagram for Positioning::PositionInfoSource_Abstract:
Positioning::PositionInfoSource_Satellite Traffic::TrafficDataProvider

Public Member Functions

 PositionInfoSource_Abstract (QObject *parent=nullptr)
 Default constructor.
 
Positioning::PositionInfo positionInfo () const
 Getter method for property with the same name.
 
QBindable< Positioning::PositionInfobindablePositionInfo () 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.
 

Properties

Positioning::PositionInfo positionInfo
 Position information.
 
bool receivingPositionInfo
 Indicator that position information is being received.
 
QString sourceName
 Source name.
 
QString statusString
 Source status.
 

Detailed Description

Abstract base class for all classes that provide geographic position information.

This is the base class for all classes that provide geographic position information.

Definition at line 40 of file PositionInfoSource_Abstract.h.

Constructor & Destructor Documentation

◆ PositionInfoSource_Abstract()

Positioning::PositionInfoSource_Abstract::PositionInfoSource_Abstract ( QObject * parent = nullptr)
explicit

Default constructor.

Parameters
parentThe standard QObject parent pointer

Member Function Documentation

◆ bindablePositionInfo()

QBindable< Positioning::PositionInfo > Positioning::PositionInfoSource_Abstract::bindablePositionInfo ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property positionInfo

Definition at line 106 of file PositionInfoSource_Abstract.h.

◆ bindableReceivingPositionInfo()

QBindable< bool > Positioning::PositionInfoSource_Abstract::bindableReceivingPositionInfo ( )
inlinenodiscard

Getter method for property with the same name.

Returns
Property receivingPositionInfo

Definition at line 121 of file PositionInfoSource_Abstract.h.

◆ bindableSourceName()

QBindable< QString > Positioning::PositionInfoSource_Abstract::bindableSourceName ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property sourceName

Definition at line 136 of file PositionInfoSource_Abstract.h.

◆ bindableStatusString()

QBindable< QString > Positioning::PositionInfoSource_Abstract::bindableStatusString ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property statusString

Definition at line 154 of file PositionInfoSource_Abstract.h.

◆ positionInfo()

Positioning::PositionInfo Positioning::PositionInfoSource_Abstract::positionInfo ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property positionInfo

Definition at line 97 of file PositionInfoSource_Abstract.h.

◆ receivingPositionInfo()

bool Positioning::PositionInfoSource_Abstract::receivingPositionInfo ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property receivingPositionInfo

Definition at line 115 of file PositionInfoSource_Abstract.h.

◆ sourceName()

QString Positioning::PositionInfoSource_Abstract::sourceName ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property sourceName

Definition at line 127 of file PositionInfoSource_Abstract.h.

◆ statusString()

QString Positioning::PositionInfoSource_Abstract::statusString ( ) const
inlinenodiscard

Getter method for property with the same name.

Returns
Property statusString

Definition at line 145 of file PositionInfoSource_Abstract.h.

Property Documentation

◆ positionInfo

Positioning::PositionInfo Positioning::PositionInfoSource_Abstract::positionInfo
read

Position information.

This property holds information about the device position. To ensure that the data is up-to-date, the position information will be set to an invalid positionInfo when no data has arrived for more than the time specified in PositionInfo::lifetime.

Definition at line 62 of file PositionInfoSource_Abstract.h.

◆ receivingPositionInfo

bool Positioning::PositionInfoSource_Abstract::receivingPositionInfo
read

Indicator that position information is being received.

This is a shortcut for positionInfo().isValid. This property exists because it does not change so often, and can thus be more efficient to use.

Definition at line 70 of file PositionInfoSource_Abstract.h.

◆ sourceName

QString Positioning::PositionInfoSource_Abstract::sourceName
read

Source name.

This property holds a translated, human-readable string that describes the source. This could typically be a string of the form "Traffic Receiver" or "Built-in satellite receiver".

Definition at line 78 of file PositionInfoSource_Abstract.h.

◆ statusString

QString Positioning::PositionInfoSource_Abstract::statusString
read

Source status.

This property holds a translated, human-readable string that describes the status of the positionInfo source. This could typically be a string of the form "OK" or "Insufficient permission to access position info"

Definition at line 86 of file PositionInfoSource_Abstract.h.


The documentation for this class was generated from the following file: