Enroute Flight Navigation
A navigation app for VFR pilots
|
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. | |
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.
|
explicit |
Standard constructor.
parent | Standard QObject parent |
|
inlinenodiscard |
Getter method for property of the same name.
Definition at line 81 of file ObserverList.h.
|
inlinenodiscard |
Getter method for property of the same name.
Definition at line 75 of file ObserverList.h.
|
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.