mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #844, further improvements of ATC stations display
Signal when bookings are read, but not changed
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3f2fc33b27
commit
85ca3b7a1a
@@ -41,6 +41,9 @@ namespace BlackCore
|
||||
//! Bookings have been read and converted to BlackMisc::Aviation::CAtcStationList
|
||||
void atcBookingsRead(const BlackMisc::Aviation::CAtcStationList &bookedStations);
|
||||
|
||||
//! Bookings have been re-read but did not change
|
||||
void atcBookingsReadUnchanged();
|
||||
|
||||
//! Data have been read
|
||||
void dataRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
|
||||
|
||||
@@ -60,9 +63,10 @@ namespace BlackCore
|
||||
void ps_read();
|
||||
|
||||
private:
|
||||
void reloadSettings();
|
||||
//! Settings changed
|
||||
void settingsChanged();
|
||||
|
||||
BlackMisc::CSettingReadOnly<BlackCore::Vatsim::TVatsimBookings> m_settings { this, &CVatsimBookingReader::reloadSettings };
|
||||
BlackMisc::CSettingReadOnly<BlackCore::Vatsim::TVatsimBookings> m_settings { this, &CVatsimBookingReader::settingsChanged };
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user