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

  /external/parameter-framework/upstream/parameter/
EnumParameterType.h 36 class CEnumParameterType : public CParameterType
39 CEnumParameterType(const std::string &strName);
EnumParameterType.cpp 41 CEnumParameterType::CEnumParameterType(const string &strName) : base(strName)
45 string CEnumParameterType::getKind() const
50 bool CEnumParameterType::childrenAreDynamic() const
56 void CEnumParameterType::showProperties(string &strResult) const
78 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement,
95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue,
122 int32_t CEnumParameterType::getMin() const
128 int32_t CEnumParameterType::getMax() const
133 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value
    [all...]

Completed in 53 milliseconds