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

Method specValues

src/core/crs_template_implementation.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181std::vector<QString> UTMZoneParameter::specValues(const QString& edit_value) const
182{
183 auto zone = QString { edit_value };
184 zone.remove(QLatin1String(" N"));
185 zone.replace(QLatin1String(" S"), QLatin1String(" +south"));
186 return { zone };
187}
188
189QString UTMZoneParameter::value(const QWidget* edit_widget) const
190{

Callers

nothing calls this directly

Calls 3

QLatin1StringClass · 0.85
removeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected