swift
|
ATC stations as button bar. More...
Signals | |
void | requestAtcStation (const swift::misc::aviation::CAtcStation &station) |
ATC station clicked. | |
Public Member Functions | |
CAtcButtonComponent (QWidget *parent=nullptr) | |
Ctor. | |
virtual | ~CAtcButtonComponent () |
Dtor. | |
void | updateStations () |
Update. | |
void | setMaxNumber (int number) |
Max.number. | |
void | setWithIcons (bool withIcons) |
With icons. | |
int | getMaxNumber () const |
Max.number. | |
void | setRowsColumns (int rows, int cols, bool setMaxElements) |
Rows/columns. | |
void | setIgnoreNonAtcCallsigns (bool ignore) |
Ignore non ATC callsigns. | |
void | setBackgroundUpdates (bool backgroundUpdates) |
Background updates. | |
ATC stations as button bar.
Definition at line 22 of file atcbuttoncomponent.h.