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

Method WidgetGetQuickInput

source/ui/EditUi.cpp:2357–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2355 image.move = ui.image_move_check->isChecked();
2356 image.mult = ui.image_mult_check->isChecked();
2357 return image;
2358}
2359QiPopText EditUi::WidgetGetPopText()
2360{
2361 QiPopText popText;
2362 popText.text = ui.popText_text_edit->text();
2363 popText.time = ui.popText_time_edit->text().isEmpty() ? 1000 : QiRange::Restricted(ui.popText_time_edit->text().toInt(), QiPopText::range_time);
2364 popText.sync = ui.popText_wait_check->isChecked();
2365 return popText;

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected