refs #587, allow to modify multiple properties at once

functions to update a property map
This commit is contained in:
Klaus Basan
2016-01-29 21:31:32 +01:00
parent c736373504
commit 873f5f04b9
6 changed files with 53 additions and 13 deletions

View File

@@ -43,6 +43,9 @@ namespace BlackGui
//! Apply to selected objects
int applyToSelected(const BlackMisc::Simulation::CDistributor &distributor);
//! Apply to selected objects
int applyToSelected(const BlackMisc::CPropertyIndexVariantMap &vm);
//! Has any models to stash and it is allowed to stash
bool hasSelectedModelsToStash() const;