swift
Signals | Public Member Functions | List of all members
swift::gui::components::CAirportCompleter Class Reference

Airport completer, UI element so select by ICAO, name or location. More...

Inheritance diagram for swift::gui::components::CAirportCompleter:
[legend]

Signals

void changedAirport (const swift::misc::aviation::CAirport &airport)
 Airport has been changed.
 

Public Member Functions

 CAirportCompleter (QWidget *parent=nullptr)
 Get the correct airport.
 
virtual ~CAirportCompleter ()
 Destructor.
 
void setAirport (const swift::misc::aviation::CAirport &airport)
 Set airport.
 
const swift::misc::aviation::CAirportgetAirport () const
 Get airport.
 
QString getIcaoText () const
 The raw ICAO code text.
 
void setReadOnly (bool readOnly)
 Read only.
 
void clear ()
 Clear the form.
 

Detailed Description

Airport completer, UI element so select by ICAO, name or location.

Definition at line 21 of file airportcompleter.h.


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