Lines Matching refs:CConfigurableDomain
45 CConfigurableDomain::CConfigurableDomain(const string &strName) : base(strName) in CConfigurableDomain() function in CConfigurableDomain
49 CConfigurableDomain::~CConfigurableDomain() in ~CConfigurableDomain()
72 string CConfigurableDomain::getKind() const in getKind()
77 bool CConfigurableDomain::childrenAreDynamic() const in childrenAreDynamic()
83 string CConfigurableDomain::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
96 void CConfigurableDomain::setSequenceAwareness(bool bSequenceAware) in setSequenceAwareness()
104 bool CConfigurableDomain::getSequenceAwareness() const in getSequenceAwareness()
110 void CConfigurableDomain::toXml(CXmlElement &xmlElement, in toXml()
119 void CConfigurableDomain::childrenToXml(CXmlElement &xmlElement, in childrenToXml()
133 void CConfigurableDomain::composeDomainConfigurations( in composeDomainConfigurations()
145 void CConfigurableDomain::composeConfigurableElements(CXmlElement &xmlElement) const in composeConfigurableElements()
170 void CConfigurableDomain::composeSettings(CXmlElement &xmlElement, in composeSettings()
208 bool CConfigurableDomain::fromXml(const CXmlElement &xmlElement, in fromXml()
242 bool CConfigurableDomain::parseDomainConfigurations(const CXmlElement &xmlElement, in parseDomainConfigurations()
258 bool CConfigurableDomain::parseConfigurableElements(const CXmlElement &xmlElement, in parseConfigurableElements()
317 bool CConfigurableDomain::parseSettings(const CXmlElement &xmlElement, in parseSettings()
364 bool CConfigurableDomain::addConfigurableElement(CConfigurableElement *pConfigurableElement, in addConfigurableElement()
392 bool CConfigurableDomain::removeConfigurableElement(CConfigurableElement *pConfigurableElement, in removeConfigurableElement()
429 CParameterBlackboard *CConfigurableDomain::findConfigurationBlackboard( in findConfigurationBlackboard()
470 bool CConfigurableDomain::split(CConfigurableElement *pConfigurableElement, core::Results &infos) in split()
523 const CDomainConfiguration *CConfigurableDomain::getPendingConfiguration() const in getPendingConfiguration()
542 void CConfigurableDomain::apply(CParameterBlackboard *pParameterBlackboard, CSyncerSet *pSyncerSet, in apply()
588 bool CConfigurableDomain::isApplicableConfigurationValid( in isApplicableConfigurationValid()
599 void CConfigurableDomain::computeSyncSet() in computeSyncSet()
617 bool CConfigurableDomain::createConfiguration(const string &strName, in createConfiguration()
662 bool CConfigurableDomain::deleteConfiguration(const string &strName, string &strError) in deleteConfiguration()
687 void CConfigurableDomain::listAssociatedToElements(string &strResult) const in listAssociatedToElements()
700 bool CConfigurableDomain::renameConfiguration(const string &strName, const string &strNewName, in renameConfiguration()
714 bool CConfigurableDomain::restoreConfiguration(const string &configurationName, in restoreConfiguration()
742 bool CConfigurableDomain::saveConfiguration(const string &strName, in saveConfiguration()
760 bool CConfigurableDomain::setElementSequence(const string &strConfiguration, in setElementSequence()
776 bool CConfigurableDomain::getElementSequence(const string &strConfiguration, in getElementSequence()
794 bool CConfigurableDomain::setApplicationRule( in setApplicationRule()
811 bool CConfigurableDomain::clearApplicationRule(const string &strConfiguration, string &strError) in clearApplicationRule()
827 bool CConfigurableDomain::getApplicationRule(const string &strConfiguration, in getApplicationRule()
846 string CConfigurableDomain::getLastAppliedConfigurationName() const in getLastAppliedConfigurationName()
856 string CConfigurableDomain::getPendingConfigurationName() const in getPendingConfigurationName()
880 void CConfigurableDomain::validate(const CParameterBlackboard *pMainBlackboard) in validate()
896 void CConfigurableDomain::validateAreas(const CConfigurableElement *pConfigurableElement, in validateAreas()
913 void CConfigurableDomain::autoValidateAll() in autoValidateAll()
930 void CConfigurableDomain::autoValidateAreas(const CConfigurableElement *pConfigurableElement) in autoValidateAreas()
960 bool CConfigurableDomain::autoValidateConfiguration(CDomainConfiguration *pDomainConfiguration) in autoValidateConfiguration()
982 const CDomainConfiguration *CConfigurableDomain::findValidDomainConfiguration( in findValidDomainConfiguration()
1001 const CDomainConfiguration *CConfigurableDomain::findApplicableDomainConfiguration() const in findApplicableDomainConfiguration()
1019 void CConfigurableDomain::gatherConfigurableElements( in gatherConfigurableElements()
1027 bool CConfigurableDomain::containsConfigurableElement( in containsConfigurableElement()
1044 void CConfigurableDomain::mergeAlreadyAssociatedDescendantConfigurableElements( in mergeAlreadyAssociatedDescendantConfigurableElements()
1084 void CConfigurableDomain::mergeConfigurations(CConfigurableElement *pToConfigurableElement, in mergeConfigurations()
1101 void CConfigurableDomain::doAddConfigurableElement(CConfigurableElement *pConfigurableElement, in doAddConfigurableElement()
1148 void CConfigurableDomain::doRemoveConfigurableElement(CConfigurableElement *pConfigurableElement, in doRemoveConfigurableElement()
1182 CSyncerSet *CConfigurableDomain::getSyncerSet( in getSyncerSet()
1194 CDomainConfiguration *CConfigurableDomain::findConfiguration(const string &strConfiguration, in findConfiguration()
1209 const CDomainConfiguration *CConfigurableDomain::findConfiguration(const string &strConfiguration, in findConfiguration()