Ref T730, adjusted airspace monitor and ATC model

* added cross coupled in model
* "disabled" onAtisVoiceRoomReceived
This commit is contained in:
Klaus Basan
2019-09-28 00:48:31 +02:00
committed by Mat Sutcliffe
parent e560be65a6
commit dcfe275cc1
4 changed files with 18 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ namespace BlackGui
CColumn col("type", CAtcStation::IndexIcon);
col.setSortPropertyIndex({ CAtcStation::IndexCallsign, CCallsign::IndexSuffix });
m_columns.addColumn(col);
m_columns.addColumn(CColumn("xc.", "AFV cross coupled", CAtcStation::IndexIsAfvCrossCoupled, new CBoolIconFormatter("AFV cross coupled", "not coupled")));
m_columns.addColumn(CColumn("distance", CAtcStation::IndexRelativeDistance, new CAirspaceDistanceFormatter()));
m_columns.addColumn(CColumn("frequency", CAtcStation::IndexFrequency, new CComFrequencyFormatter()));
m_columns.addColumn(CColumn("r.", "in range", CAtcStation::IndexIsInRange, new CBoolIconFormatter("in range", "outside range")));