MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / WidgetGetJumpPoint

Method WidgetGetJumpPoint

source/ui/EditUi.cpp:2328–2333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2326 return loop;
2327}
2328QiImage EditUi::WidgetGetImage()
2329{
2330 QiImage image;
2331 {
2332 QString v = ui.image_left_edit->text();
2333 if (v.isEmpty());
2334 else if (QiVar::isInteger(v.toStdString())) image.rect.left = QiRange::Restricted(v.toInt(), QiImage::range_rect);
2335 else image.v_left = v;
2336 }

Callers

nothing calls this directly

Calls 2

uniqueMethod · 0.80
loadIdMethod · 0.80

Tested by

no test coverage detected