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

Method TableInsert

source/ui/EditUi.cpp:1782–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780 else if (ref.option == QiMsgView::hide) param = lang_trans("隐藏");
1781 } break;
1782 case QiType::range:
1783 {
1784 const QiRangeSet& ref = var.to<QiRangeSet>();
1785 type += QiUi::Symbol::Range;
1786 if (!ref.var.isEmpty()) param = ref.var;
1787 else if (!ref.title.isEmpty()) param = ref.title;
1788 else param = QString::number(ref.rect.left)
1789 + "," + QString::number(ref.rect.top)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected