Searched refs:gUnitPropertyName (Results 1 – 2 of 2) sorted by relevance
41 const std::string CParameterType::gUnitPropertyName = "Unit"; member in CParameterType79 xmlElement.getAttribute(gUnitPropertyName, _strUnit); in fromXml()95 xmlElement.setAttribute(gUnitPropertyName, unit); in setXmlUnitAttribute()115 strResult += gUnitPropertyName + ": " + getUnit() + "\n"; in showProperties()
167 static const std::string gUnitPropertyName; variable