| 1237 | inter->setValue(args[1].toString(), size.cx); |
| 1238 | inter->setValue(args[2].toString(), size.cy); |
| 1239 | return true; |
| 1240 | } |
| 1241 | }; |
| 1242 | struct QiFunc_wnd_exist : public QiFunc |
| 1243 | { |
| 1244 | QiFunc_wnd_exist() : QiFunc(1) {} |
| 1245 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override |
nothing calls this directly
no outgoing calls
no test coverage detected