swift
|
SELCAL mode selector. More...
Signals | |
void | valueChanged () |
Value has been changed. | |
Public Member Functions | |
CSelcalCodeSelector (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CSelcalCodeSelector () |
Destructor. | |
QString | getSelcalCode () const |
SELCAL code. | |
swift::misc::aviation::CSelcal | getSelcal () const |
SELCAL. | |
void | resetSelcalCodes (bool allowEmptyValue=false) |
Reset the SELCAL code. | |
void | setSelcalCode (const QString &selcal) |
Set the SELCAL code. | |
void | setSelcal (const swift::misc::aviation::CSelcal &selcal) |
Set the SELCAL code. | |
bool | hasValidCode () const |
Valid code? | |
void | clear () |
Clear. | |
int | getComboBoxHeight () const |
The height of the combobox. | |
void | setComboBoxMinimumHeight (int h) |
Set the combobox height. | |
SELCAL mode selector.
Definition at line 26 of file selcalcodeselector.h.