mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Reselect ATC station if data are updated, and update the ATIS info
This commit is contained in:
committed by
Mat Sutcliffe
parent
b87d0f5f15
commit
eb014639fe
@@ -99,12 +99,15 @@ namespace BlackGui
|
||||
//! Request new ATIS
|
||||
void requestAtisUpdates();
|
||||
|
||||
//! A tree view station has been selected
|
||||
//! A station has been selected
|
||||
void onOnlineAtcStationSelected(const BlackMisc::Aviation::CAtcStation &station);
|
||||
|
||||
//! Online ATC station selected
|
||||
void onOnlineAtcStationVariantSelected(const BlackMisc::CVariant &object);
|
||||
|
||||
//! Trigger a selection of an onlie station (async)
|
||||
void triggerOnlineAtcStationSelected(const BlackMisc::Aviation::CAtcStation &station);
|
||||
|
||||
//! Tab changed
|
||||
void atcStationsTabChanged();
|
||||
|
||||
@@ -168,6 +171,7 @@ namespace BlackGui
|
||||
QScopedPointer<Ui::CAtcStationComponent> ui;
|
||||
QTimer m_updateTimer;
|
||||
QList<int> m_stretch;
|
||||
BlackMisc::Aviation::CCallsign m_selectedCallsign;
|
||||
QDateTime m_timestampLastReadOnlineStations; //!< stations read
|
||||
QDateTime m_timestampOnlineStationsChanged; //!< stations marked as changed
|
||||
QDateTime m_timestampLastReadBookedStations; //!< stations read
|
||||
|
||||
Reference in New Issue
Block a user