Lines Matching defs:Bind
25 Bind::~Bind()
34 AnyReturnValue Bind::SetValue(const IAny& value)
38 const IAny& Bind::GetValue() const
50 bool Bind::IsCompatible(const TypeId& id) const
54 bool Bind::SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner)
65 bool Bind::SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner)
73 IFunction::ConstPtr Bind::GetTarget() const
77 bool Bind::AddDependency(const INotifyOnChange::ConstPtr& dep)
88 bool Bind::RemoveDependency(const INotifyOnChange::ConstPtr& dep)
99 BASE_NS::vector<INotifyOnChange::ConstPtr> Bind::GetDependencies() const
109 BASE_NS::shared_ptr<IEvent> Bind::EventOnChanged() const
113 ReturnError Bind::Export(IExportContext& c) const
117 ReturnError Bind::Import(IImportContext& c)
121 ReturnError Bind::Finalize(IImportFunctions&)
136 bool Bind::CreateContext(bool eval, const IProperty* owner)
163 void Bind::Reset() {}