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

Method msgViewSet

source/src/type.h:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 {
177 if (varView && !varView->isHidden()) QApplication::postEvent(varView, new QEvent(static_cast<QEvent::Type>(QiEvent::var_reload)));
178 }
179 void msgViewSet(const QString& text) const
180 {
181 if (msgView)
182 {
183 MsgViewInfo info;
184 info.text = text;
185 QApplication::postEvent(msgView, new MsgViewEvent(MsgViewEvent::Type::setText, info));

Callers 1

ActionInterpreterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected