Home
last modified time | relevance | path

Searched refs:getDeps (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_bind.h32 /// 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 Dbind.cpp54 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 Dbind.h41 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