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

@@ -434,6 +434,9 @@ namespace BlackGui
//! Update selected objects
int updateSelected(const BlackMisc::CVariant &variant, const BlackMisc::CPropertyIndex &index);
//! Update selected objects
int updateSelected(const BlackMisc::CPropertyIndexVariantMap &vm);
//! Selected object (or default)
ObjectType selectedObject() const;