Searched refs:getDeps (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_bind.h | 32 /// getDeps == true to find dependencies, owner can be the property (or null) where this bind is supposed to end up 34 virtual bool SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner) = 0; 35 virtual bool SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner) = 0;
|
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.cpp | 54 bool Bind::SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner) in SetTarget() argument 59 if (SetTarget(f, getDeps, owner)) { in SetTarget() 65 bool Bind::SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner) in SetTarget() argument 71 return func_ && CreateContext(getDeps, owner); in SetTarget()
|
H A D | bind.h | 41 bool SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner) override; 42 bool SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner) override;
|
Completed in 2 milliseconds