MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / IntRangeParameter

Method IntRangeParameter

src/core/crs_template_implementation.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230// ### IntRangeParameter ###
231
232IntRangeParameter::IntRangeParameter(const QString& id, const QString& name, int min_value, int max_value)
233 : IntRangeParameter(id, name, min_value, max_value, { {1, 0} })
234{
235 // nothing
236}
237
238IntRangeParameter::IntRangeParameter(const QString& id, const QString& name, int min_value, int max_value, OutputList&& outputs)
239 : CRSTemplateParameter(id, name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected