Home | History | Annotate | Download | only in parameter

Lines Matching refs:CSelectionCriterion

39 CSelectionCriterion::CSelectionCriterion(const std::string &strName,
46 std::string CSelectionCriterion::getKind() const
51 bool CSelectionCriterion::hasBeenModified() const
56 void CSelectionCriterion::resetModifiedStatus()
63 void CSelectionCriterion::setCriterionState(int iState)
88 int CSelectionCriterion::getCriterionState() const
94 std::string CSelectionCriterion::getCriterionName() const
100 const ISelectionCriterionTypeInterface *CSelectionCriterion::getCriterionType() const
106 bool CSelectionCriterion::is(int iState) const
111 bool CSelectionCriterion::isNot(int iState) const
116 bool CSelectionCriterion::includes(int iState) const
123 bool CSelectionCriterion::excludes(int iState) const
129 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo,
183 void CSelectionCriterion::toXml(CXmlElement &xmlElement,