mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T177, clear highlighting once new models are stashed
This commit is contained in:
@@ -121,12 +121,15 @@ namespace BlackGui
|
||||
//! Show changed attributes of selected models
|
||||
void showChangedAttributes();
|
||||
|
||||
//! Clear highlighting set by validations
|
||||
void clearValidationHighlighting();
|
||||
|
||||
public slots:
|
||||
//! Stash given model (includes validation and consolidation with DB data)
|
||||
BlackMisc::CStatusMessage stashModel(const BlackMisc::Simulation::CAircraftModel &model, bool replace = false, bool consolidateWithDbData = true);
|
||||
BlackMisc::CStatusMessage stashModel(const BlackMisc::Simulation::CAircraftModel &model, bool replace = false, bool consolidateWithDbData = true, bool clearHighlighting = true);
|
||||
|
||||
//! Stash given models (includes validation and consolidation with DB data)
|
||||
BlackMisc::CStatusMessageList stashModels(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
BlackMisc::CStatusMessageList stashModels(const BlackMisc::Simulation::CAircraftModelList &models, bool replace = false, bool consolidateWithDbData = true, bool clearHighlighting = true);
|
||||
|
||||
//! Replace models, no validation
|
||||
void replaceModelsUnvalidated(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
Reference in New Issue
Block a user