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

  /external/parameter-framework/parameter/
SelectionCriterion.cpp 37 CSelectionCriterion::CSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pType) : base(strName), _iState(0), _pType(pType), _uiNbModifications(0)
93 return _pType;
136 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive";
140 strFormattedDescription += _pType->listPossibleValues() + "\n";
150 strFormattedDescription += " = " + _pType->getFormattedState(_iState);
158 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive";
163 _pType->getFormattedState(_iState);
168 _pType->listPossibleValues();
178 xmlElement.setAttributeString("Value", _pType->getFormattedState(_iState));
181 _pType->toXml(xmlElement, serializingContext)
    [all...]
SelectionCriterion.h 79 const CSelectionCriterionType* _pType;

Completed in 854 milliseconds