| 1050 | str class: window class |
| 1051 | str process_path: window of process path |
| 1052 | int index: index of windows |
| 1053 | str var_name: var name for accept window count |
| 1054 | |
| 1055 | ptr return |
| 1056 | */ |
| 1057 | struct QiFunc_wnd_find : public QiFunc |
| 1058 | { |
| 1059 | QiFunc_wnd_find() : QiFunc(1, 5) {} |
| 1060 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override |
nothing calls this directly
no test coverage detected