swift
|
Airport completer, UI element so select by ICAO, name or location. More...
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::CAirport & | getAirport () const |
Get airport. | |
QString | getIcaoText () const |
The raw ICAO code text. | |
void | setReadOnly (bool readOnly) |
Read only. | |
void | clear () |
Clear the form. | |
Airport completer, UI element so select by ICAO, name or location.
Definition at line 21 of file airportcompleter.h.