mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T539, tree view can select objects and hence refresh ATIS display
* select signal for tree view * signal/slots and connects
This commit is contained in:
committed by
Mat Sutcliffe
parent
d68726080f
commit
cc6adc6c40
@@ -98,10 +98,13 @@ namespace BlackGui
|
||||
void getMetarAsEntered();
|
||||
|
||||
//! Request new ATIS
|
||||
void requestAtis();
|
||||
void requestAtisUpdates();
|
||||
|
||||
//! A tree view station has been selected
|
||||
void onOnlineAtcStationSelected(const BlackMisc::Aviation::CAtcStation &station);
|
||||
|
||||
//! Online ATC station selected
|
||||
void onlineAtcStationSelected(const BlackMisc::CVariant &object);
|
||||
void onOnlineAtcStationVariantSelected(const BlackMisc::CVariant &object);
|
||||
|
||||
//! Tab changed
|
||||
void atcStationsTabChanged();
|
||||
|
||||
Reference in New Issue
Block a user