Searched refs:CSelectionCriterion (Results 1 – 9 of 9) sorted by relevance
37 CSelectionCriterion::CSelectionCriterion(const std::string& strName, const CSelectionCriterionType*… in CSelectionCriterion() function in CSelectionCriterion41 std::string CSelectionCriterion::getKind() const in getKind()46 bool CSelectionCriterion::hasBeenModified() const in hasBeenModified()51 void CSelectionCriterion::resetModifiedStatus() in resetModifiedStatus()58 void CSelectionCriterion::setCriterionState(int iState) in setCriterionState()79 int CSelectionCriterion::getCriterionState() const in getCriterionState()85 std::string CSelectionCriterion::getCriterionName() const in getCriterionName()91 const ISelectionCriterionTypeInterface* CSelectionCriterion::getCriterionType() const in getCriterionType()97 bool CSelectionCriterion::is(int iState) const in is()102 bool CSelectionCriterion::isNot(int iState) const in isNot()[all …]
43 CSelectionCriterion* CSelectionCriteriaDefinition::createSelectionCriterion(const std::string& strN… in createSelectionCriterion()45 …CSelectionCriterion* pSelectionCriterion = new CSelectionCriterion(strName, pSelectionCriterionTyp… in createSelectionCriterion()53 const CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& s… in getSelectionCriterion()55 return static_cast<const CSelectionCriterion*>(findChild(strName)); in getSelectionCriterion()58 CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()60 return static_cast<CSelectionCriterion*>(findChild(strName)); in getSelectionCriterion()72 …const CSelectionCriterion* pSelectionCriterion = static_cast<const CSelectionCriterion*>(getChild(… in listSelectionCriteria()84 CSelectionCriterion* pSelectionCriterion; in resetModifiedStatus()88 pSelectionCriterion = static_cast<CSelectionCriterion*>(getChild(uiChild)); in resetModifiedStatus()
43 …CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…46 const CSelectionCriterion* getSelectionCriterion(const std::string& strName) const;47 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
54 …CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…56 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
38 class CSelectionCriterion : public CElement, public ISelectionCriterionInterface41 CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType);
36 class CSelectionCriterion; variable84 const CSelectionCriterion* _pSelectionCriterion;
53 CSelectionCriterion* CSelectionCriteria::createSelectionCriterion(const std::string& strName, const… in createSelectionCriterion()59 CSelectionCriterion* CSelectionCriteria::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
126 …CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterio…128 CSelectionCriterion* getSelectionCriterion(const std::string& strName);
761 CSelectionCriterion* CParameterMgr::createSelectionCriterion(const string& strName, const CSelectio… in createSelectionCriterion()768 CSelectionCriterion* CParameterMgr::getSelectionCriterion(const string& strName) in getSelectionCriterion()