MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / promptTargetLayerCombo

Function promptTargetLayerCombo

plugins/circletools/circletools.cpp:248–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248static bool promptTargetLayerCombo(Document_Interface* doc,
249 QWidget* parent,
250 const QString& title,
251 QString& outLayer) {
252 return promptLayerNameCombo(
253 doc,
254 parent,
255 title,
256 QStringLiteral("Target layer (choose existing or type a new one):"),
257 outLayer,
258 true // editable
259 );
260}
261
262namespace {
263

Callers 1

opFindMoveToLayerMethod · 0.85

Calls 1

promptLayerNameComboFunction · 0.85

Tested by

no test coverage detected