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

Method WidgetGetVarOperator

source/ui/EditUi.cpp:2414–2419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2412}
2413QiBlockExec EditUi::WidgetGetBlockExec()
2414{
2415 QiBlockExec blockExec;
2416 int row = ui.block_list->currentRow();
2417 if (row > -1) blockExec.id = ui.block_list->item(row)->data(DataRole::id).toInt();
2418 return blockExec;
2419}
2420QiQuickInput EditUi::WidgetGetQuickInput()
2421{
2422 QiQuickInput quickInput;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected