Lines Matching defs:property
21 #include <meta/api/property/property_event_handler.h>
233 IProperty::Ptr ProxyObject::SetPropertyTarget(const IProperty::Ptr& property)
235 if (!property) {
240 auto it = proxyProperties_.find(property->GetName());
243 add = !bprop || bprop->GetTypeId() != property->GetTypeId();
247 it->second.Bind(property);
251 if (add && property) {
252 if (auto p = Super::GetPropertyByName(property->GetName())) {
254 r.first->second.Bind(property);
257 res = AddProxyProperty(property);