Lines Matching refs:PropertyBase
20 BASE_NS::string PropertyBase::GetName() const
24 IObject::WeakPtr PropertyBase::GetOwner() const
28 void PropertyBase::SetOwner(IObject::Ptr owner)
32 void PropertyBase::SetSelf(IProperty::Ptr self)
36 AnyReturnValue PropertyBase::SetValue(const IAny& value)
44 const IAny& PropertyBase::GetValue() const
50 bool PropertyBase::IsCompatible(const TypeId& id) const
55 TypeId PropertyBase::GetTypeId() const
60 IEvent::Ptr PropertyBase::EventOnChanged() const
70 void PropertyBase::NotifyChange() const
74 void PropertyBase::CallOnChanged() const
81 void PropertyBase::Lock() const
86 void PropertyBase::Unlock() const
98 void PropertyBase::LockShared() const
102 void PropertyBase::UnlockShared() const
106 AnyReturnValue PropertyBase::SetInternalValue(const IAny& value)