Lines Matching refs:CSelectionCriterion
39 CSelectionCriterion::CSelectionCriterion(const std::string &strName, in CSelectionCriterion() function in CSelectionCriterion
46 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()
116 bool CSelectionCriterion::includes(int iState) const in includes()
123 bool CSelectionCriterion::excludes(int iState) const in excludes()
129 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo, in getFormattedDescription()
183 void CSelectionCriterion::toXml(CXmlElement &xmlElement, in toXml()