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

  /external/parameter-framework/parameter/
EnumParameterType.h 37 class CEnumParameterType : public CParameterType
40 CEnumParameterType(const std::string& strName);
EnumParameterType.cpp 45 CEnumParameterType::CEnumParameterType(const string& strName) : base(strName)
49 string CEnumParameterType::getKind() const
54 bool CEnumParameterType::childrenAreDynamic() const
60 void CEnumParameterType::showProperties(string& strResult) const
82 bool CEnumParameterType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
95 bool CEnumParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
162 bool CEnumParameterType::checkValueAgainstRange(const string& strValue, int64_t value, CParameterAccessContext& parameterAccessContext, bool bHexaValue, bool bConversionSucceeded) const
195 bool CEnumParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
237 bool CEnumParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessConte (…)
    [all...]

Completed in 48 milliseconds