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

  /external/parameter-framework/parameter/
IntegerParameterType.h 38 class CIntegerParameterType : public CParameterType
41 CIntegerParameterType(const std::string& strName);
IntegerParameterType.cpp 45 CIntegerParameterType::CIntegerParameterType(const string& strName) : base(strName), _uiMin(0), _uiMax(uint32_t(-1))
50 string CIntegerParameterType::getKind() const
56 bool CIntegerParameterType::childrenAreDynamic() const
62 void CIntegerParameterType::showProperties(string& strResult) const
93 bool CIntegerParameterType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
151 bool CIntegerParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
190 bool CIntegerParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
226 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
240 bool CIntegerParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContext& parameterAccessC (…)
    [all...]

Completed in 365 milliseconds