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

Method WidgetGetOpen

source/ui/EditUi.cpp:2426–2431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2424 return quickInput;
2425}
2426QiKeyBlock EditUi::WidgetGetKeyBlock()
2427{
2428 QiKeyBlock keyBlock;
2429 if (ui.keyBlock_all_check->isChecked()) keyBlock.vk = QiKeyBlock::all;
2430 else if (ui.keyBlock_move_check->isChecked()) keyBlock.vk = QiKeyBlock::move;
2431 else keyBlock.vk = ui.keyBlock_keyedit->key();
2432 keyBlock.block = ui.keyBlock_on_radio->isChecked();
2433 return keyBlock;
2434}

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected