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

Method WidgetGetKeyState

source/ui/EditUi.cpp:2165–2169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2163 if (tableCurrent.size() != 1) return;
2164 const Action& current = actions->at(tableCurrent.front());
2165 QiVector<int> index;
2166 for (size_t i = 0; i < actions->size(); i++) if (actions->at(i).type() == current.type()) index.append(i);
2167 ItemSelect(index);
2168}
2169void EditUi::ItemSelectIdenticalParam()
2170{
2171 if (tableCurrent.size() != 1) return;
2172 const Action& current = actions->at(tableCurrent.front());

Callers

nothing calls this directly

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected