App: expose some property status bits to PropertyContainerPy

This commit is contained in:
Zheng, Lei
2020-01-11 07:51:13 +08:00
committed by Chris Hennes
parent 11f9d1c472
commit 8bb8bf8644

View File

@@ -197,6 +197,8 @@ static const std::map<std::string, int> &getStatusMap() {
statusMap["LockDynamic"] = Property::LockDynamic;
statusMap["NoModify"] = Property::NoModify;
statusMap["PartialTrigger"] = Property::PartialTrigger;
statusMap["NoRecompute"] = Property::NoRecompute;
statusMap["CopyOnChange"] = Property::CopyOnChange;
}
return statusMap;
}