swift
|
Smaller version of CAirportCompleter, using a CAirportDialog. More...
Signals | |
void | changedAirport (const swift::misc::aviation::CAirport &airport) |
Airport has been changed. | |
void | editingFinished () |
Public Member Functions | |
CAirportSmallCompleter (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CAirportSmallCompleter () |
Destructor. | |
void | setAirport (const swift::misc::aviation::CAirport &airport) |
Set airport. | |
void | setAirportIcaoCode (const swift::misc::aviation::CAirportIcaoCode &airportCode) |
Set airport. | |
const swift::misc::aviation::CAirport & | getAirport () const |
Get airport. | |
swift::misc::aviation::CAirportIcaoCode | getAirportIcaoCode () const |
Get airport ICAO code. | |
QString | getIcaoText () const |
The raw ICAO code text. | |
bool | isEmpty () const |
Empty field. | |
void | setReadOnly (bool readOnly) |
Read only. | |
void | clear () |
Clear. | |
void | clearIfInvalidCode (bool strictValidation) |
Clear if code not valid. | |
Smaller version of CAirportCompleter, using a CAirportDialog.
Definition at line 23 of file airportsmallcompleter.h.
|
signal |