Ref T259, Ref T243 setup component adjusted to support "change signal"

This commit is contained in:
Klaus Basan
2018-05-12 21:17:25 +02:00
parent abd8e35549
commit b4835e650d
3 changed files with 80 additions and 12 deletions

View File

@@ -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