HomeSort by relevance Sort by last modified time
    Searched defs:CSelectionCriterion (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
SelectionCriterion.h 38 class CSelectionCriterion : public CElement, public ISelectionCriterionInterface
41 CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType);
SelectionCriterion.cpp 37 CSelectionCriterion::CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType) : base(strName), _iState(0), _pType(pType), _uiNbModifications(0)
41 std::string CSelectionCriterion::getKind() const
46 bool CSelectionCriterion::hasBeenModified() const
51 void CSelectionCriterion::resetModifiedStatus()
58 void CSelectionCriterion::setCriterionState(int iState)
79 int CSelectionCriterion::getCriterionState() const
85 std::string CSelectionCriterion::getCriterionName() const
91 const ISelectionCriterionTypeInterface* CSelectionCriterion::getCriterionType() const
97 bool CSelectionCriterion::is(int iState) cons
    [all...]

Completed in 1947 milliseconds