Searched refs:CEnumParameterType (Results 1 – 3 of 3) sorted by relevance
39 CEnumParameterType::CEnumParameterType(const string &strName) : base(strName) in CEnumParameterType() function in CEnumParameterType43 string CEnumParameterType::getKind() const in getKind()48 bool CEnumParameterType::childrenAreDynamic() const in childrenAreDynamic()54 void CEnumParameterType::showProperties(string &strResult) const in showProperties()76 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()120 int32_t CEnumParameterType::getMin() const in getMin()126 int32_t CEnumParameterType::getMax() const in getMax()131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard()143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard()[all …]
36 class CEnumParameterType : public CParameterType39 CEnumParameterType(const std::string &strName);
2787 "EnumParameter", new TNamedElementBuilderTemplate<CEnumParameterType>()); in feedElementLibraries()