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

  /external/parameter-framework/parameter/
SelectionCriteriaDefinition.h 37 class CSelectionCriteriaDefinition : public CElement
40 CSelectionCriteriaDefinition();
SelectionCriteriaDefinition.cpp 33 CSelectionCriteriaDefinition::CSelectionCriteriaDefinition()
37 std::string CSelectionCriteriaDefinition::getKind() const
43 CSelectionCriterion* CSelectionCriteriaDefinition::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelectionCriterionType)
53 const CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& strName) const
58 CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& strName)
64 void CSelectionCriteriaDefinition::listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const
79 void CSelectionCriteriaDefinition::resetModifiedStatus()

Completed in 30 milliseconds