Home | History | Annotate | Download | only in parameter

Lines Matching full:cselectioncriterion

39 CSelectionCriterion *CSelectionCriteriaDefinition::createSelectionCriterion(
42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger);
50 const CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(
53 return static_cast<const CSelectionCriterion *>(findChild(strName));
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName)
58 return static_cast<CSelectionCriterion *>(findChild(strName));
72 const CSelectionCriterion *pSelectionCriterion =
73 static_cast<const CSelectionCriterion *>(getChild(uiChild));
86 CSelectionCriterion *pSelectionCriterion;
90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild));