Searched refs:CSelectionCriterion (Results 1 – 9 of 9) sorted by relevance
39 CSelectionCriterion::CSelectionCriterion(const std::string &strName, in CSelectionCriterion() function in CSelectionCriterion46 std::string CSelectionCriterion::getKind() const in getKind()51 bool CSelectionCriterion::hasBeenModified() const in hasBeenModified()56 void CSelectionCriterion::resetModifiedStatus() in resetModifiedStatus()63 void CSelectionCriterion::setCriterionState(int iState) in setCriterionState()88 int CSelectionCriterion::getCriterionState() const in getCriterionState()94 std::string CSelectionCriterion::getCriterionName() const in getCriterionName()100 const ISelectionCriterionTypeInterface *CSelectionCriterion::getCriterionType() const in getCriterionType()106 bool CSelectionCriterion::is(int iState) const in is()111 bool CSelectionCriterion::isNot(int iState) const in isNot()[all …]
39 CSelectionCriterion *CSelectionCriteriaDefinition::createSelectionCriterion( in createSelectionCriterion()42 auto pSelectionCriterion = new CSelectionCriterion(strName, pType, logger); in createSelectionCriterion()50 const CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion( in getSelectionCriterion()53 return static_cast<const CSelectionCriterion *>(findChild(strName)); in getSelectionCriterion()56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()58 return static_cast<CSelectionCriterion *>(findChild(strName)); in getSelectionCriterion()72 const CSelectionCriterion *pSelectionCriterion = in listSelectionCriteria()73 static_cast<const CSelectionCriterion *>(getChild(uiChild)); in listSelectionCriteria()86 CSelectionCriterion *pSelectionCriterion; in resetModifiedStatus()90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild)); in resetModifiedStatus()
42 CSelectionCriterion *createSelectionCriterion(const std::string &strName,47 const CSelectionCriterion *getSelectionCriterion(const std::string &strName) const;48 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
57 CSelectionCriterion *createSelectionCriterion(const std::string &strName,61 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
40 class CSelectionCriterion : public CElement,45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
36 class CSelectionCriterion; variable86 const CSelectionCriterion *_pSelectionCriterion{nullptr};
53 CSelectionCriterion *CSelectionCriteria::createSelectionCriterion( in createSelectionCriterion()60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
110 CSelectionCriterion *createSelectionCriterion(113 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
664 CSelectionCriterion *CParameterMgr::createSelectionCriterion( in createSelectionCriterion()673 CSelectionCriterion *CParameterMgr::getSelectionCriterion(const string &strName) in getSelectionCriterion()