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

Method customEvent

source/ui/TriggerUi.cpp:451–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 TableState(mgPos);
450 ui.macroGroup_table->setFold(table, Qi::group.fold[mg.name]);
451 }
452}
453
454void TriggerUi::VarEditUpdate(const Macro* macro)
455{
456 if (!ItemCurrented()) return;
457 if (macro->script.size() > 32)
458 {
459 ui.var_edit->setText(QiFn::FoldText(macro->script, 32));
460 ui.var_edit->setDisabled(true);
461 }
462 else

Callers

nothing calls this directly

Calls 2

setPadEnabledMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected