Searched refs:m_value_usage_text (Results 1 – 2 of 2) sorted by relevance
25 m_value_usage_text.assign("The value for the previous key in the pair passed " in OptionGroupPythonClassWithDict()27 m_value_usage_text.append(class_use); in OptionGroupPythonClassWithDict()28 m_value_usage_text.append(". Pairs can be specified more than once."); in OptionGroupPythonClassWithDict()67 m_option_definition[2].usage_text = m_value_usage_text.data(); in OptionGroupPythonClassWithDict()
64 std::string m_class_usage_text, m_key_usage_text, m_value_usage_text; variable