mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Ref T259, Ref T243 setup component adjusted to support "change signal"
This commit is contained in:
@@ -61,6 +61,9 @@ namespace BlackGui
|
||||
//! View has been changed
|
||||
void onModelChanged();
|
||||
|
||||
//! Reload
|
||||
void reloadSetup();
|
||||
|
||||
//! Save a setup
|
||||
void saveSetup();
|
||||
|
||||
@@ -74,11 +77,14 @@ namespace BlackGui
|
||||
void displaySetupsPerCallsign();
|
||||
|
||||
//! Check prerequisites before saving etc.
|
||||
bool checkPrerequisites();
|
||||
bool checkPrerequisites(bool showOverlay);
|
||||
|
||||
//! Send to context
|
||||
bool setSetupsToContext(const BlackMisc::Simulation::CInterpolationSetupList &setups);
|
||||
|
||||
//! Setup chaged
|
||||
void onSetupChanged();
|
||||
|
||||
BlackMisc::Simulation::CInterpolationSetupList m_lastSetSetups; //!< last setups set to context
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user