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

Method event

source/ui/VarViewUi.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 {
141 if (macro) macro->script_interpreter.setLocalValue(name.toStdString(), text.toStdString());
142 else QiScriptInterpreter::setGlobalValue(name.toStdString(), text.toStdString());
143 }
144
145 TableUpdate(table, *varMap);
146 });
147 }
148 updating = false;
149}
150
151bool VarViewUi::event(QEvent* e)
152{
153 if ((e->type() == QEvent::KeyPress) || (e->type() == QEvent::KeyRelease))

Callers

nothing calls this directly

Calls 2

typeMethod · 0.45
keyMethod · 0.45

Tested by

no test coverage detected