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

Method TableReload

source/ui/EditUi.cpp:1777–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1775 else if (ref.option == QiMsgView::add) param = lang_trans("添加:") + QiFn::FoldText(ref.text, 16, true);
1776 else if (ref.option == QiMsgView::clear) param = lang_trans("清空");
1777 else if (ref.option == QiMsgView::show) param = lang_trans("显示");
1778 else if (ref.option == QiMsgView::hide) param = lang_trans("隐藏");
1779 } break;
1780 case QiType::range:
1781 {
1782 const QiRangeSet& ref = var.to<QiRangeSet>();
1783 type += QiUi::Symbol::Range;
1784 if (!ref.var.isEmpty()) param = ref.var;

Callers

nothing calls this directly

Calls 2

setRowCountMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected