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

Holds and updates METAR and TAF for a given waypoint. More...

#include <Observer.h>

Public Member Functions

 Observer (QObject *parent=nullptr)
 Standard constructor.
 
 ~Observer () override=default
 Standard destructor.
 
Weather::METAR metar ()
 Getter method for property of the same name.
 
QBindable< Weather::METARbindableMetar ()
 Getter method for property of the same name.
 
Weather::TAF taf ()
 Getter method for property of the same name.
 
QBindable< Weather::TAFbindableTaf ()
 Getter method for property of the same name.
 
GeoMaps::Waypoint waypoint () const
 Getter method for property of the same name.
 
QBindable< QString > bindableWaypoint ()
 Getter method for property of the same name.
 
void setWaypoint (const GeoMaps::Waypoint &wp)
 Setter method for property of the same name.
 

Properties

Weather::METAR metar
 Current METAR.
 
Weather::TAF taf
 Current TAF.
 
GeoMaps::Waypoint waypoint
 Waypoint for which METAR/TAF data is retrieved.
 

Detailed Description

Holds and updates METAR and TAF for a given waypoint.

Definition at line 37 of file Observer.h.

Constructor & Destructor Documentation

◆ Observer()

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

Standard constructor.

This standard constructor creates an observer with an invalid waypoint.

Parameters
parentStandard QObject parent

Member Function Documentation

◆ bindableMetar()

QBindable< Weather::METAR > Weather::Observer::bindableMetar ( )
inlinenodiscard

Getter method for property of the same name.

Returns
Property metar

Definition at line 98 of file Observer.h.

◆ bindableTaf()

QBindable< Weather::TAF > Weather::Observer::bindableTaf ( )
inlinenodiscard

Getter method for property of the same name.

Returns
Property taf

Definition at line 110 of file Observer.h.

◆ bindableWaypoint()

QBindable< QString > Weather::Observer::bindableWaypoint ( )
inlinenodiscard

Getter method for property of the same name.

Returns
Property waypoint

Definition at line 122 of file Observer.h.

◆ metar()

Weather::METAR Weather::Observer::metar ( )
inlinenodiscard

Getter method for property of the same name.

Returns
Property metar

Definition at line 92 of file Observer.h.

◆ setWaypoint()

void Weather::Observer::setWaypoint ( const GeoMaps::Waypoint & wp)
inline

Setter method for property of the same name.

Parameters
wpProperty waypoint

Definition at line 133 of file Observer.h.

◆ taf()

Weather::TAF Weather::Observer::taf ( )
inlinenodiscard

Getter method for property of the same name.

Returns
Property taf

Definition at line 104 of file Observer.h.

◆ waypoint()

GeoMaps::Waypoint Weather::Observer::waypoint ( ) const
inlinenodiscard

Getter method for property of the same name.

Returns
Property waypoint

Definition at line 116 of file Observer.h.

Property Documentation

◆ metar

Weather::METAR Weather::Observer::metar
read

Current METAR.

This property holds the last METAR for the waypoint, as reported by WeatherDataProvider. If no METAR is known, the property will be invalid.

Definition at line 67 of file Observer.h.

◆ taf

Weather::TAF Weather::Observer::taf
read

Current TAF.

This property holds the last TAF for the waypoint, as reported by WeatherDataProvider. If no TAF is known, the property will be invalid.

Definition at line 74 of file Observer.h.

◆ waypoint

GeoMaps::Waypoint Weather::Observer::waypoint
readwrite

Waypoint for which METAR/TAF data is retrieved.

The class uses the waypoint's ICAOcode to retrieve METAR/TAF data from the global WeatherDataProvider instance.

Definition at line 81 of file Observer.h.


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