| 124 | } |
| 125 | |
| 126 | bool PythonPluginOutputVariable_Impl::setGroupType(const std::string& groupType) { |
| 127 | bool result = setString(OS_PythonPlugin_OutputVariableFields::GroupType, groupType); |
| 128 | return result; |
| 129 | } |
| 130 | |
| 131 | void PythonPluginOutputVariable_Impl::resetGroupType() { |
| 132 | bool result = setString(OS_PythonPlugin_OutputVariableFields::GroupType, ""); |
no outgoing calls