Searched refs:pElementConfig (Results 1 – 1 of 1) sorted by relevance
257 …ElementConfigPtr pElementConfig( new ElementConfigContainer( getAttribute( xAttribs, "name" ), nTy… in importElementConfig() local258 addElement( pElementConfig ); in importElementConfig()259 return pElementConfig; in importElementConfig()265 addElement( pElementConfig ); in importValueElementConfig()266 return pElementConfig; in importValueElementConfig()272 ElementConfigPtr pElementConfig( new SwitchElementConfig( nType ) ); in importSwitchConfig() local273 addElement( pElementConfig ); in importSwitchConfig()274 return pElementConfig; in importSwitchConfig()279 ElementConfigPtr pElementConfig( new CaseElementConfig( getAttribute( xAttribs, "value" ) ) ); in importCaseConfig() local280 addElement( pElementConfig ); in importCaseConfig()[all …]
Completed in 13 milliseconds