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

Method getValues

src/tools/distribute_points_tool.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void DistributePointsSettingsDialog::getValues(DistributePointsTool::Settings& settings)
174{
175 settings.num_points_per_line = num_points_edit->value();
176 settings.points_at_ends = points_at_ends_check->isChecked();
177 settings.rotate_symbols = rotate_symbols_check->isChecked();
178 settings.additional_rotation = qDegreesToRadians(additional_rotation_edit->value());
179}
180
181
182} // namespace OpenOrienteering

Callers 1

showSettingsDialogMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected