Searched refs:CComponentLibrary (Results 1 – 8 of 8) sorted by relevance
34 CComponentLibrary::CComponentLibrary() in CComponentLibrary() function in CComponentLibrary38 bool CComponentLibrary::childrenAreDynamic() const in childrenAreDynamic()43 std::string CComponentLibrary::getKind() const in getKind()48 const CComponentType* CComponentLibrary::getComponentType(const std::string& strName) const in getComponentType()53 bool CComponentLibrary::fromXml(const CXmlElement& xmlElement, in fromXml()
36 class CComponentLibrary; variable44 void setComponentLibrary(const CComponentLibrary* pComponentLibrary);45 const CComponentLibrary* getComponentLibrary() const;47 const CComponentLibrary* _pComponentLibrary;
41 void CXmlParameterSerializingContext::setComponentLibrary(const CComponentLibrary* pComponentLibrar… in setComponentLibrary()46 const CComponentLibrary* CXmlParameterSerializingContext::getComponentLibrary() const in getComponentLibrary()
40 class CComponentLibrary : public CElement43 CComponentLibrary();
42 class CComponentLibrary; variable245 CComponentLibrary* _pComponentLibrary;
81 const CComponentLibrary* pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
48 …stem(const string& strName) : base(strName), _pComponentLibrary(new CComponentLibrary), _pInstance… in CSubsystem()