Searched refs:CComponentLibrary (Results 1 – 8 of 8) sorted by relevance
37 class CComponentLibrary; variable45 void setComponentLibrary(const CComponentLibrary *pComponentLibrary);46 const CComponentLibrary *getComponentLibrary() const;51 const CComponentLibrary *_pComponentLibrary{nullptr};
34 bool CComponentLibrary::childrenAreDynamic() const in childrenAreDynamic()39 std::string CComponentLibrary::getKind() const in getKind()44 const CComponentType *CComponentLibrary::getComponentType(const std::string &strName) const in getComponentType()49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, in fromXml()
44 const CComponentLibrary *pComponentLibrary) in setComponentLibrary()49 const CComponentLibrary *CXmlParameterSerializingContext::getComponentLibrary() const in getComponentLibrary()
45 class CComponentLibrary; variable246 CComponentLibrary *_pComponentLibrary;
40 class CComponentLibrary : public CElement
78 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
86 const CComponentLibrary *pComponentLibrary = parameterBuildContext.getComponentLibrary(); in fromXml()
47 : base(strName), _pComponentLibrary(new CComponentLibrary), in CSubsystem()