Lines Matching refs:Connector
21 bool Connector::AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext)
26 CORE_LOG_E("Failed to attach Connector");
32 CORE_LOG_E("Failed to attach Connector: No such event");
38 CORE_LOG_E("Failed to attach Connector: No such function");
46 bool Connector::DetachFrom(const META_NS::IAttach::Ptr& target)
62 bool Connector::Connect(const IObject::Ptr& source, const BASE_NS::string& event, const BASE_NS::string& func)
70 IObject::Ptr Connector::GetSource() const
74 BASE_NS::string Connector::GetEventName() const
78 BASE_NS::string Connector::GetFunctionName() const
83 ReturnError Connector::Export(IExportContext& c) const
88 ReturnError Connector::Import(IImportContext& c)