Enroute Flight Navigation
A navigation app for VFR pilots
Weather::ObserverList Class Reference

Up-to-date list of all METAR/TAF stations. More...

#include <ObserverList.h>

Public Member Functions

 ObserverList (QObject *parent=nullptr)
 Standard constructor.
 
 ~ObserverList () override=default
 Standard destructor.
 
QList< Weather::Observer * > observers ()
 Getter method for property of the same name.
 
QBindable< QList< Weather::Observer * > > bindableObservers () const
 Getter method for property of the same name.
 

Properties

QList< Weather::Observer * > observers
 List of METAR/TAF stations.
 

Detailed Description

Up-to-date list of all METAR/TAF stations.

This class holds an up-to-date list of all METAR/TAF stations, frequently updated and sorted by distance to the current position. The class is relatively expensive, as the constant updates will take some computation time. It makes sense to hold instances only when required and to delete them as soon as possible.

Definition at line 36 of file ObserverList.h.

Constructor & Destructor Documentation

◆ ObserverList()

Weather::ObserverList::ObserverList ( QObject * parent = nullptr)
explicit

Standard constructor.

Parameters
parentStandard QObject parent

Member Function Documentation

◆ bindableObservers()

QBindable< QList< Weather::Observer * > > Weather::ObserverList::bindableObservers ( ) const
inlinenodiscard

Getter method for property of the same name.

Returns
Property observers

Definition at line 81 of file ObserverList.h.

◆ observers()

QList< Weather::Observer * > Weather::ObserverList::observers ( )
inlinenodiscard

Getter method for property of the same name.

Returns
Property observers

Definition at line 75 of file ObserverList.h.

Property Documentation

◆ observers

QList<Weather::Observer*> Weather::ObserverList::observers
read

List of METAR/TAF stations.

This property holds the last METAR for the waypoint, sorted by distance to the current positionq.

Definition at line 64 of file ObserverList.h.


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