Ref T536, text message component

* register tab enum
* select tab by frequency
This commit is contained in:
Klaus Basan
2019-02-11 04:03:55 +01:00
committed by Mat Sutcliffe
parent 22ae03bd3b
commit 045f79d0bd
4 changed files with 22 additions and 2 deletions

View File

@@ -59,6 +59,9 @@ namespace BlackGui
//! Display the tab for given callsign
void showCorrespondingTab(const BlackMisc::Aviation::CCallsign &callsign);
//! Display the tab for given frequency
void showCorrespondingTabForFrequency(const BlackMisc::PhysicalQuantities::CFrequency &frequency);
//! Font size @{
void fontSizeMinus();
void fontSizePlus();