9 #ifndef QAX_DUMPCPP_DM_H
10 #define QAX_DUMPCPP_DM_H
17 #include <qaxobject.h>
18 #include <qaxwidget.h>
19 #include <qdatetime.h>
33 Idmsoft(IDispatch *subobject = 0, QAxObject *parent = 0)
34 : QAxObject((IUnknown*)subobject, parent)
45 inline int ActiveInputMethod(
int hwnd,
const QString&
id);
53 inline int AddDict(
int index,
const QString& dict_info);
61 inline QString AppendPicAddr(
const QString& pic_info,
int addr,
int size);
69 inline int AsmAdd(
const QString& asm_ins);
77 inline int AsmCall(
int hwnd,
int mode);
85 inline int AsmClear();
93 inline QString AsmCode(
int base_addr);
101 inline QString Assemble(
const QString& asm_code,
int base_addr,
int is_upper);
109 inline QString BGR2RGB(
const QString& bgr_color);
117 inline int Beep(
int fre,
int delay);
125 inline int BindWindow(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
int mode);
133 inline int BindWindowEx(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
const QString& public_desc,
int mode);
141 inline int Capture(
int x1,
int y1,
int x2,
int y2,
const QString& file);
149 inline int CaptureGif(
int x1,
int y1,
int x2,
int y2,
const QString& file,
int delay,
int time);
157 inline int CaptureJpg(
int x1,
int y1,
int x2,
int y2,
const QString& file,
int quality);
165 inline int CapturePng(
int x1,
int y1,
int x2,
int y2,
const QString& file);
173 inline int CapturePre(
const QString& file);
181 inline int CheckFontSmooth();
189 inline int CheckInputMethod(
int hwnd,
const QString&
id);
197 inline int CheckUAC();
205 inline int ClearDict(
int index);
213 inline int ClientToScreen(
int hwnd, QVariant& x, QVariant& y);
221 inline int CmpColor(
int x,
int y,
const QString& color,
double sim);
229 inline int CopyFile(
const QString& src_file,
const QString& dst_file,
int over);
237 inline int CreateFolder(
const QString& folder_name);
245 inline int CreateFoobarCustom(
int hwnd,
int x,
int y,
const QString& pic,
const QString& trans_color,
double sim);
253 inline int CreateFoobarEllipse(
int hwnd,
int x,
int y,
int w,
int h);
261 inline int CreateFoobarRect(
int hwnd,
int x,
int y,
int w,
int h);
269 inline int CreateFoobarRoundRect(
int hwnd,
int x,
int y,
int w,
int h,
int rw,
int rh);
277 inline int DecodeFile(
const QString& file,
const QString& pwd);
285 inline int DelEnv(
int index,
const QString& name);
293 inline int DeleteFile(
const QString& file);
301 inline int DeleteFolder(
const QString& folder_name);
309 inline int DeleteIni(
const QString& section,
const QString& key,
const QString& file);
317 inline int DeleteIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd);
325 inline int DisableFontSmooth();
333 inline int DisablePowerSave();
341 inline int DisableScreenSave();
349 inline int DmGuard(
int en,
const QString& type);
357 inline QString DoubleToData(
double double_value);
365 inline int DownCpu(
int rate);
373 inline int DownloadFile(
const QString& url,
const QString& save_file,
int timeout);
381 inline int EnableBind(
int en);
389 inline int EnableDisplayDebug(
int enable_debug);
397 inline int EnableFakeActive(
int en);
405 inline int EnableGetColorByCapture(
int en);
413 inline int EnableIme(
int en);
421 inline int EnableKeypadMsg(
int en);
429 inline int EnableKeypadPatch(
int en);
437 inline int EnableKeypadSync(
int en,
int time_out);
445 inline int EnableMouseMsg(
int en);
453 inline int EnableMouseSync(
int en,
int time_out);
461 inline int EnableRealKeypad(
int en);
469 inline int EnableRealMouse(
int en,
int mousedelay,
int mousestep);
477 inline int EnableSpeedDx(
int en);
485 inline int EncodeFile(
const QString& file,
const QString& pwd);
493 inline int EnterCri();
501 inline QString EnumWindow(
int parent,
const QString& title,
const QString& class_name,
int filter);
509 inline QString EnumWindowByProcess(
const QString& process_name,
const QString& title,
const QString& class_name,
int filter);
517 inline QString EnumWindowSuper(
const QString& spec1,
int flag1,
int type1,
const QString& spec2,
int flag2,
int type2,
int sort);
525 inline QString ExcludePos(
const QString& all_pos,
int type,
int x1,
int y1,
int x2,
int y2);
533 inline int ExitOs(
int type);
541 inline int FaqCancel();
549 inline int FaqCapture(
int x1,
int y1,
int x2,
int y2,
int quality,
int delay,
int time);
557 inline int FaqCaptureFromFile(
int x1,
int y1,
int x2,
int y2,
const QString& file,
int quality);
565 inline QString FaqFetch();
573 inline int FaqGetSize(
int handle);
581 inline int FaqPost(
const QString& server,
int handle,
int request_type,
int time_out);
589 inline int FaqRelease(
int handle);
597 inline QString FaqSend(
const QString& server,
int handle,
int request_type,
int time_out);
605 inline QString FetchWord(
int x1,
int y1,
int x2,
int y2,
const QString& color,
const QString& word);
613 inline int FindColor(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir, QVariant& x, QVariant& y);
621 inline QString FindColorE(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir);
629 inline QString FindColorEx(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir);
637 inline QString FindData(
int hwnd,
const QString& addr_range,
const QString& data);
645 inline QString FindDataEx(
int hwnd,
const QString& addr_range,
const QString& data,
int step,
int multi_thread,
int mode);
653 inline QString FindDouble(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max);
661 inline QString FindDoubleEx(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max,
int step,
int multi_thread,
int mode);
669 inline QString FindFloat(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max);
677 inline QString FindFloatEx(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max,
int step,
int multi_thread,
int mode);
685 inline int FindInputMethod(
const QString&
id);
693 inline QString FindInt(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type);
701 inline QString FindIntEx(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type,
int step,
int multi_thread,
int mode);
709 inline int FindMulColor(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
717 inline int FindMultiColor(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y);
725 inline QString FindMultiColorE(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir);
733 inline QString FindMultiColorEx(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir);
741 inline QString FindNearestPos(
const QString& all_pos,
int type,
int x,
int y);
749 inline int FindPic(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y);
757 inline QString FindPicE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir);
765 inline QString FindPicEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir);
773 inline QString FindPicExS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir);
781 inline int FindPicMem(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y);
789 inline QString FindPicMemE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir);
797 inline QString FindPicMemEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir);
805 inline QString FindPicS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y);
813 inline int FindShape(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y);
821 inline QString FindShapeE(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir);
829 inline QString FindShapeEx(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir);
837 inline int FindStr(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
845 inline QString FindStrE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
853 inline QString FindStrEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
861 inline QString FindStrExS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
869 inline int FindStrFast(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
877 inline QString FindStrFastE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
885 inline QString FindStrFastEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
893 inline QString FindStrFastExS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
901 inline QString FindStrFastS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
909 inline QString FindStrS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
917 inline int FindStrWithFont(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag, QVariant& x, QVariant& y);
925 inline QString FindStrWithFontE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag);
933 inline QString FindStrWithFontEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag);
941 inline QString FindString(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type);
949 inline QString FindStringEx(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type,
int step,
int multi_thread,
int mode);
957 inline int FindWindow(
const QString& class_name,
const QString& title_name);
965 inline int FindWindowByProcess(
const QString& process_name,
const QString& class_name,
const QString& title_name);
973 inline int FindWindowByProcessId(
int process_id,
const QString& class_name,
const QString& title_name);
981 inline int FindWindowEx(
int parent,
const QString& class_name,
const QString& title_name);
989 inline int FindWindowSuper(
const QString& spec1,
int flag1,
int type1,
const QString& spec2,
int flag2,
int type2);
997 inline QString FloatToData(
double float_value);
1005 inline int FoobarClearText(
int hwnd);
1013 inline int FoobarClose(
int hwnd);
1021 inline int FoobarDrawLine(
int hwnd,
int x1,
int y1,
int x2,
int y2,
const QString& color,
int style,
int width);
1029 inline int FoobarDrawPic(
int hwnd,
int x,
int y,
const QString& pic,
const QString& trans_color);
1037 inline int FoobarDrawText(
int hwnd,
int x,
int y,
int w,
int h,
const QString& text,
const QString& color,
int align);
1045 inline int FoobarFillRect(
int hwnd,
int x1,
int y1,
int x2,
int y2,
const QString& color);
1053 inline int FoobarLock(
int hwnd);
1061 inline int FoobarPrintText(
int hwnd,
const QString& text,
const QString& color);
1069 inline int FoobarSetFont(
int hwnd,
const QString& font_name,
int size,
int flag);
1077 inline int FoobarSetSave(
int hwnd,
const QString& file,
int en,
const QString& header);
1085 inline int FoobarTextLineGap(
int hwnd,
int gap);
1093 inline int FoobarTextPrintDir(
int hwnd,
int dir);
1101 inline int FoobarTextRect(
int hwnd,
int x,
int y,
int w,
int h);
1109 inline int FoobarUnlock(
int hwnd);
1117 inline int FoobarUpdate(
int hwnd);
1125 inline int ForceUnBindWindow(
int hwnd);
1133 inline int FreePic(
const QString& pic_name);
1141 inline int FreeScreenData(
int handle);
1149 inline QString GetAveHSV(
int x1,
int y1,
int x2,
int y2);
1157 inline QString GetAveRGB(
int x1,
int y1,
int x2,
int y2);
1165 inline QString GetBasePath();
1173 inline int GetClientRect(
int hwnd, QVariant& x1, QVariant& y1, QVariant& x2, QVariant& y2);
1181 inline int GetClientSize(
int hwnd, QVariant& width, QVariant& height);
1189 inline QString GetClipboard();
1197 inline QString GetColor(
int x,
int y);
1205 inline QString GetColorBGR(
int x,
int y);
1213 inline QString GetColorHSV(
int x,
int y);
1221 inline int GetColorNum(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
1229 inline int GetCursorPos(QVariant& x, QVariant& y);
1237 inline QString GetCursorShape();
1245 inline QString GetCursorShapeEx(
int type);
1253 inline QString GetCursorSpot();
1261 inline QString GetDict(
int index,
int font_index);
1269 inline int GetDictCount(
int index);
1277 inline QString GetDictInfo(
const QString& str,
const QString& font_name,
int font_size,
int flag);
1285 inline QString GetDir(
int type);
1293 inline QString GetDiskSerial();
1301 inline int GetDmCount();
1309 inline QString GetEnv(
int index,
const QString& name);
1317 inline int GetFileLength(
const QString& file);
1325 inline int GetForegroundFocus();
1333 inline int GetForegroundWindow();
1349 inline int GetKeyState(
int vk);
1357 inline int GetLastError();
1365 inline QString GetMac();
1373 inline QString GetMachineCode();
1381 inline QString GetMachineCodeNoMac();
1389 inline int GetModuleBaseAddr(
int hwnd,
const QString& module_name);
1397 inline int GetMousePointWindow();
1405 inline QString GetNetTime();
1413 inline QString GetNetTimeSafe();
1421 inline int GetNowDict();
1429 inline int GetOsType();
1437 inline QString GetPath();
1445 inline QString GetPicSize(
const QString& pic_name);
1453 inline int GetPointWindow(
int x,
int y);
1461 inline int GetResultCount(
const QString& str);
1469 inline int GetResultPos(
const QString& str,
int index, QVariant& x, QVariant& y);
1477 inline int GetScreenData(
int x1,
int y1,
int x2,
int y2);
1485 inline int GetScreenDataBmp(
int x1,
int y1,
int x2,
int y2, QVariant& data, QVariant& size);
1493 inline int GetScreenDepth();
1501 inline int GetScreenHeight();
1509 inline int GetScreenWidth();
1517 inline int GetSpecialWindow(
int flag);
1525 inline int GetTime();
1533 inline int GetWindow(
int hwnd,
int flag);
1541 inline QString GetWindowClass(
int hwnd);
1549 inline int GetWindowProcessId(
int hwnd);
1557 inline QString GetWindowProcessPath(
int hwnd);
1565 inline int GetWindowRect(
int hwnd, QVariant& x1, QVariant& y1, QVariant& x2, QVariant& y2);
1573 inline int GetWindowState(
int hwnd,
int flag);
1581 inline QString GetWindowTitle(
int hwnd);
1589 inline int GetWordResultCount(
const QString& str);
1597 inline int GetWordResultPos(
const QString& str,
int index, QVariant& x, QVariant& y);
1605 inline QString GetWordResultStr(
const QString& str,
int index);
1613 inline QString GetWords(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
1621 inline QString GetWordsNoDict(
int x1,
int y1,
int x2,
int y2,
const QString& color);
1629 inline int ImageToBmp(
const QString& pic_name,
const QString& bmp_name);
1637 inline QString IntToData(
int int_value,
int type);
1645 inline int Is64Bit();
1653 inline int IsBind(
int hwnd);
1661 inline int IsDisplayDead(
int x1,
int y1,
int x2,
int y2,
int t);
1669 inline int IsFileExist(
const QString& file);
1677 inline int KeyDown(
int vk);
1685 inline int KeyDownChar(
const QString& key_str);
1693 inline int KeyPress(
int vk);
1701 inline int KeyPressChar(
const QString& key_str);
1709 inline int KeyPressStr(
const QString& key_str,
int delay);
1717 inline int KeyUp(
int vk);
1725 inline int KeyUpChar(
const QString& key_str);
1733 inline int LeaveCri();
1741 inline int LeftClick();
1749 inline int LeftDoubleClick();
1757 inline int LeftDown();
1765 inline int LeftUp();
1773 inline int LoadPic(
const QString& pic_name);
1781 inline int LockDisplay(
int lock);
1789 inline int LockInput(
int lock);
1797 inline int LockMouseRect(
int x1,
int y1,
int x2,
int y2);
1805 inline int Log(
const QString& info);
1813 inline QString MatchPicName(
const QString& pic_name);
1821 inline QString Md5(
const QString& str);
1829 inline int MiddleClick();
1837 inline int MoveDD(
int dx,
int dy);
1845 inline int MoveFile(
const QString& src_file,
const QString& dst_file);
1853 inline int MoveR(
int rx,
int ry);
1861 inline int MoveTo(
int x,
int y);
1869 inline QString MoveToEx(
int x,
int y,
int w,
int h);
1877 inline int MoveWindow(
int hwnd,
int x,
int y);
1885 inline QString Ocr(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
1893 inline QString OcrEx(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
1901 inline QString OcrInFile(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& color,
double sim);
1909 inline int Play(
const QString& file);
1917 inline QString RGB2BGR(
const QString& rgb_color);
1925 inline QString ReadData(
int hwnd,
const QString& addr,
int len);
1933 inline double ReadDouble(
int hwnd,
const QString& addr);
1941 inline QString ReadFile(
const QString& file);
1949 inline double ReadFloat(
int hwnd,
const QString& addr);
1957 inline QString ReadIni(
const QString& section,
const QString& key,
const QString& file);
1965 inline QString ReadIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd);
1973 inline int ReadInt(
int hwnd,
const QString& addr,
int type);
1981 inline QString ReadString(
int hwnd,
const QString& addr,
int type,
int len);
1989 inline int Reg(
const QString& code,
const QString& Ver);
1997 inline int RegEx(
const QString& code,
const QString& Ver,
const QString& ip);
2005 inline int RegExNoMac(
const QString& code,
const QString& Ver,
const QString& ip);
2013 inline int RegNoMac(
const QString& code,
const QString& Ver);
2021 inline int RightClick();
2029 inline int RightDown();
2037 inline int RightUp();
2045 inline int RunApp(
const QString& path,
int mode);
2053 inline int SaveDict(
int index,
const QString& file);
2061 inline int ScreenToClient(
int hwnd, QVariant& x, QVariant& y);
2069 inline QString SelectDirectory();
2077 inline QString SelectFile();
2085 inline int SendCommand(
const QString& cmd);
2093 inline int SendPaste(
int hwnd);
2101 inline int SendString(
int hwnd,
const QString& str);
2109 inline int SendString2(
int hwnd,
const QString& str);
2117 inline int SendStringIme(
const QString& str);
2125 inline int SetClientSize(
int hwnd,
int width,
int height);
2133 inline int SetClipboard(
const QString& data);
2141 inline int SetColGapNoDict(
int col_gap);
2149 inline int SetDict(
int index,
const QString& dict_name);
2157 inline int SetDictMem(
int index,
int addr,
int size);
2165 inline int SetDictPwd(
const QString& pwd);
2173 inline int SetDisplayAcceler(
int level);
2181 inline int SetDisplayDelay(
int t);
2189 inline int SetDisplayInput(
const QString& mode);
2197 inline int SetEnumWindowDelay(
int delay);
2205 inline int SetEnv(
int index,
const QString& name,
const QString& value);
2213 inline int SetExactOcr(
int exact_ocr);
2221 inline int SetExportDict(
int index,
const QString& dict_name);
2229 inline int SetKeypadDelay(
const QString& type,
int delay);
2237 inline int SetMemoryFindResultToFile(
const QString& file);
2245 inline int SetMemoryHwndAsProcessId(
int en);
2253 inline int SetMinColGap(
int col_gap);
2261 inline int SetMinRowGap(
int row_gap);
2269 inline int SetMouseDelay(
const QString& type,
int delay);
2277 inline int SetPath(
const QString& path);
2285 inline int SetPicPwd(
const QString& pwd);
2293 inline int SetRowGapNoDict(
int row_gap);
2301 inline int SetScreen(
int width,
int height,
int depth);
2309 inline int SetShowErrorMsg(
int show);
2317 inline int SetSimMode(
int mode);
2325 inline int SetUAC(
int uac);
2333 inline int SetWindowSize(
int hwnd,
int width,
int height);
2341 inline int SetWindowState(
int hwnd,
int flag);
2349 inline int SetWindowText(
int hwnd,
const QString& text);
2357 inline int SetWindowTransparent(
int hwnd,
int v);
2365 inline int SetWordGap(
int word_gap);
2373 inline int SetWordGapNoDict(
int word_gap);
2381 inline int SetWordLineHeight(
int line_height);
2389 inline int SetWordLineHeightNoDict(
int line_height);
2397 inline int ShowScrMsg(
int x1,
int y1,
int x2,
int y2,
const QString& msg,
const QString& color);
2405 inline QString SortPosDistance(
const QString& all_pos,
int type,
int x,
int y);
2413 inline int Stop(
int id);
2421 inline int StrStr(
const QString& s,
const QString& str);
2429 inline QString StringToData(
const QString& string_value,
int type);
2437 inline int UnBindWindow();
2445 inline int UseDict(
int index);
2453 inline QString Ver();
2461 inline int WaitKey(
int key_code,
int time_out);
2469 inline int WheelDown();
2477 inline int WheelUp();
2485 inline int WriteData(
int hwnd,
const QString& addr,
const QString& data);
2493 inline int WriteDouble(
int hwnd,
const QString& addr,
double v);
2501 inline int WriteFile(
const QString& file,
const QString& content);
2509 inline int WriteFloat(
int hwnd,
const QString& addr,
double v);
2517 inline int WriteIni(
const QString& section,
const QString& key,
const QString& v,
const QString& file);
2525 inline int WriteIniPwd(
const QString& section,
const QString& key,
const QString& v,
const QString& file,
const QString& pwd);
2533 inline int WriteInt(
int hwnd,
const QString& addr,
int type,
int v);
2541 inline int WriteString(
int hwnd,
const QString& addr,
int type,
const QString& v);
2549 inline int delay(
int mis);
2553 virtual const QMetaObject *
metaObject()
const {
return &staticMetaObject; }
2554 virtual void *qt_metacast(
const char *);
2564 setControl(
"{26037a0e-7cbd-4fff-9c63-56f2d0770214}");
2570 initializeFrom(iface);
2580 inline int ActiveInputMethod(
int hwnd,
const QString&
id);
2588 inline int AddDict(
int index,
const QString& dict_info);
2596 inline QString AppendPicAddr(
const QString& pic_info,
int addr,
int size);
2604 inline int AsmAdd(
const QString& asm_ins);
2612 inline int AsmCall(
int hwnd,
int mode);
2620 inline int AsmClear();
2628 inline QString AsmCode(
int base_addr);
2636 inline QString Assemble(
const QString& asm_code,
int base_addr,
int is_upper);
2644 inline QString BGR2RGB(
const QString& bgr_color);
2652 inline int Beep(
int fre,
int delay);
2660 inline int BindWindow(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
int mode);
2668 inline int BindWindowEx(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
const QString& public_desc,
int mode);
2676 inline int Capture(
int x1,
int y1,
int x2,
int y2,
const QString& file);
2684 inline int CaptureGif(
int x1,
int y1,
int x2,
int y2,
const QString& file,
int delay,
int time);
2692 inline int CaptureJpg(
int x1,
int y1,
int x2,
int y2,
const QString& file,
int quality);
2700 inline int CapturePng(
int x1,
int y1,
int x2,
int y2,
const QString& file);
2708 inline int CapturePre(
const QString& file);
2716 inline int CheckFontSmooth();
2724 inline int CheckInputMethod(
int hwnd,
const QString&
id);
2732 inline int CheckUAC();
2740 inline int ClearDict(
int index);
2748 inline int ClientToScreen(
int hwnd, QVariant& x, QVariant& y);
2756 inline int CmpColor(
int x,
int y,
const QString& color,
double sim);
2764 inline int CopyFile(
const QString& src_file,
const QString& dst_file,
int over);
2772 inline int CreateFolder(
const QString& folder_name);
2780 inline int CreateFoobarCustom(
int hwnd,
int x,
int y,
const QString& pic,
const QString& trans_color,
double sim);
2788 inline int CreateFoobarEllipse(
int hwnd,
int x,
int y,
int w,
int h);
2796 inline int CreateFoobarRect(
int hwnd,
int x,
int y,
int w,
int h);
2804 inline int CreateFoobarRoundRect(
int hwnd,
int x,
int y,
int w,
int h,
int rw,
int rh);
2812 inline int DecodeFile(
const QString& file,
const QString& pwd);
2820 inline int DelEnv(
int index,
const QString& name);
2828 inline int DeleteFile(
const QString& file);
2836 inline int DeleteFolder(
const QString& folder_name);
2844 inline int DeleteIni(
const QString& section,
const QString& key,
const QString& file);
2852 inline int DeleteIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd);
2860 inline int DisableFontSmooth();
2868 inline int DisablePowerSave();
2876 inline int DisableScreenSave();
2884 inline int DmGuard(
int en,
const QString& type);
2892 inline QString DoubleToData(
double double_value);
2900 inline int DownCpu(
int rate);
2908 inline int DownloadFile(
const QString& url,
const QString& save_file,
int timeout);
2916 inline int EnableBind(
int en);
2924 inline int EnableDisplayDebug(
int enable_debug);
2932 inline int EnableFakeActive(
int en);
2940 inline int EnableGetColorByCapture(
int en);
2948 inline int EnableIme(
int en);
2956 inline int EnableKeypadMsg(
int en);
2964 inline int EnableKeypadPatch(
int en);
2972 inline int EnableKeypadSync(
int en,
int time_out);
2980 inline int EnableMouseMsg(
int en);
2988 inline int EnableMouseSync(
int en,
int time_out);
2996 inline int EnableRealKeypad(
int en);
3004 inline int EnableRealMouse(
int en,
int mousedelay,
int mousestep);
3012 inline int EnableSpeedDx(
int en);
3020 inline int EncodeFile(
const QString& file,
const QString& pwd);
3028 inline int EnterCri();
3036 inline QString EnumWindow(
int parent,
const QString& title,
const QString& class_name,
int filter);
3044 inline QString EnumWindowByProcess(
const QString& process_name,
const QString& title,
const QString& class_name,
int filter);
3052 inline QString EnumWindowSuper(
const QString& spec1,
int flag1,
int type1,
const QString& spec2,
int flag2,
int type2,
int sort);
3060 inline QString ExcludePos(
const QString& all_pos,
int type,
int x1,
int y1,
int x2,
int y2);
3068 inline int ExitOs(
int type);
3076 inline int FaqCancel();
3084 inline int FaqCapture(
int x1,
int y1,
int x2,
int y2,
int quality,
int delay,
int time);
3092 inline int FaqCaptureFromFile(
int x1,
int y1,
int x2,
int y2,
const QString& file,
int quality);
3100 inline QString FaqFetch();
3108 inline int FaqGetSize(
int handle);
3116 inline int FaqPost(
const QString& server,
int handle,
int request_type,
int time_out);
3124 inline int FaqRelease(
int handle);
3132 inline QString FaqSend(
const QString& server,
int handle,
int request_type,
int time_out);
3140 inline QString FetchWord(
int x1,
int y1,
int x2,
int y2,
const QString& color,
const QString& word);
3148 inline int FindColor(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir, QVariant& x, QVariant& y);
3156 inline QString FindColorE(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir);
3164 inline QString FindColorEx(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir);
3172 inline QString FindData(
int hwnd,
const QString& addr_range,
const QString& data);
3180 inline QString FindDataEx(
int hwnd,
const QString& addr_range,
const QString& data,
int step,
int multi_thread,
int mode);
3188 inline QString FindDouble(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max);
3196 inline QString FindDoubleEx(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max,
int step,
int multi_thread,
int mode);
3204 inline QString FindFloat(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max);
3212 inline QString FindFloatEx(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max,
int step,
int multi_thread,
int mode);
3220 inline int FindInputMethod(
const QString&
id);
3228 inline QString FindInt(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type);
3236 inline QString FindIntEx(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type,
int step,
int multi_thread,
int mode);
3244 inline int FindMulColor(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
3252 inline int FindMultiColor(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y);
3260 inline QString FindMultiColorE(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir);
3268 inline QString FindMultiColorEx(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir);
3276 inline QString FindNearestPos(
const QString& all_pos,
int type,
int x,
int y);
3284 inline int FindPic(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y);
3292 inline QString FindPicE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir);
3300 inline QString FindPicEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir);
3308 inline QString FindPicExS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir);
3316 inline int FindPicMem(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y);
3324 inline QString FindPicMemE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir);
3332 inline QString FindPicMemEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir);
3340 inline QString FindPicS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y);
3348 inline int FindShape(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y);
3356 inline QString FindShapeE(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir);
3364 inline QString FindShapeEx(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir);
3372 inline int FindStr(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
3380 inline QString FindStrE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
3388 inline QString FindStrEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
3396 inline QString FindStrExS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
3404 inline int FindStrFast(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
3412 inline QString FindStrFastE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
3420 inline QString FindStrFastEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
3428 inline QString FindStrFastExS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim);
3436 inline QString FindStrFastS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
3444 inline QString FindStrS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y);
3452 inline int FindStrWithFont(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag, QVariant& x, QVariant& y);
3460 inline QString FindStrWithFontE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag);
3468 inline QString FindStrWithFontEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag);
3476 inline QString FindString(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type);
3484 inline QString FindStringEx(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type,
int step,
int multi_thread,
int mode);
3492 inline int FindWindow(
const QString& class_name,
const QString& title_name);
3500 inline int FindWindowByProcess(
const QString& process_name,
const QString& class_name,
const QString& title_name);
3508 inline int FindWindowByProcessId(
int process_id,
const QString& class_name,
const QString& title_name);
3516 inline int FindWindowEx(
int parent,
const QString& class_name,
const QString& title_name);
3524 inline int FindWindowSuper(
const QString& spec1,
int flag1,
int type1,
const QString& spec2,
int flag2,
int type2);
3532 inline QString FloatToData(
double float_value);
3540 inline int FoobarClearText(
int hwnd);
3548 inline int FoobarClose(
int hwnd);
3556 inline int FoobarDrawLine(
int hwnd,
int x1,
int y1,
int x2,
int y2,
const QString& color,
int style,
int width);
3564 inline int FoobarDrawPic(
int hwnd,
int x,
int y,
const QString& pic,
const QString& trans_color);
3572 inline int FoobarDrawText(
int hwnd,
int x,
int y,
int w,
int h,
const QString& text,
const QString& color,
int align);
3580 inline int FoobarFillRect(
int hwnd,
int x1,
int y1,
int x2,
int y2,
const QString& color);
3588 inline int FoobarLock(
int hwnd);
3596 inline int FoobarPrintText(
int hwnd,
const QString& text,
const QString& color);
3604 inline int FoobarSetFont(
int hwnd,
const QString& font_name,
int size,
int flag);
3612 inline int FoobarSetSave(
int hwnd,
const QString& file,
int en,
const QString& header);
3620 inline int FoobarTextLineGap(
int hwnd,
int gap);
3628 inline int FoobarTextPrintDir(
int hwnd,
int dir);
3636 inline int FoobarTextRect(
int hwnd,
int x,
int y,
int w,
int h);
3644 inline int FoobarUnlock(
int hwnd);
3652 inline int FoobarUpdate(
int hwnd);
3660 inline int ForceUnBindWindow(
int hwnd);
3668 inline int FreePic(
const QString& pic_name);
3676 inline int FreeScreenData(
int handle);
3684 inline QString GetAveHSV(
int x1,
int y1,
int x2,
int y2);
3692 inline QString GetAveRGB(
int x1,
int y1,
int x2,
int y2);
3700 inline QString GetBasePath();
3708 inline int GetClientRect(
int hwnd, QVariant& x1, QVariant& y1, QVariant& x2, QVariant& y2);
3716 inline int GetClientSize(
int hwnd, QVariant& width, QVariant& height);
3724 inline QString GetClipboard();
3732 inline QString GetColor(
int x,
int y);
3740 inline QString GetColorBGR(
int x,
int y);
3748 inline QString GetColorHSV(
int x,
int y);
3756 inline int GetColorNum(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
3764 inline int GetCursorPos(QVariant& x, QVariant& y);
3772 inline QString GetCursorShape();
3780 inline QString GetCursorShapeEx(
int type);
3788 inline QString GetCursorSpot();
3796 inline QString GetDict(
int index,
int font_index);
3804 inline int GetDictCount(
int index);
3812 inline QString GetDictInfo(
const QString& str,
const QString& font_name,
int font_size,
int flag);
3820 inline QString GetDir(
int type);
3828 inline QString GetDiskSerial();
3836 inline int GetDmCount();
3844 inline QString GetEnv(
int index,
const QString& name);
3852 inline int GetFileLength(
const QString& file);
3860 inline int GetForegroundFocus();
3868 inline int GetForegroundWindow();
3884 inline int GetKeyState(
int vk);
3892 inline int GetLastError();
3900 inline QString GetMac();
3908 inline QString GetMachineCode();
3916 inline QString GetMachineCodeNoMac();
3924 inline int GetModuleBaseAddr(
int hwnd,
const QString& module_name);
3932 inline int GetMousePointWindow();
3940 inline QString GetNetTime();
3948 inline QString GetNetTimeSafe();
3956 inline int GetNowDict();
3964 inline int GetOsType();
3972 inline QString GetPath();
3980 inline QString GetPicSize(
const QString& pic_name);
3988 inline int GetPointWindow(
int x,
int y);
3996 inline int GetResultCount(
const QString& str);
4004 inline int GetResultPos(
const QString& str,
int index, QVariant& x, QVariant& y);
4012 inline int GetScreenData(
int x1,
int y1,
int x2,
int y2);
4020 inline int GetScreenDataBmp(
int x1,
int y1,
int x2,
int y2, QVariant& data, QVariant& size);
4028 inline int GetScreenDepth();
4036 inline int GetScreenHeight();
4044 inline int GetScreenWidth();
4052 inline int GetSpecialWindow(
int flag);
4060 inline int GetTime();
4068 inline int GetWindow(
int hwnd,
int flag);
4076 inline QString GetWindowClass(
int hwnd);
4084 inline int GetWindowProcessId(
int hwnd);
4092 inline QString GetWindowProcessPath(
int hwnd);
4100 inline int GetWindowRect(
int hwnd, QVariant& x1, QVariant& y1, QVariant& x2, QVariant& y2);
4108 inline int GetWindowState(
int hwnd,
int flag);
4116 inline QString GetWindowTitle(
int hwnd);
4124 inline int GetWordResultCount(
const QString& str);
4132 inline int GetWordResultPos(
const QString& str,
int index, QVariant& x, QVariant& y);
4140 inline QString GetWordResultStr(
const QString& str,
int index);
4148 inline QString GetWords(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
4156 inline QString GetWordsNoDict(
int x1,
int y1,
int x2,
int y2,
const QString& color);
4164 inline int ImageToBmp(
const QString& pic_name,
const QString& bmp_name);
4172 inline QString IntToData(
int int_value,
int type);
4180 inline int Is64Bit();
4188 inline int IsBind(
int hwnd);
4196 inline int IsDisplayDead(
int x1,
int y1,
int x2,
int y2,
int t);
4204 inline int IsFileExist(
const QString& file);
4212 inline int KeyDown(
int vk);
4220 inline int KeyDownChar(
const QString& key_str);
4228 inline int KeyPress(
int vk);
4236 inline int KeyPressChar(
const QString& key_str);
4244 inline int KeyPressStr(
const QString& key_str,
int delay);
4252 inline int KeyUp(
int vk);
4260 inline int KeyUpChar(
const QString& key_str);
4268 inline int LeaveCri();
4276 inline int LeftClick();
4284 inline int LeftDoubleClick();
4292 inline int LeftDown();
4300 inline int LeftUp();
4308 inline int LoadPic(
const QString& pic_name);
4316 inline int LockDisplay(
int lock);
4324 inline int LockInput(
int lock);
4332 inline int LockMouseRect(
int x1,
int y1,
int x2,
int y2);
4340 inline int Log(
const QString& info);
4348 inline QString MatchPicName(
const QString& pic_name);
4356 inline QString Md5(
const QString& str);
4364 inline int MiddleClick();
4372 inline int MoveDD(
int dx,
int dy);
4380 inline int MoveFile(
const QString& src_file,
const QString& dst_file);
4388 inline int MoveR(
int rx,
int ry);
4396 inline int MoveTo(
int x,
int y);
4404 inline QString MoveToEx(
int x,
int y,
int w,
int h);
4412 inline int MoveWindow(
int hwnd,
int x,
int y);
4420 inline QString Ocr(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
4428 inline QString OcrEx(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim);
4436 inline QString OcrInFile(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& color,
double sim);
4444 inline int Play(
const QString& file);
4452 inline QString RGB2BGR(
const QString& rgb_color);
4460 inline QString ReadData(
int hwnd,
const QString& addr,
int len);
4468 inline double ReadDouble(
int hwnd,
const QString& addr);
4476 inline QString ReadFile(
const QString& file);
4484 inline double ReadFloat(
int hwnd,
const QString& addr);
4492 inline QString ReadIni(
const QString& section,
const QString& key,
const QString& file);
4500 inline QString ReadIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd);
4508 inline int ReadInt(
int hwnd,
const QString& addr,
int type);
4516 inline QString ReadString(
int hwnd,
const QString& addr,
int type,
int len);
4524 inline int Reg(
const QString& code,
const QString& Ver);
4532 inline int RegEx(
const QString& code,
const QString& Ver,
const QString& ip);
4540 inline int RegExNoMac(
const QString& code,
const QString& Ver,
const QString& ip);
4548 inline int RegNoMac(
const QString& code,
const QString& Ver);
4556 inline int RightClick();
4564 inline int RightDown();
4572 inline int RightUp();
4580 inline int RunApp(
const QString& path,
int mode);
4588 inline int SaveDict(
int index,
const QString& file);
4596 inline int ScreenToClient(
int hwnd, QVariant& x, QVariant& y);
4604 inline QString SelectDirectory();
4612 inline QString SelectFile();
4620 inline int SendCommand(
const QString& cmd);
4628 inline int SendPaste(
int hwnd);
4636 inline int SendString(
int hwnd,
const QString& str);
4644 inline int SendString2(
int hwnd,
const QString& str);
4652 inline int SendStringIme(
const QString& str);
4660 inline int SetClientSize(
int hwnd,
int width,
int height);
4668 inline int SetClipboard(
const QString& data);
4676 inline int SetColGapNoDict(
int col_gap);
4684 inline int SetDict(
int index,
const QString& dict_name);
4692 inline int SetDictMem(
int index,
int addr,
int size);
4700 inline int SetDictPwd(
const QString& pwd);
4708 inline int SetDisplayAcceler(
int level);
4716 inline int SetDisplayDelay(
int t);
4724 inline int SetDisplayInput(
const QString& mode);
4732 inline int SetEnumWindowDelay(
int delay);
4740 inline int SetEnv(
int index,
const QString& name,
const QString& value);
4748 inline int SetExactOcr(
int exact_ocr);
4756 inline int SetExportDict(
int index,
const QString& dict_name);
4764 inline int SetKeypadDelay(
const QString& type,
int delay);
4772 inline int SetMemoryFindResultToFile(
const QString& file);
4780 inline int SetMemoryHwndAsProcessId(
int en);
4788 inline int SetMinColGap(
int col_gap);
4796 inline int SetMinRowGap(
int row_gap);
4804 inline int SetMouseDelay(
const QString& type,
int delay);
4812 inline int SetPath(
const QString& path);
4820 inline int SetPicPwd(
const QString& pwd);
4828 inline int SetRowGapNoDict(
int row_gap);
4836 inline int SetScreen(
int width,
int height,
int depth);
4844 inline int SetShowErrorMsg(
int show);
4852 inline int SetSimMode(
int mode);
4860 inline int SetUAC(
int uac);
4868 inline int SetWindowSize(
int hwnd,
int width,
int height);
4876 inline int SetWindowState(
int hwnd,
int flag);
4884 inline int SetWindowText(
int hwnd,
const QString& text);
4892 inline int SetWindowTransparent(
int hwnd,
int v);
4900 inline int SetWordGap(
int word_gap);
4908 inline int SetWordGapNoDict(
int word_gap);
4916 inline int SetWordLineHeight(
int line_height);
4924 inline int SetWordLineHeightNoDict(
int line_height);
4932 inline int ShowScrMsg(
int x1,
int y1,
int x2,
int y2,
const QString& msg,
const QString& color);
4940 inline QString SortPosDistance(
const QString& all_pos,
int type,
int x,
int y);
4948 inline int Stop(
int id);
4956 inline int StrStr(
const QString& s,
const QString& str);
4964 inline QString StringToData(
const QString& string_value,
int type);
4972 inline int UnBindWindow();
4980 inline int UseDict(
int index);
4988 inline QString Ver();
4996 inline int WaitKey(
int key_code,
int time_out);
5004 inline int WheelDown();
5012 inline int WheelUp();
5020 inline int WriteData(
int hwnd,
const QString& addr,
const QString& data);
5028 inline int WriteDouble(
int hwnd,
const QString& addr,
double v);
5036 inline int WriteFile(
const QString& file,
const QString& content);
5044 inline int WriteFloat(
int hwnd,
const QString& addr,
double v);
5052 inline int WriteIni(
const QString& section,
const QString& key,
const QString& v,
const QString& file);
5060 inline int WriteIniPwd(
const QString& section,
const QString& key,
const QString& v,
const QString& file,
const QString& pwd);
5068 inline int WriteInt(
int hwnd,
const QString& addr,
int type,
int v);
5076 inline int WriteString(
int hwnd,
const QString& addr,
int type,
const QString& v);
5084 inline int delay(
int mis);
5088 virtual const QMetaObject *
metaObject()
const {
return &staticMetaObject; }
5089 virtual void *qt_metacast(
const char *);
5093 #ifndef QAX_DUMPCPP_DM_NOINLINES
5097 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&
id};
5098 qt_metacall(QMetaObject::InvokeMetaMethod, 8, _a);
5105 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&dict_info};
5106 qt_metacall(QMetaObject::InvokeMetaMethod, 9, _a);
5113 void *_a[] = {(
void*)&qax_result, (
void*)&pic_info, (
void*)&addr, (
void*)&size};
5114 qt_metacall(QMetaObject::InvokeMetaMethod, 10, _a);
5121 void *_a[] = {(
void*)&qax_result, (
void*)&asm_ins};
5122 qt_metacall(QMetaObject::InvokeMetaMethod, 11, _a);
5129 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&mode};
5130 qt_metacall(QMetaObject::InvokeMetaMethod, 12, _a);
5137 void *_a[] = {(
void*)&qax_result};
5138 qt_metacall(QMetaObject::InvokeMetaMethod, 13, _a);
5145 void *_a[] = {(
void*)&qax_result, (
void*)&base_addr};
5146 qt_metacall(QMetaObject::InvokeMetaMethod, 14, _a);
5153 void *_a[] = {(
void*)&qax_result, (
void*)&asm_code, (
void*)&base_addr, (
void*)&is_upper};
5154 qt_metacall(QMetaObject::InvokeMetaMethod, 15, _a);
5161 void *_a[] = {(
void*)&qax_result, (
void*)&bgr_color};
5162 qt_metacall(QMetaObject::InvokeMetaMethod, 16, _a);
5169 void *_a[] = {(
void*)&qax_result, (
void*)&fre, (
void*)&
delay};
5170 qt_metacall(QMetaObject::InvokeMetaMethod, 17, _a);
5174 inline int dmsoft::BindWindow(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
int mode)
5177 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&display, (
void*)&mouse, (
void*)&keypad, (
void*)&mode};
5178 qt_metacall(QMetaObject::InvokeMetaMethod, 18, _a);
5182 inline int dmsoft::BindWindowEx(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
const QString& public_desc,
int mode)
5185 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&display, (
void*)&mouse, (
void*)&keypad, (
void*)&public_desc, (
void*)&mode};
5186 qt_metacall(QMetaObject::InvokeMetaMethod, 19, _a);
5193 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file};
5194 qt_metacall(QMetaObject::InvokeMetaMethod, 20, _a);
5201 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file, (
void*)&
delay, (
void*)&time};
5202 qt_metacall(QMetaObject::InvokeMetaMethod, 21, _a);
5209 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file, (
void*)&quality};
5210 qt_metacall(QMetaObject::InvokeMetaMethod, 22, _a);
5217 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file};
5218 qt_metacall(QMetaObject::InvokeMetaMethod, 23, _a);
5225 void *_a[] = {(
void*)&qax_result, (
void*)&file};
5226 qt_metacall(QMetaObject::InvokeMetaMethod, 24, _a);
5233 void *_a[] = {(
void*)&qax_result};
5234 qt_metacall(QMetaObject::InvokeMetaMethod, 25, _a);
5241 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&
id};
5242 qt_metacall(QMetaObject::InvokeMetaMethod, 26, _a);
5249 void *_a[] = {(
void*)&qax_result};
5250 qt_metacall(QMetaObject::InvokeMetaMethod, 27, _a);
5257 void *_a[] = {(
void*)&qax_result, (
void*)&index};
5258 qt_metacall(QMetaObject::InvokeMetaMethod, 28, _a);
5265 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y};
5266 qt_metacall(QMetaObject::InvokeMetaMethod, 29, _a);
5273 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y, (
void*)&color, (
void*)&sim};
5274 qt_metacall(QMetaObject::InvokeMetaMethod, 30, _a);
5281 void *_a[] = {(
void*)&qax_result, (
void*)&src_file, (
void*)&dst_file, (
void*)&over};
5282 qt_metacall(QMetaObject::InvokeMetaMethod, 31, _a);
5289 void *_a[] = {(
void*)&qax_result, (
void*)&folder_name};
5290 qt_metacall(QMetaObject::InvokeMetaMethod, 32, _a);
5297 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&pic, (
void*)&trans_color, (
void*)&sim};
5298 qt_metacall(QMetaObject::InvokeMetaMethod, 33, _a);
5305 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
5306 qt_metacall(QMetaObject::InvokeMetaMethod, 34, _a);
5313 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
5314 qt_metacall(QMetaObject::InvokeMetaMethod, 35, _a);
5321 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h, (
void*)&rw, (
void*)&rh};
5322 qt_metacall(QMetaObject::InvokeMetaMethod, 36, _a);
5329 void *_a[] = {(
void*)&qax_result, (
void*)&file, (
void*)&pwd};
5330 qt_metacall(QMetaObject::InvokeMetaMethod, 37, _a);
5337 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&name};
5338 qt_metacall(QMetaObject::InvokeMetaMethod, 38, _a);
5345 void *_a[] = {(
void*)&qax_result, (
void*)&file};
5346 qt_metacall(QMetaObject::InvokeMetaMethod, 39, _a);
5353 void *_a[] = {(
void*)&qax_result, (
void*)&folder_name};
5354 qt_metacall(QMetaObject::InvokeMetaMethod, 40, _a);
5361 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file};
5362 qt_metacall(QMetaObject::InvokeMetaMethod, 41, _a);
5366 inline int dmsoft::DeleteIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd)
5369 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file, (
void*)&pwd};
5370 qt_metacall(QMetaObject::InvokeMetaMethod, 42, _a);
5377 void *_a[] = {(
void*)&qax_result};
5378 qt_metacall(QMetaObject::InvokeMetaMethod, 43, _a);
5385 void *_a[] = {(
void*)&qax_result};
5386 qt_metacall(QMetaObject::InvokeMetaMethod, 44, _a);
5393 void *_a[] = {(
void*)&qax_result};
5394 qt_metacall(QMetaObject::InvokeMetaMethod, 45, _a);
5401 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&type};
5402 qt_metacall(QMetaObject::InvokeMetaMethod, 46, _a);
5409 void *_a[] = {(
void*)&qax_result, (
void*)&double_value};
5410 qt_metacall(QMetaObject::InvokeMetaMethod, 47, _a);
5417 void *_a[] = {(
void*)&qax_result, (
void*)&rate};
5418 qt_metacall(QMetaObject::InvokeMetaMethod, 48, _a);
5425 void *_a[] = {(
void*)&qax_result, (
void*)&url, (
void*)&save_file, (
void*)&timeout};
5426 qt_metacall(QMetaObject::InvokeMetaMethod, 49, _a);
5433 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5434 qt_metacall(QMetaObject::InvokeMetaMethod, 50, _a);
5441 void *_a[] = {(
void*)&qax_result, (
void*)&enable_debug};
5442 qt_metacall(QMetaObject::InvokeMetaMethod, 51, _a);
5449 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5450 qt_metacall(QMetaObject::InvokeMetaMethod, 52, _a);
5457 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5458 qt_metacall(QMetaObject::InvokeMetaMethod, 53, _a);
5465 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5466 qt_metacall(QMetaObject::InvokeMetaMethod, 54, _a);
5473 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5474 qt_metacall(QMetaObject::InvokeMetaMethod, 55, _a);
5481 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5482 qt_metacall(QMetaObject::InvokeMetaMethod, 56, _a);
5489 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&time_out};
5490 qt_metacall(QMetaObject::InvokeMetaMethod, 57, _a);
5497 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5498 qt_metacall(QMetaObject::InvokeMetaMethod, 58, _a);
5505 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&time_out};
5506 qt_metacall(QMetaObject::InvokeMetaMethod, 59, _a);
5513 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5514 qt_metacall(QMetaObject::InvokeMetaMethod, 60, _a);
5521 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&mousedelay, (
void*)&mousestep};
5522 qt_metacall(QMetaObject::InvokeMetaMethod, 61, _a);
5529 void *_a[] = {(
void*)&qax_result, (
void*)&en};
5530 qt_metacall(QMetaObject::InvokeMetaMethod, 62, _a);
5537 void *_a[] = {(
void*)&qax_result, (
void*)&file, (
void*)&pwd};
5538 qt_metacall(QMetaObject::InvokeMetaMethod, 63, _a);
5545 void *_a[] = {(
void*)&qax_result};
5546 qt_metacall(QMetaObject::InvokeMetaMethod, 64, _a);
5550 inline QString
dmsoft::EnumWindow(
int parent,
const QString& title,
const QString& class_name,
int filter)
5553 void *_a[] = {(
void*)&qax_result, (
void*)&parent, (
void*)&title, (
void*)&class_name, (
void*)&filter};
5554 qt_metacall(QMetaObject::InvokeMetaMethod, 65, _a);
5561 void *_a[] = {(
void*)&qax_result, (
void*)&process_name, (
void*)&title, (
void*)&class_name, (
void*)&filter};
5562 qt_metacall(QMetaObject::InvokeMetaMethod, 66, _a);
5566 inline QString
dmsoft::EnumWindowSuper(
const QString& spec1,
int flag1,
int type1,
const QString& spec2,
int flag2,
int type2,
int sort)
5569 void *_a[] = {(
void*)&qax_result, (
void*)&spec1, (
void*)&flag1, (
void*)&type1, (
void*)&spec2, (
void*)&flag2, (
void*)&type2, (
void*)&sort};
5570 qt_metacall(QMetaObject::InvokeMetaMethod, 67, _a);
5577 void *_a[] = {(
void*)&qax_result, (
void*)&all_pos, (
void*)&type, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
5578 qt_metacall(QMetaObject::InvokeMetaMethod, 68, _a);
5585 void *_a[] = {(
void*)&qax_result, (
void*)&type};
5586 qt_metacall(QMetaObject::InvokeMetaMethod, 69, _a);
5593 void *_a[] = {(
void*)&qax_result};
5594 qt_metacall(QMetaObject::InvokeMetaMethod, 70, _a);
5601 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&quality, (
void*)&
delay, (
void*)&time};
5602 qt_metacall(QMetaObject::InvokeMetaMethod, 71, _a);
5609 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file, (
void*)&quality};
5610 qt_metacall(QMetaObject::InvokeMetaMethod, 72, _a);
5617 void *_a[] = {(
void*)&qax_result};
5618 qt_metacall(QMetaObject::InvokeMetaMethod, 73, _a);
5625 void *_a[] = {(
void*)&qax_result, (
void*)&handle};
5626 qt_metacall(QMetaObject::InvokeMetaMethod, 74, _a);
5630 inline int dmsoft::FaqPost(
const QString& server,
int handle,
int request_type,
int time_out)
5633 void *_a[] = {(
void*)&qax_result, (
void*)&server, (
void*)&handle, (
void*)&request_type, (
void*)&time_out};
5634 qt_metacall(QMetaObject::InvokeMetaMethod, 75, _a);
5641 void *_a[] = {(
void*)&qax_result, (
void*)&handle};
5642 qt_metacall(QMetaObject::InvokeMetaMethod, 76, _a);
5646 inline QString
dmsoft::FaqSend(
const QString& server,
int handle,
int request_type,
int time_out)
5649 void *_a[] = {(
void*)&qax_result, (
void*)&server, (
void*)&handle, (
void*)&request_type, (
void*)&time_out};
5650 qt_metacall(QMetaObject::InvokeMetaMethod, 77, _a);
5654 inline QString
dmsoft::FetchWord(
int x1,
int y1,
int x2,
int y2,
const QString& color,
const QString& word)
5657 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&word};
5658 qt_metacall(QMetaObject::InvokeMetaMethod, 78, _a);
5662 inline int dmsoft::FindColor(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir, QVariant& x, QVariant& y)
5665 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
5666 qt_metacall(QMetaObject::InvokeMetaMethod, 79, _a);
5670 inline QString
dmsoft::FindColorE(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir)
5673 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim, (
void*)&dir};
5674 qt_metacall(QMetaObject::InvokeMetaMethod, 80, _a);
5681 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim, (
void*)&dir};
5682 qt_metacall(QMetaObject::InvokeMetaMethod, 81, _a);
5689 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&data};
5690 qt_metacall(QMetaObject::InvokeMetaMethod, 82, _a);
5694 inline QString
dmsoft::FindDataEx(
int hwnd,
const QString& addr_range,
const QString& data,
int step,
int multi_thread,
int mode)
5697 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&data, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
5698 qt_metacall(QMetaObject::InvokeMetaMethod, 83, _a);
5702 inline QString
dmsoft::FindDouble(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max)
5705 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&double_value_min, (
void*)&double_value_max};
5706 qt_metacall(QMetaObject::InvokeMetaMethod, 84, _a);
5710 inline QString
dmsoft::FindDoubleEx(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max,
int step,
int multi_thread,
int mode)
5713 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&double_value_min, (
void*)&double_value_max, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
5714 qt_metacall(QMetaObject::InvokeMetaMethod, 85, _a);
5718 inline QString
dmsoft::FindFloat(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max)
5721 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&float_value_min, (
void*)&float_value_max};
5722 qt_metacall(QMetaObject::InvokeMetaMethod, 86, _a);
5726 inline QString
dmsoft::FindFloatEx(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max,
int step,
int multi_thread,
int mode)
5729 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&float_value_min, (
void*)&float_value_max, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
5730 qt_metacall(QMetaObject::InvokeMetaMethod, 87, _a);
5737 void *_a[] = {(
void*)&qax_result, (
void*)&
id};
5738 qt_metacall(QMetaObject::InvokeMetaMethod, 88, _a);
5742 inline QString
dmsoft::FindInt(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type)
5745 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&int_value_min, (
void*)&int_value_max, (
void*)&type};
5746 qt_metacall(QMetaObject::InvokeMetaMethod, 89, _a);
5750 inline QString
dmsoft::FindIntEx(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type,
int step,
int multi_thread,
int mode)
5753 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&int_value_min, (
void*)&int_value_max, (
void*)&type, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
5754 qt_metacall(QMetaObject::InvokeMetaMethod, 90, _a);
5761 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
5762 qt_metacall(QMetaObject::InvokeMetaMethod, 91, _a);
5766 inline int dmsoft::FindMultiColor(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y)
5769 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&first_color, (
void*)&offset_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
5770 qt_metacall(QMetaObject::InvokeMetaMethod, 92, _a);
5774 inline QString
dmsoft::FindMultiColorE(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir)
5777 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&first_color, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
5778 qt_metacall(QMetaObject::InvokeMetaMethod, 93, _a);
5782 inline QString
dmsoft::FindMultiColorEx(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir)
5785 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&first_color, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
5786 qt_metacall(QMetaObject::InvokeMetaMethod, 94, _a);
5793 void *_a[] = {(
void*)&qax_result, (
void*)&all_pos, (
void*)&type, (
void*)&x, (
void*)&y};
5794 qt_metacall(QMetaObject::InvokeMetaMethod, 95, _a);
5798 inline int dmsoft::FindPic(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y)
5801 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
5802 qt_metacall(QMetaObject::InvokeMetaMethod, 96, _a);
5806 inline QString
dmsoft::FindPicE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir)
5809 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
5810 qt_metacall(QMetaObject::InvokeMetaMethod, 97, _a);
5814 inline QString
dmsoft::FindPicEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir)
5817 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
5818 qt_metacall(QMetaObject::InvokeMetaMethod, 98, _a);
5822 inline QString
dmsoft::FindPicExS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir)
5825 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
5826 qt_metacall(QMetaObject::InvokeMetaMethod, 99, _a);
5830 inline int dmsoft::FindPicMem(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y)
5833 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_info, (
void*)&delta_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
5834 qt_metacall(QMetaObject::InvokeMetaMethod, 100, _a);
5838 inline QString
dmsoft::FindPicMemE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir)
5841 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_info, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
5842 qt_metacall(QMetaObject::InvokeMetaMethod, 101, _a);
5846 inline QString
dmsoft::FindPicMemEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir)
5849 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_info, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
5850 qt_metacall(QMetaObject::InvokeMetaMethod, 102, _a);
5854 inline QString
dmsoft::FindPicS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y)
5857 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
5858 qt_metacall(QMetaObject::InvokeMetaMethod, 103, _a);
5862 inline int dmsoft::FindShape(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y)
5865 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&offset_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
5866 qt_metacall(QMetaObject::InvokeMetaMethod, 104, _a);
5870 inline QString
dmsoft::FindShapeE(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir)
5873 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
5874 qt_metacall(QMetaObject::InvokeMetaMethod, 105, _a);
5878 inline QString
dmsoft::FindShapeEx(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir)
5881 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
5882 qt_metacall(QMetaObject::InvokeMetaMethod, 106, _a);
5886 inline int dmsoft::FindStr(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
5889 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
5890 qt_metacall(QMetaObject::InvokeMetaMethod, 107, _a);
5894 inline QString
dmsoft::FindStrE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
5897 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
5898 qt_metacall(QMetaObject::InvokeMetaMethod, 108, _a);
5902 inline QString
dmsoft::FindStrEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
5905 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
5906 qt_metacall(QMetaObject::InvokeMetaMethod, 109, _a);
5910 inline QString
dmsoft::FindStrExS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
5913 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
5914 qt_metacall(QMetaObject::InvokeMetaMethod, 110, _a);
5918 inline int dmsoft::FindStrFast(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
5921 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
5922 qt_metacall(QMetaObject::InvokeMetaMethod, 111, _a);
5926 inline QString
dmsoft::FindStrFastE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
5929 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
5930 qt_metacall(QMetaObject::InvokeMetaMethod, 112, _a);
5934 inline QString
dmsoft::FindStrFastEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
5937 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
5938 qt_metacall(QMetaObject::InvokeMetaMethod, 113, _a);
5945 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
5946 qt_metacall(QMetaObject::InvokeMetaMethod, 114, _a);
5950 inline QString
dmsoft::FindStrFastS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
5953 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
5954 qt_metacall(QMetaObject::InvokeMetaMethod, 115, _a);
5958 inline QString
dmsoft::FindStrS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
5961 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
5962 qt_metacall(QMetaObject::InvokeMetaMethod, 116, _a);
5966 inline int dmsoft::FindStrWithFont(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag, QVariant& x, QVariant& y)
5969 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&font_name, (
void*)&font_size, (
void*)&flag, (
void*)&x, (
void*)&y};
5970 qt_metacall(QMetaObject::InvokeMetaMethod, 117, _a);
5974 inline QString
dmsoft::FindStrWithFontE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag)
5977 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&font_name, (
void*)&font_size, (
void*)&flag};
5978 qt_metacall(QMetaObject::InvokeMetaMethod, 118, _a);
5982 inline QString
dmsoft::FindStrWithFontEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag)
5985 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&font_name, (
void*)&font_size, (
void*)&flag};
5986 qt_metacall(QMetaObject::InvokeMetaMethod, 119, _a);
5990 inline QString
dmsoft::FindString(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type)
5993 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&string_value, (
void*)&type};
5994 qt_metacall(QMetaObject::InvokeMetaMethod, 120, _a);
5998 inline QString
dmsoft::FindStringEx(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type,
int step,
int multi_thread,
int mode)
6001 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&string_value, (
void*)&type, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
6002 qt_metacall(QMetaObject::InvokeMetaMethod, 121, _a);
6009 void *_a[] = {(
void*)&qax_result, (
void*)&class_name, (
void*)&title_name};
6010 qt_metacall(QMetaObject::InvokeMetaMethod, 122, _a);
6017 void *_a[] = {(
void*)&qax_result, (
void*)&process_name, (
void*)&class_name, (
void*)&title_name};
6018 qt_metacall(QMetaObject::InvokeMetaMethod, 123, _a);
6025 void *_a[] = {(
void*)&qax_result, (
void*)&process_id, (
void*)&class_name, (
void*)&title_name};
6026 qt_metacall(QMetaObject::InvokeMetaMethod, 124, _a);
6033 void *_a[] = {(
void*)&qax_result, (
void*)&parent, (
void*)&class_name, (
void*)&title_name};
6034 qt_metacall(QMetaObject::InvokeMetaMethod, 125, _a);
6041 void *_a[] = {(
void*)&qax_result, (
void*)&spec1, (
void*)&flag1, (
void*)&type1, (
void*)&spec2, (
void*)&flag2, (
void*)&type2};
6042 qt_metacall(QMetaObject::InvokeMetaMethod, 126, _a);
6049 void *_a[] = {(
void*)&qax_result, (
void*)&float_value};
6050 qt_metacall(QMetaObject::InvokeMetaMethod, 127, _a);
6057 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6058 qt_metacall(QMetaObject::InvokeMetaMethod, 128, _a);
6065 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6066 qt_metacall(QMetaObject::InvokeMetaMethod, 129, _a);
6073 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&style, (
void*)&width};
6074 qt_metacall(QMetaObject::InvokeMetaMethod, 130, _a);
6081 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&pic, (
void*)&trans_color};
6082 qt_metacall(QMetaObject::InvokeMetaMethod, 131, _a);
6086 inline int dmsoft::FoobarDrawText(
int hwnd,
int x,
int y,
int w,
int h,
const QString& text,
const QString& color,
int align)
6089 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h, (
void*)&text, (
void*)&color, (
void*)&align};
6090 qt_metacall(QMetaObject::InvokeMetaMethod, 132, _a);
6097 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color};
6098 qt_metacall(QMetaObject::InvokeMetaMethod, 133, _a);
6105 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6106 qt_metacall(QMetaObject::InvokeMetaMethod, 134, _a);
6113 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&text, (
void*)&color};
6114 qt_metacall(QMetaObject::InvokeMetaMethod, 135, _a);
6121 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&font_name, (
void*)&size, (
void*)&flag};
6122 qt_metacall(QMetaObject::InvokeMetaMethod, 136, _a);
6129 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&file, (
void*)&en, (
void*)&header};
6130 qt_metacall(QMetaObject::InvokeMetaMethod, 137, _a);
6137 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&gap};
6138 qt_metacall(QMetaObject::InvokeMetaMethod, 138, _a);
6145 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&dir};
6146 qt_metacall(QMetaObject::InvokeMetaMethod, 139, _a);
6153 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
6154 qt_metacall(QMetaObject::InvokeMetaMethod, 140, _a);
6161 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6162 qt_metacall(QMetaObject::InvokeMetaMethod, 141, _a);
6169 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6170 qt_metacall(QMetaObject::InvokeMetaMethod, 142, _a);
6177 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6178 qt_metacall(QMetaObject::InvokeMetaMethod, 143, _a);
6185 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
6186 qt_metacall(QMetaObject::InvokeMetaMethod, 144, _a);
6193 void *_a[] = {(
void*)&qax_result, (
void*)&handle};
6194 qt_metacall(QMetaObject::InvokeMetaMethod, 145, _a);
6201 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
6202 qt_metacall(QMetaObject::InvokeMetaMethod, 146, _a);
6209 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
6210 qt_metacall(QMetaObject::InvokeMetaMethod, 147, _a);
6217 void *_a[] = {(
void*)&qax_result};
6218 qt_metacall(QMetaObject::InvokeMetaMethod, 148, _a);
6225 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
6226 qt_metacall(QMetaObject::InvokeMetaMethod, 149, _a);
6233 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&width, (
void*)&height};
6234 qt_metacall(QMetaObject::InvokeMetaMethod, 150, _a);
6241 void *_a[] = {(
void*)&qax_result};
6242 qt_metacall(QMetaObject::InvokeMetaMethod, 151, _a);
6249 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
6250 qt_metacall(QMetaObject::InvokeMetaMethod, 152, _a);
6257 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
6258 qt_metacall(QMetaObject::InvokeMetaMethod, 153, _a);
6265 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
6266 qt_metacall(QMetaObject::InvokeMetaMethod, 154, _a);
6273 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
6274 qt_metacall(QMetaObject::InvokeMetaMethod, 155, _a);
6281 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
6282 qt_metacall(QMetaObject::InvokeMetaMethod, 156, _a);
6289 void *_a[] = {(
void*)&qax_result};
6290 qt_metacall(QMetaObject::InvokeMetaMethod, 157, _a);
6297 void *_a[] = {(
void*)&qax_result, (
void*)&type};
6298 qt_metacall(QMetaObject::InvokeMetaMethod, 158, _a);
6305 void *_a[] = {(
void*)&qax_result};
6306 qt_metacall(QMetaObject::InvokeMetaMethod, 159, _a);
6313 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&font_index};
6314 qt_metacall(QMetaObject::InvokeMetaMethod, 160, _a);
6321 void *_a[] = {(
void*)&qax_result, (
void*)&index};
6322 qt_metacall(QMetaObject::InvokeMetaMethod, 161, _a);
6329 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&font_name, (
void*)&font_size, (
void*)&flag};
6330 qt_metacall(QMetaObject::InvokeMetaMethod, 162, _a);
6337 void *_a[] = {(
void*)&qax_result, (
void*)&type};
6338 qt_metacall(QMetaObject::InvokeMetaMethod, 163, _a);
6345 void *_a[] = {(
void*)&qax_result};
6346 qt_metacall(QMetaObject::InvokeMetaMethod, 164, _a);
6353 void *_a[] = {(
void*)&qax_result};
6354 qt_metacall(QMetaObject::InvokeMetaMethod, 165, _a);
6361 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&name};
6362 qt_metacall(QMetaObject::InvokeMetaMethod, 166, _a);
6369 void *_a[] = {(
void*)&qax_result, (
void*)&file};
6370 qt_metacall(QMetaObject::InvokeMetaMethod, 167, _a);
6377 void *_a[] = {(
void*)&qax_result};
6378 qt_metacall(QMetaObject::InvokeMetaMethod, 168, _a);
6385 void *_a[] = {(
void*)&qax_result};
6386 qt_metacall(QMetaObject::InvokeMetaMethod, 169, _a);
6393 void *_a[] = {(
void*)&qax_result};
6394 qt_metacall(QMetaObject::InvokeMetaMethod, 170, _a);
6401 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
6402 qt_metacall(QMetaObject::InvokeMetaMethod, 171, _a);
6409 void *_a[] = {(
void*)&qax_result};
6410 qt_metacall(QMetaObject::InvokeMetaMethod, 172, _a);
6417 void *_a[] = {(
void*)&qax_result};
6418 qt_metacall(QMetaObject::InvokeMetaMethod, 173, _a);
6425 void *_a[] = {(
void*)&qax_result};
6426 qt_metacall(QMetaObject::InvokeMetaMethod, 174, _a);
6433 void *_a[] = {(
void*)&qax_result};
6434 qt_metacall(QMetaObject::InvokeMetaMethod, 175, _a);
6441 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&module_name};
6442 qt_metacall(QMetaObject::InvokeMetaMethod, 176, _a);
6449 void *_a[] = {(
void*)&qax_result};
6450 qt_metacall(QMetaObject::InvokeMetaMethod, 177, _a);
6457 void *_a[] = {(
void*)&qax_result};
6458 qt_metacall(QMetaObject::InvokeMetaMethod, 178, _a);
6465 void *_a[] = {(
void*)&qax_result};
6466 qt_metacall(QMetaObject::InvokeMetaMethod, 179, _a);
6473 void *_a[] = {(
void*)&qax_result};
6474 qt_metacall(QMetaObject::InvokeMetaMethod, 180, _a);
6481 void *_a[] = {(
void*)&qax_result};
6482 qt_metacall(QMetaObject::InvokeMetaMethod, 181, _a);
6489 void *_a[] = {(
void*)&qax_result};
6490 qt_metacall(QMetaObject::InvokeMetaMethod, 182, _a);
6497 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
6498 qt_metacall(QMetaObject::InvokeMetaMethod, 183, _a);
6505 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
6506 qt_metacall(QMetaObject::InvokeMetaMethod, 184, _a);
6513 void *_a[] = {(
void*)&qax_result, (
void*)&str};
6514 qt_metacall(QMetaObject::InvokeMetaMethod, 185, _a);
6521 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&index, (
void*)&x, (
void*)&y};
6522 qt_metacall(QMetaObject::InvokeMetaMethod, 186, _a);
6529 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
6530 qt_metacall(QMetaObject::InvokeMetaMethod, 187, _a);
6537 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&data, (
void*)&size};
6538 qt_metacall(QMetaObject::InvokeMetaMethod, 188, _a);
6545 void *_a[] = {(
void*)&qax_result};
6546 qt_metacall(QMetaObject::InvokeMetaMethod, 189, _a);
6553 void *_a[] = {(
void*)&qax_result};
6554 qt_metacall(QMetaObject::InvokeMetaMethod, 190, _a);
6561 void *_a[] = {(
void*)&qax_result};
6562 qt_metacall(QMetaObject::InvokeMetaMethod, 191, _a);
6569 void *_a[] = {(
void*)&qax_result, (
void*)&flag};
6570 qt_metacall(QMetaObject::InvokeMetaMethod, 192, _a);
6577 void *_a[] = {(
void*)&qax_result};
6578 qt_metacall(QMetaObject::InvokeMetaMethod, 193, _a);
6585 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&flag};
6586 qt_metacall(QMetaObject::InvokeMetaMethod, 194, _a);
6593 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6594 qt_metacall(QMetaObject::InvokeMetaMethod, 195, _a);
6601 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6602 qt_metacall(QMetaObject::InvokeMetaMethod, 196, _a);
6609 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6610 qt_metacall(QMetaObject::InvokeMetaMethod, 197, _a);
6617 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
6618 qt_metacall(QMetaObject::InvokeMetaMethod, 198, _a);
6625 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&flag};
6626 qt_metacall(QMetaObject::InvokeMetaMethod, 199, _a);
6633 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6634 qt_metacall(QMetaObject::InvokeMetaMethod, 200, _a);
6641 void *_a[] = {(
void*)&qax_result, (
void*)&str};
6642 qt_metacall(QMetaObject::InvokeMetaMethod, 201, _a);
6649 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&index, (
void*)&x, (
void*)&y};
6650 qt_metacall(QMetaObject::InvokeMetaMethod, 202, _a);
6657 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&index};
6658 qt_metacall(QMetaObject::InvokeMetaMethod, 203, _a);
6662 inline QString
dmsoft::GetWords(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim)
6665 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
6666 qt_metacall(QMetaObject::InvokeMetaMethod, 204, _a);
6673 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color};
6674 qt_metacall(QMetaObject::InvokeMetaMethod, 205, _a);
6681 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name, (
void*)&bmp_name};
6682 qt_metacall(QMetaObject::InvokeMetaMethod, 206, _a);
6689 void *_a[] = {(
void*)&qax_result, (
void*)&int_value, (
void*)&type};
6690 qt_metacall(QMetaObject::InvokeMetaMethod, 207, _a);
6697 void *_a[] = {(
void*)&qax_result};
6698 qt_metacall(QMetaObject::InvokeMetaMethod, 208, _a);
6705 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
6706 qt_metacall(QMetaObject::InvokeMetaMethod, 209, _a);
6713 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&t};
6714 qt_metacall(QMetaObject::InvokeMetaMethod, 210, _a);
6721 void *_a[] = {(
void*)&qax_result, (
void*)&file};
6722 qt_metacall(QMetaObject::InvokeMetaMethod, 211, _a);
6729 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
6730 qt_metacall(QMetaObject::InvokeMetaMethod, 212, _a);
6737 void *_a[] = {(
void*)&qax_result, (
void*)&key_str};
6738 qt_metacall(QMetaObject::InvokeMetaMethod, 213, _a);
6745 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
6746 qt_metacall(QMetaObject::InvokeMetaMethod, 214, _a);
6753 void *_a[] = {(
void*)&qax_result, (
void*)&key_str};
6754 qt_metacall(QMetaObject::InvokeMetaMethod, 215, _a);
6761 void *_a[] = {(
void*)&qax_result, (
void*)&key_str, (
void*)&
delay};
6762 qt_metacall(QMetaObject::InvokeMetaMethod, 216, _a);
6769 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
6770 qt_metacall(QMetaObject::InvokeMetaMethod, 217, _a);
6777 void *_a[] = {(
void*)&qax_result, (
void*)&key_str};
6778 qt_metacall(QMetaObject::InvokeMetaMethod, 218, _a);
6785 void *_a[] = {(
void*)&qax_result};
6786 qt_metacall(QMetaObject::InvokeMetaMethod, 219, _a);
6793 void *_a[] = {(
void*)&qax_result};
6794 qt_metacall(QMetaObject::InvokeMetaMethod, 220, _a);
6801 void *_a[] = {(
void*)&qax_result};
6802 qt_metacall(QMetaObject::InvokeMetaMethod, 221, _a);
6809 void *_a[] = {(
void*)&qax_result};
6810 qt_metacall(QMetaObject::InvokeMetaMethod, 222, _a);
6817 void *_a[] = {(
void*)&qax_result};
6818 qt_metacall(QMetaObject::InvokeMetaMethod, 223, _a);
6825 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
6826 qt_metacall(QMetaObject::InvokeMetaMethod, 224, _a);
6833 void *_a[] = {(
void*)&qax_result, (
void*)&lock};
6834 qt_metacall(QMetaObject::InvokeMetaMethod, 225, _a);
6841 void *_a[] = {(
void*)&qax_result, (
void*)&lock};
6842 qt_metacall(QMetaObject::InvokeMetaMethod, 226, _a);
6849 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
6850 qt_metacall(QMetaObject::InvokeMetaMethod, 227, _a);
6857 void *_a[] = {(
void*)&qax_result, (
void*)&info};
6858 qt_metacall(QMetaObject::InvokeMetaMethod, 228, _a);
6865 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
6866 qt_metacall(QMetaObject::InvokeMetaMethod, 229, _a);
6873 void *_a[] = {(
void*)&qax_result, (
void*)&str};
6874 qt_metacall(QMetaObject::InvokeMetaMethod, 230, _a);
6881 void *_a[] = {(
void*)&qax_result};
6882 qt_metacall(QMetaObject::InvokeMetaMethod, 231, _a);
6889 void *_a[] = {(
void*)&qax_result, (
void*)&dx, (
void*)&dy};
6890 qt_metacall(QMetaObject::InvokeMetaMethod, 232, _a);
6897 void *_a[] = {(
void*)&qax_result, (
void*)&src_file, (
void*)&dst_file};
6898 qt_metacall(QMetaObject::InvokeMetaMethod, 233, _a);
6905 void *_a[] = {(
void*)&qax_result, (
void*)&rx, (
void*)&ry};
6906 qt_metacall(QMetaObject::InvokeMetaMethod, 234, _a);
6913 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
6914 qt_metacall(QMetaObject::InvokeMetaMethod, 235, _a);
6921 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
6922 qt_metacall(QMetaObject::InvokeMetaMethod, 236, _a);
6929 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y};
6930 qt_metacall(QMetaObject::InvokeMetaMethod, 237, _a);
6934 inline QString
dmsoft::Ocr(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim)
6937 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
6938 qt_metacall(QMetaObject::InvokeMetaMethod, 238, _a);
6942 inline QString
dmsoft::OcrEx(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim)
6945 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
6946 qt_metacall(QMetaObject::InvokeMetaMethod, 239, _a);
6950 inline QString
dmsoft::OcrInFile(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& color,
double sim)
6953 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&color, (
void*)&sim};
6954 qt_metacall(QMetaObject::InvokeMetaMethod, 240, _a);
6961 void *_a[] = {(
void*)&qax_result, (
void*)&file};
6962 qt_metacall(QMetaObject::InvokeMetaMethod, 241, _a);
6969 void *_a[] = {(
void*)&qax_result, (
void*)&rgb_color};
6970 qt_metacall(QMetaObject::InvokeMetaMethod, 242, _a);
6977 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&len};
6978 qt_metacall(QMetaObject::InvokeMetaMethod, 243, _a);
6985 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr};
6986 qt_metacall(QMetaObject::InvokeMetaMethod, 244, _a);
6993 void *_a[] = {(
void*)&qax_result, (
void*)&file};
6994 qt_metacall(QMetaObject::InvokeMetaMethod, 245, _a);
7001 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr};
7002 qt_metacall(QMetaObject::InvokeMetaMethod, 246, _a);
7006 inline QString
dmsoft::ReadIni(
const QString& section,
const QString& key,
const QString& file)
7009 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file};
7010 qt_metacall(QMetaObject::InvokeMetaMethod, 247, _a);
7014 inline QString
dmsoft::ReadIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd)
7017 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file, (
void*)&pwd};
7018 qt_metacall(QMetaObject::InvokeMetaMethod, 248, _a);
7025 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type};
7026 qt_metacall(QMetaObject::InvokeMetaMethod, 249, _a);
7033 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type, (
void*)&len};
7034 qt_metacall(QMetaObject::InvokeMetaMethod, 250, _a);
7041 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver};
7042 qt_metacall(QMetaObject::InvokeMetaMethod, 251, _a);
7046 inline int dmsoft::RegEx(
const QString& code,
const QString& Ver,
const QString& ip)
7049 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver, (
void*)&ip};
7050 qt_metacall(QMetaObject::InvokeMetaMethod, 252, _a);
7057 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver, (
void*)&ip};
7058 qt_metacall(QMetaObject::InvokeMetaMethod, 253, _a);
7065 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver};
7066 qt_metacall(QMetaObject::InvokeMetaMethod, 254, _a);
7073 void *_a[] = {(
void*)&qax_result};
7074 qt_metacall(QMetaObject::InvokeMetaMethod, 255, _a);
7081 void *_a[] = {(
void*)&qax_result};
7082 qt_metacall(QMetaObject::InvokeMetaMethod, 256, _a);
7089 void *_a[] = {(
void*)&qax_result};
7090 qt_metacall(QMetaObject::InvokeMetaMethod, 257, _a);
7097 void *_a[] = {(
void*)&qax_result, (
void*)&path, (
void*)&mode};
7098 qt_metacall(QMetaObject::InvokeMetaMethod, 258, _a);
7105 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&file};
7106 qt_metacall(QMetaObject::InvokeMetaMethod, 259, _a);
7113 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y};
7114 qt_metacall(QMetaObject::InvokeMetaMethod, 260, _a);
7121 void *_a[] = {(
void*)&qax_result};
7122 qt_metacall(QMetaObject::InvokeMetaMethod, 261, _a);
7129 void *_a[] = {(
void*)&qax_result};
7130 qt_metacall(QMetaObject::InvokeMetaMethod, 262, _a);
7137 void *_a[] = {(
void*)&qax_result, (
void*)&cmd};
7138 qt_metacall(QMetaObject::InvokeMetaMethod, 263, _a);
7145 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
7146 qt_metacall(QMetaObject::InvokeMetaMethod, 264, _a);
7153 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&str};
7154 qt_metacall(QMetaObject::InvokeMetaMethod, 265, _a);
7161 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&str};
7162 qt_metacall(QMetaObject::InvokeMetaMethod, 266, _a);
7169 void *_a[] = {(
void*)&qax_result, (
void*)&str};
7170 qt_metacall(QMetaObject::InvokeMetaMethod, 267, _a);
7177 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&width, (
void*)&height};
7178 qt_metacall(QMetaObject::InvokeMetaMethod, 268, _a);
7185 void *_a[] = {(
void*)&qax_result, (
void*)&data};
7186 qt_metacall(QMetaObject::InvokeMetaMethod, 269, _a);
7193 void *_a[] = {(
void*)&qax_result, (
void*)&col_gap};
7194 qt_metacall(QMetaObject::InvokeMetaMethod, 270, _a);
7201 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&dict_name};
7202 qt_metacall(QMetaObject::InvokeMetaMethod, 271, _a);
7209 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&addr, (
void*)&size};
7210 qt_metacall(QMetaObject::InvokeMetaMethod, 272, _a);
7217 void *_a[] = {(
void*)&qax_result, (
void*)&pwd};
7218 qt_metacall(QMetaObject::InvokeMetaMethod, 273, _a);
7225 void *_a[] = {(
void*)&qax_result, (
void*)&level};
7226 qt_metacall(QMetaObject::InvokeMetaMethod, 274, _a);
7233 void *_a[] = {(
void*)&qax_result, (
void*)&t};
7234 qt_metacall(QMetaObject::InvokeMetaMethod, 275, _a);
7241 void *_a[] = {(
void*)&qax_result, (
void*)&mode};
7242 qt_metacall(QMetaObject::InvokeMetaMethod, 276, _a);
7249 void *_a[] = {(
void*)&qax_result, (
void*)&
delay};
7250 qt_metacall(QMetaObject::InvokeMetaMethod, 277, _a);
7257 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&name, (
void*)&value};
7258 qt_metacall(QMetaObject::InvokeMetaMethod, 278, _a);
7265 void *_a[] = {(
void*)&qax_result, (
void*)&exact_ocr};
7266 qt_metacall(QMetaObject::InvokeMetaMethod, 279, _a);
7273 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&dict_name};
7274 qt_metacall(QMetaObject::InvokeMetaMethod, 280, _a);
7281 void *_a[] = {(
void*)&qax_result, (
void*)&type, (
void*)&
delay};
7282 qt_metacall(QMetaObject::InvokeMetaMethod, 281, _a);
7289 void *_a[] = {(
void*)&qax_result, (
void*)&file};
7290 qt_metacall(QMetaObject::InvokeMetaMethod, 282, _a);
7297 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7298 qt_metacall(QMetaObject::InvokeMetaMethod, 283, _a);
7305 void *_a[] = {(
void*)&qax_result, (
void*)&col_gap};
7306 qt_metacall(QMetaObject::InvokeMetaMethod, 284, _a);
7313 void *_a[] = {(
void*)&qax_result, (
void*)&row_gap};
7314 qt_metacall(QMetaObject::InvokeMetaMethod, 285, _a);
7321 void *_a[] = {(
void*)&qax_result, (
void*)&type, (
void*)&
delay};
7322 qt_metacall(QMetaObject::InvokeMetaMethod, 286, _a);
7329 void *_a[] = {(
void*)&qax_result, (
void*)&path};
7330 qt_metacall(QMetaObject::InvokeMetaMethod, 287, _a);
7337 void *_a[] = {(
void*)&qax_result, (
void*)&pwd};
7338 qt_metacall(QMetaObject::InvokeMetaMethod, 288, _a);
7345 void *_a[] = {(
void*)&qax_result, (
void*)&row_gap};
7346 qt_metacall(QMetaObject::InvokeMetaMethod, 289, _a);
7353 void *_a[] = {(
void*)&qax_result, (
void*)&width, (
void*)&height, (
void*)&depth};
7354 qt_metacall(QMetaObject::InvokeMetaMethod, 290, _a);
7361 void *_a[] = {(
void*)&qax_result, (
void*)&show};
7362 qt_metacall(QMetaObject::InvokeMetaMethod, 291, _a);
7369 void *_a[] = {(
void*)&qax_result, (
void*)&mode};
7370 qt_metacall(QMetaObject::InvokeMetaMethod, 292, _a);
7377 void *_a[] = {(
void*)&qax_result, (
void*)&uac};
7378 qt_metacall(QMetaObject::InvokeMetaMethod, 293, _a);
7385 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&width, (
void*)&height};
7386 qt_metacall(QMetaObject::InvokeMetaMethod, 294, _a);
7393 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&flag};
7394 qt_metacall(QMetaObject::InvokeMetaMethod, 295, _a);
7401 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&text};
7402 qt_metacall(QMetaObject::InvokeMetaMethod, 296, _a);
7409 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&v};
7410 qt_metacall(QMetaObject::InvokeMetaMethod, 297, _a);
7417 void *_a[] = {(
void*)&qax_result, (
void*)&word_gap};
7418 qt_metacall(QMetaObject::InvokeMetaMethod, 298, _a);
7425 void *_a[] = {(
void*)&qax_result, (
void*)&word_gap};
7426 qt_metacall(QMetaObject::InvokeMetaMethod, 299, _a);
7433 void *_a[] = {(
void*)&qax_result, (
void*)&line_height};
7434 qt_metacall(QMetaObject::InvokeMetaMethod, 300, _a);
7441 void *_a[] = {(
void*)&qax_result, (
void*)&line_height};
7442 qt_metacall(QMetaObject::InvokeMetaMethod, 301, _a);
7449 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&msg, (
void*)&color};
7450 qt_metacall(QMetaObject::InvokeMetaMethod, 302, _a);
7457 void *_a[] = {(
void*)&qax_result, (
void*)&all_pos, (
void*)&type, (
void*)&x, (
void*)&y};
7458 qt_metacall(QMetaObject::InvokeMetaMethod, 303, _a);
7465 void *_a[] = {(
void*)&qax_result, (
void*)&
id};
7466 qt_metacall(QMetaObject::InvokeMetaMethod, 304, _a);
7473 void *_a[] = {(
void*)&qax_result, (
void*)&s, (
void*)&str};
7474 qt_metacall(QMetaObject::InvokeMetaMethod, 305, _a);
7481 void *_a[] = {(
void*)&qax_result, (
void*)&string_value, (
void*)&type};
7482 qt_metacall(QMetaObject::InvokeMetaMethod, 306, _a);
7489 void *_a[] = {(
void*)&qax_result};
7490 qt_metacall(QMetaObject::InvokeMetaMethod, 307, _a);
7497 void *_a[] = {(
void*)&qax_result, (
void*)&index};
7498 qt_metacall(QMetaObject::InvokeMetaMethod, 308, _a);
7505 void *_a[] = {(
void*)&qax_result};
7506 qt_metacall(QMetaObject::InvokeMetaMethod, 309, _a);
7513 void *_a[] = {(
void*)&qax_result, (
void*)&key_code, (
void*)&time_out};
7514 qt_metacall(QMetaObject::InvokeMetaMethod, 310, _a);
7521 void *_a[] = {(
void*)&qax_result};
7522 qt_metacall(QMetaObject::InvokeMetaMethod, 311, _a);
7529 void *_a[] = {(
void*)&qax_result};
7530 qt_metacall(QMetaObject::InvokeMetaMethod, 312, _a);
7537 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&data};
7538 qt_metacall(QMetaObject::InvokeMetaMethod, 313, _a);
7545 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&v};
7546 qt_metacall(QMetaObject::InvokeMetaMethod, 314, _a);
7553 void *_a[] = {(
void*)&qax_result, (
void*)&file, (
void*)&content};
7554 qt_metacall(QMetaObject::InvokeMetaMethod, 315, _a);
7561 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&v};
7562 qt_metacall(QMetaObject::InvokeMetaMethod, 316, _a);
7566 inline int dmsoft::WriteIni(
const QString& section,
const QString& key,
const QString& v,
const QString& file)
7569 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&v, (
void*)&file};
7570 qt_metacall(QMetaObject::InvokeMetaMethod, 317, _a);
7574 inline int dmsoft::WriteIniPwd(
const QString& section,
const QString& key,
const QString& v,
const QString& file,
const QString& pwd)
7577 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&v, (
void*)&file, (
void*)&pwd};
7578 qt_metacall(QMetaObject::InvokeMetaMethod, 318, _a);
7585 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type, (
void*)&v};
7586 qt_metacall(QMetaObject::InvokeMetaMethod, 319, _a);
7593 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type, (
void*)&v};
7594 qt_metacall(QMetaObject::InvokeMetaMethod, 320, _a);
7601 void *_a[] = {(
void*)&qax_result, (
void*)&mis};
7602 qt_metacall(QMetaObject::InvokeMetaMethod, 321, _a);
7610 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&
id};
7611 qt_metacall(QMetaObject::InvokeMetaMethod, 8, _a);
7618 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&dict_info};
7619 qt_metacall(QMetaObject::InvokeMetaMethod, 9, _a);
7626 void *_a[] = {(
void*)&qax_result, (
void*)&pic_info, (
void*)&addr, (
void*)&size};
7627 qt_metacall(QMetaObject::InvokeMetaMethod, 10, _a);
7634 void *_a[] = {(
void*)&qax_result, (
void*)&asm_ins};
7635 qt_metacall(QMetaObject::InvokeMetaMethod, 11, _a);
7642 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&mode};
7643 qt_metacall(QMetaObject::InvokeMetaMethod, 12, _a);
7650 void *_a[] = {(
void*)&qax_result};
7651 qt_metacall(QMetaObject::InvokeMetaMethod, 13, _a);
7658 void *_a[] = {(
void*)&qax_result, (
void*)&base_addr};
7659 qt_metacall(QMetaObject::InvokeMetaMethod, 14, _a);
7666 void *_a[] = {(
void*)&qax_result, (
void*)&asm_code, (
void*)&base_addr, (
void*)&is_upper};
7667 qt_metacall(QMetaObject::InvokeMetaMethod, 15, _a);
7674 void *_a[] = {(
void*)&qax_result, (
void*)&bgr_color};
7675 qt_metacall(QMetaObject::InvokeMetaMethod, 16, _a);
7682 void *_a[] = {(
void*)&qax_result, (
void*)&fre, (
void*)&
delay};
7683 qt_metacall(QMetaObject::InvokeMetaMethod, 17, _a);
7687 inline int Idmsoft::BindWindow(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
int mode)
7690 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&display, (
void*)&mouse, (
void*)&keypad, (
void*)&mode};
7691 qt_metacall(QMetaObject::InvokeMetaMethod, 18, _a);
7695 inline int Idmsoft::BindWindowEx(
int hwnd,
const QString& display,
const QString& mouse,
const QString& keypad,
const QString& public_desc,
int mode)
7698 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&display, (
void*)&mouse, (
void*)&keypad, (
void*)&public_desc, (
void*)&mode};
7699 qt_metacall(QMetaObject::InvokeMetaMethod, 19, _a);
7706 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file};
7707 qt_metacall(QMetaObject::InvokeMetaMethod, 20, _a);
7714 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file, (
void*)&
delay, (
void*)&time};
7715 qt_metacall(QMetaObject::InvokeMetaMethod, 21, _a);
7722 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file, (
void*)&quality};
7723 qt_metacall(QMetaObject::InvokeMetaMethod, 22, _a);
7730 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file};
7731 qt_metacall(QMetaObject::InvokeMetaMethod, 23, _a);
7738 void *_a[] = {(
void*)&qax_result, (
void*)&file};
7739 qt_metacall(QMetaObject::InvokeMetaMethod, 24, _a);
7746 void *_a[] = {(
void*)&qax_result};
7747 qt_metacall(QMetaObject::InvokeMetaMethod, 25, _a);
7754 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&
id};
7755 qt_metacall(QMetaObject::InvokeMetaMethod, 26, _a);
7762 void *_a[] = {(
void*)&qax_result};
7763 qt_metacall(QMetaObject::InvokeMetaMethod, 27, _a);
7770 void *_a[] = {(
void*)&qax_result, (
void*)&index};
7771 qt_metacall(QMetaObject::InvokeMetaMethod, 28, _a);
7778 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y};
7779 qt_metacall(QMetaObject::InvokeMetaMethod, 29, _a);
7786 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y, (
void*)&color, (
void*)&sim};
7787 qt_metacall(QMetaObject::InvokeMetaMethod, 30, _a);
7794 void *_a[] = {(
void*)&qax_result, (
void*)&src_file, (
void*)&dst_file, (
void*)&over};
7795 qt_metacall(QMetaObject::InvokeMetaMethod, 31, _a);
7802 void *_a[] = {(
void*)&qax_result, (
void*)&folder_name};
7803 qt_metacall(QMetaObject::InvokeMetaMethod, 32, _a);
7810 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&pic, (
void*)&trans_color, (
void*)&sim};
7811 qt_metacall(QMetaObject::InvokeMetaMethod, 33, _a);
7818 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
7819 qt_metacall(QMetaObject::InvokeMetaMethod, 34, _a);
7826 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
7827 qt_metacall(QMetaObject::InvokeMetaMethod, 35, _a);
7834 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h, (
void*)&rw, (
void*)&rh};
7835 qt_metacall(QMetaObject::InvokeMetaMethod, 36, _a);
7842 void *_a[] = {(
void*)&qax_result, (
void*)&file, (
void*)&pwd};
7843 qt_metacall(QMetaObject::InvokeMetaMethod, 37, _a);
7850 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&name};
7851 qt_metacall(QMetaObject::InvokeMetaMethod, 38, _a);
7858 void *_a[] = {(
void*)&qax_result, (
void*)&file};
7859 qt_metacall(QMetaObject::InvokeMetaMethod, 39, _a);
7866 void *_a[] = {(
void*)&qax_result, (
void*)&folder_name};
7867 qt_metacall(QMetaObject::InvokeMetaMethod, 40, _a);
7874 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file};
7875 qt_metacall(QMetaObject::InvokeMetaMethod, 41, _a);
7882 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file, (
void*)&pwd};
7883 qt_metacall(QMetaObject::InvokeMetaMethod, 42, _a);
7890 void *_a[] = {(
void*)&qax_result};
7891 qt_metacall(QMetaObject::InvokeMetaMethod, 43, _a);
7898 void *_a[] = {(
void*)&qax_result};
7899 qt_metacall(QMetaObject::InvokeMetaMethod, 44, _a);
7906 void *_a[] = {(
void*)&qax_result};
7907 qt_metacall(QMetaObject::InvokeMetaMethod, 45, _a);
7914 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&type};
7915 qt_metacall(QMetaObject::InvokeMetaMethod, 46, _a);
7922 void *_a[] = {(
void*)&qax_result, (
void*)&double_value};
7923 qt_metacall(QMetaObject::InvokeMetaMethod, 47, _a);
7930 void *_a[] = {(
void*)&qax_result, (
void*)&rate};
7931 qt_metacall(QMetaObject::InvokeMetaMethod, 48, _a);
7938 void *_a[] = {(
void*)&qax_result, (
void*)&url, (
void*)&save_file, (
void*)&timeout};
7939 qt_metacall(QMetaObject::InvokeMetaMethod, 49, _a);
7946 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7947 qt_metacall(QMetaObject::InvokeMetaMethod, 50, _a);
7954 void *_a[] = {(
void*)&qax_result, (
void*)&enable_debug};
7955 qt_metacall(QMetaObject::InvokeMetaMethod, 51, _a);
7962 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7963 qt_metacall(QMetaObject::InvokeMetaMethod, 52, _a);
7970 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7971 qt_metacall(QMetaObject::InvokeMetaMethod, 53, _a);
7978 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7979 qt_metacall(QMetaObject::InvokeMetaMethod, 54, _a);
7986 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7987 qt_metacall(QMetaObject::InvokeMetaMethod, 55, _a);
7994 void *_a[] = {(
void*)&qax_result, (
void*)&en};
7995 qt_metacall(QMetaObject::InvokeMetaMethod, 56, _a);
8002 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&time_out};
8003 qt_metacall(QMetaObject::InvokeMetaMethod, 57, _a);
8010 void *_a[] = {(
void*)&qax_result, (
void*)&en};
8011 qt_metacall(QMetaObject::InvokeMetaMethod, 58, _a);
8018 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&time_out};
8019 qt_metacall(QMetaObject::InvokeMetaMethod, 59, _a);
8026 void *_a[] = {(
void*)&qax_result, (
void*)&en};
8027 qt_metacall(QMetaObject::InvokeMetaMethod, 60, _a);
8034 void *_a[] = {(
void*)&qax_result, (
void*)&en, (
void*)&mousedelay, (
void*)&mousestep};
8035 qt_metacall(QMetaObject::InvokeMetaMethod, 61, _a);
8042 void *_a[] = {(
void*)&qax_result, (
void*)&en};
8043 qt_metacall(QMetaObject::InvokeMetaMethod, 62, _a);
8050 void *_a[] = {(
void*)&qax_result, (
void*)&file, (
void*)&pwd};
8051 qt_metacall(QMetaObject::InvokeMetaMethod, 63, _a);
8058 void *_a[] = {(
void*)&qax_result};
8059 qt_metacall(QMetaObject::InvokeMetaMethod, 64, _a);
8066 void *_a[] = {(
void*)&qax_result, (
void*)&parent, (
void*)&title, (
void*)&class_name, (
void*)&filter};
8067 qt_metacall(QMetaObject::InvokeMetaMethod, 65, _a);
8074 void *_a[] = {(
void*)&qax_result, (
void*)&process_name, (
void*)&title, (
void*)&class_name, (
void*)&filter};
8075 qt_metacall(QMetaObject::InvokeMetaMethod, 66, _a);
8079 inline QString
Idmsoft::EnumWindowSuper(
const QString& spec1,
int flag1,
int type1,
const QString& spec2,
int flag2,
int type2,
int sort)
8082 void *_a[] = {(
void*)&qax_result, (
void*)&spec1, (
void*)&flag1, (
void*)&type1, (
void*)&spec2, (
void*)&flag2, (
void*)&type2, (
void*)&sort};
8083 qt_metacall(QMetaObject::InvokeMetaMethod, 67, _a);
8090 void *_a[] = {(
void*)&qax_result, (
void*)&all_pos, (
void*)&type, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
8091 qt_metacall(QMetaObject::InvokeMetaMethod, 68, _a);
8098 void *_a[] = {(
void*)&qax_result, (
void*)&type};
8099 qt_metacall(QMetaObject::InvokeMetaMethod, 69, _a);
8106 void *_a[] = {(
void*)&qax_result};
8107 qt_metacall(QMetaObject::InvokeMetaMethod, 70, _a);
8114 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&quality, (
void*)&
delay, (
void*)&time};
8115 qt_metacall(QMetaObject::InvokeMetaMethod, 71, _a);
8122 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&file, (
void*)&quality};
8123 qt_metacall(QMetaObject::InvokeMetaMethod, 72, _a);
8130 void *_a[] = {(
void*)&qax_result};
8131 qt_metacall(QMetaObject::InvokeMetaMethod, 73, _a);
8138 void *_a[] = {(
void*)&qax_result, (
void*)&handle};
8139 qt_metacall(QMetaObject::InvokeMetaMethod, 74, _a);
8146 void *_a[] = {(
void*)&qax_result, (
void*)&server, (
void*)&handle, (
void*)&request_type, (
void*)&time_out};
8147 qt_metacall(QMetaObject::InvokeMetaMethod, 75, _a);
8154 void *_a[] = {(
void*)&qax_result, (
void*)&handle};
8155 qt_metacall(QMetaObject::InvokeMetaMethod, 76, _a);
8159 inline QString
Idmsoft::FaqSend(
const QString& server,
int handle,
int request_type,
int time_out)
8162 void *_a[] = {(
void*)&qax_result, (
void*)&server, (
void*)&handle, (
void*)&request_type, (
void*)&time_out};
8163 qt_metacall(QMetaObject::InvokeMetaMethod, 77, _a);
8167 inline QString
Idmsoft::FetchWord(
int x1,
int y1,
int x2,
int y2,
const QString& color,
const QString& word)
8170 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&word};
8171 qt_metacall(QMetaObject::InvokeMetaMethod, 78, _a);
8175 inline int Idmsoft::FindColor(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim,
int dir, QVariant& x, QVariant& y)
8178 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
8179 qt_metacall(QMetaObject::InvokeMetaMethod, 79, _a);
8186 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim, (
void*)&dir};
8187 qt_metacall(QMetaObject::InvokeMetaMethod, 80, _a);
8194 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim, (
void*)&dir};
8195 qt_metacall(QMetaObject::InvokeMetaMethod, 81, _a);
8202 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&data};
8203 qt_metacall(QMetaObject::InvokeMetaMethod, 82, _a);
8207 inline QString
Idmsoft::FindDataEx(
int hwnd,
const QString& addr_range,
const QString& data,
int step,
int multi_thread,
int mode)
8210 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&data, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
8211 qt_metacall(QMetaObject::InvokeMetaMethod, 83, _a);
8215 inline QString
Idmsoft::FindDouble(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max)
8218 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&double_value_min, (
void*)&double_value_max};
8219 qt_metacall(QMetaObject::InvokeMetaMethod, 84, _a);
8223 inline QString
Idmsoft::FindDoubleEx(
int hwnd,
const QString& addr_range,
double double_value_min,
double double_value_max,
int step,
int multi_thread,
int mode)
8226 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&double_value_min, (
void*)&double_value_max, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
8227 qt_metacall(QMetaObject::InvokeMetaMethod, 85, _a);
8231 inline QString
Idmsoft::FindFloat(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max)
8234 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&float_value_min, (
void*)&float_value_max};
8235 qt_metacall(QMetaObject::InvokeMetaMethod, 86, _a);
8239 inline QString
Idmsoft::FindFloatEx(
int hwnd,
const QString& addr_range,
double float_value_min,
double float_value_max,
int step,
int multi_thread,
int mode)
8242 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&float_value_min, (
void*)&float_value_max, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
8243 qt_metacall(QMetaObject::InvokeMetaMethod, 87, _a);
8250 void *_a[] = {(
void*)&qax_result, (
void*)&
id};
8251 qt_metacall(QMetaObject::InvokeMetaMethod, 88, _a);
8255 inline QString
Idmsoft::FindInt(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type)
8258 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&int_value_min, (
void*)&int_value_max, (
void*)&type};
8259 qt_metacall(QMetaObject::InvokeMetaMethod, 89, _a);
8263 inline QString
Idmsoft::FindIntEx(
int hwnd,
const QString& addr_range,
int int_value_min,
int int_value_max,
int type,
int step,
int multi_thread,
int mode)
8266 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&int_value_min, (
void*)&int_value_max, (
void*)&type, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
8267 qt_metacall(QMetaObject::InvokeMetaMethod, 90, _a);
8274 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
8275 qt_metacall(QMetaObject::InvokeMetaMethod, 91, _a);
8279 inline int Idmsoft::FindMultiColor(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y)
8282 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&first_color, (
void*)&offset_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
8283 qt_metacall(QMetaObject::InvokeMetaMethod, 92, _a);
8287 inline QString
Idmsoft::FindMultiColorE(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir)
8290 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&first_color, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
8291 qt_metacall(QMetaObject::InvokeMetaMethod, 93, _a);
8295 inline QString
Idmsoft::FindMultiColorEx(
int x1,
int y1,
int x2,
int y2,
const QString& first_color,
const QString& offset_color,
double sim,
int dir)
8298 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&first_color, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
8299 qt_metacall(QMetaObject::InvokeMetaMethod, 94, _a);
8306 void *_a[] = {(
void*)&qax_result, (
void*)&all_pos, (
void*)&type, (
void*)&x, (
void*)&y};
8307 qt_metacall(QMetaObject::InvokeMetaMethod, 95, _a);
8311 inline int Idmsoft::FindPic(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y)
8314 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
8315 qt_metacall(QMetaObject::InvokeMetaMethod, 96, _a);
8319 inline QString
Idmsoft::FindPicE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir)
8322 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
8323 qt_metacall(QMetaObject::InvokeMetaMethod, 97, _a);
8327 inline QString
Idmsoft::FindPicEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir)
8330 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
8331 qt_metacall(QMetaObject::InvokeMetaMethod, 98, _a);
8335 inline QString
Idmsoft::FindPicExS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir)
8338 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
8339 qt_metacall(QMetaObject::InvokeMetaMethod, 99, _a);
8343 inline int Idmsoft::FindPicMem(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y)
8346 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_info, (
void*)&delta_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
8347 qt_metacall(QMetaObject::InvokeMetaMethod, 100, _a);
8351 inline QString
Idmsoft::FindPicMemE(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir)
8354 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_info, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
8355 qt_metacall(QMetaObject::InvokeMetaMethod, 101, _a);
8359 inline QString
Idmsoft::FindPicMemEx(
int x1,
int y1,
int x2,
int y2,
const QString& pic_info,
const QString& delta_color,
double sim,
int dir)
8362 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_info, (
void*)&delta_color, (
void*)&sim, (
void*)&dir};
8363 qt_metacall(QMetaObject::InvokeMetaMethod, 102, _a);
8367 inline QString
Idmsoft::FindPicS(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& delta_color,
double sim,
int dir, QVariant& x, QVariant& y)
8370 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&delta_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
8371 qt_metacall(QMetaObject::InvokeMetaMethod, 103, _a);
8375 inline int Idmsoft::FindShape(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir, QVariant& x, QVariant& y)
8378 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&offset_color, (
void*)&sim, (
void*)&dir, (
void*)&x, (
void*)&y};
8379 qt_metacall(QMetaObject::InvokeMetaMethod, 104, _a);
8383 inline QString
Idmsoft::FindShapeE(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir)
8386 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
8387 qt_metacall(QMetaObject::InvokeMetaMethod, 105, _a);
8391 inline QString
Idmsoft::FindShapeEx(
int x1,
int y1,
int x2,
int y2,
const QString& offset_color,
double sim,
int dir)
8394 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&offset_color, (
void*)&sim, (
void*)&dir};
8395 qt_metacall(QMetaObject::InvokeMetaMethod, 106, _a);
8399 inline int Idmsoft::FindStr(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
8402 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
8403 qt_metacall(QMetaObject::InvokeMetaMethod, 107, _a);
8407 inline QString
Idmsoft::FindStrE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
8410 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
8411 qt_metacall(QMetaObject::InvokeMetaMethod, 108, _a);
8415 inline QString
Idmsoft::FindStrEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
8418 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
8419 qt_metacall(QMetaObject::InvokeMetaMethod, 109, _a);
8423 inline QString
Idmsoft::FindStrExS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
8426 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
8427 qt_metacall(QMetaObject::InvokeMetaMethod, 110, _a);
8431 inline int Idmsoft::FindStrFast(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
8434 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
8435 qt_metacall(QMetaObject::InvokeMetaMethod, 111, _a);
8439 inline QString
Idmsoft::FindStrFastE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim)
8442 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
8443 qt_metacall(QMetaObject::InvokeMetaMethod, 112, _a);
8450 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
8451 qt_metacall(QMetaObject::InvokeMetaMethod, 113, _a);
8458 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim};
8459 qt_metacall(QMetaObject::InvokeMetaMethod, 114, _a);
8463 inline QString
Idmsoft::FindStrFastS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
8466 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
8467 qt_metacall(QMetaObject::InvokeMetaMethod, 115, _a);
8471 inline QString
Idmsoft::FindStrS(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim, QVariant& x, QVariant& y)
8474 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&x, (
void*)&y};
8475 qt_metacall(QMetaObject::InvokeMetaMethod, 116, _a);
8479 inline int Idmsoft::FindStrWithFont(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag, QVariant& x, QVariant& y)
8482 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&font_name, (
void*)&font_size, (
void*)&flag, (
void*)&x, (
void*)&y};
8483 qt_metacall(QMetaObject::InvokeMetaMethod, 117, _a);
8487 inline QString
Idmsoft::FindStrWithFontE(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag)
8490 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&font_name, (
void*)&font_size, (
void*)&flag};
8491 qt_metacall(QMetaObject::InvokeMetaMethod, 118, _a);
8495 inline QString
Idmsoft::FindStrWithFontEx(
int x1,
int y1,
int x2,
int y2,
const QString& str,
const QString& color,
double sim,
const QString& font_name,
int font_size,
int flag)
8498 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&str, (
void*)&color, (
void*)&sim, (
void*)&font_name, (
void*)&font_size, (
void*)&flag};
8499 qt_metacall(QMetaObject::InvokeMetaMethod, 119, _a);
8503 inline QString
Idmsoft::FindString(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type)
8506 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&string_value, (
void*)&type};
8507 qt_metacall(QMetaObject::InvokeMetaMethod, 120, _a);
8511 inline QString
Idmsoft::FindStringEx(
int hwnd,
const QString& addr_range,
const QString& string_value,
int type,
int step,
int multi_thread,
int mode)
8514 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr_range, (
void*)&string_value, (
void*)&type, (
void*)&step, (
void*)&multi_thread, (
void*)&mode};
8515 qt_metacall(QMetaObject::InvokeMetaMethod, 121, _a);
8522 void *_a[] = {(
void*)&qax_result, (
void*)&class_name, (
void*)&title_name};
8523 qt_metacall(QMetaObject::InvokeMetaMethod, 122, _a);
8530 void *_a[] = {(
void*)&qax_result, (
void*)&process_name, (
void*)&class_name, (
void*)&title_name};
8531 qt_metacall(QMetaObject::InvokeMetaMethod, 123, _a);
8538 void *_a[] = {(
void*)&qax_result, (
void*)&process_id, (
void*)&class_name, (
void*)&title_name};
8539 qt_metacall(QMetaObject::InvokeMetaMethod, 124, _a);
8546 void *_a[] = {(
void*)&qax_result, (
void*)&parent, (
void*)&class_name, (
void*)&title_name};
8547 qt_metacall(QMetaObject::InvokeMetaMethod, 125, _a);
8554 void *_a[] = {(
void*)&qax_result, (
void*)&spec1, (
void*)&flag1, (
void*)&type1, (
void*)&spec2, (
void*)&flag2, (
void*)&type2};
8555 qt_metacall(QMetaObject::InvokeMetaMethod, 126, _a);
8562 void *_a[] = {(
void*)&qax_result, (
void*)&float_value};
8563 qt_metacall(QMetaObject::InvokeMetaMethod, 127, _a);
8570 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
8571 qt_metacall(QMetaObject::InvokeMetaMethod, 128, _a);
8578 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
8579 qt_metacall(QMetaObject::InvokeMetaMethod, 129, _a);
8586 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&style, (
void*)&width};
8587 qt_metacall(QMetaObject::InvokeMetaMethod, 130, _a);
8594 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&pic, (
void*)&trans_color};
8595 qt_metacall(QMetaObject::InvokeMetaMethod, 131, _a);
8602 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h, (
void*)&text, (
void*)&color, (
void*)&align};
8603 qt_metacall(QMetaObject::InvokeMetaMethod, 132, _a);
8610 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color};
8611 qt_metacall(QMetaObject::InvokeMetaMethod, 133, _a);
8618 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
8619 qt_metacall(QMetaObject::InvokeMetaMethod, 134, _a);
8626 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&text, (
void*)&color};
8627 qt_metacall(QMetaObject::InvokeMetaMethod, 135, _a);
8634 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&font_name, (
void*)&size, (
void*)&flag};
8635 qt_metacall(QMetaObject::InvokeMetaMethod, 136, _a);
8642 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&file, (
void*)&en, (
void*)&header};
8643 qt_metacall(QMetaObject::InvokeMetaMethod, 137, _a);
8650 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&gap};
8651 qt_metacall(QMetaObject::InvokeMetaMethod, 138, _a);
8658 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&dir};
8659 qt_metacall(QMetaObject::InvokeMetaMethod, 139, _a);
8666 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
8667 qt_metacall(QMetaObject::InvokeMetaMethod, 140, _a);
8674 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
8675 qt_metacall(QMetaObject::InvokeMetaMethod, 141, _a);
8682 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
8683 qt_metacall(QMetaObject::InvokeMetaMethod, 142, _a);
8690 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
8691 qt_metacall(QMetaObject::InvokeMetaMethod, 143, _a);
8698 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
8699 qt_metacall(QMetaObject::InvokeMetaMethod, 144, _a);
8706 void *_a[] = {(
void*)&qax_result, (
void*)&handle};
8707 qt_metacall(QMetaObject::InvokeMetaMethod, 145, _a);
8714 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
8715 qt_metacall(QMetaObject::InvokeMetaMethod, 146, _a);
8722 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
8723 qt_metacall(QMetaObject::InvokeMetaMethod, 147, _a);
8730 void *_a[] = {(
void*)&qax_result};
8731 qt_metacall(QMetaObject::InvokeMetaMethod, 148, _a);
8738 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
8739 qt_metacall(QMetaObject::InvokeMetaMethod, 149, _a);
8746 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&width, (
void*)&height};
8747 qt_metacall(QMetaObject::InvokeMetaMethod, 150, _a);
8754 void *_a[] = {(
void*)&qax_result};
8755 qt_metacall(QMetaObject::InvokeMetaMethod, 151, _a);
8762 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
8763 qt_metacall(QMetaObject::InvokeMetaMethod, 152, _a);
8770 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
8771 qt_metacall(QMetaObject::InvokeMetaMethod, 153, _a);
8778 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
8779 qt_metacall(QMetaObject::InvokeMetaMethod, 154, _a);
8786 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
8787 qt_metacall(QMetaObject::InvokeMetaMethod, 155, _a);
8794 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
8795 qt_metacall(QMetaObject::InvokeMetaMethod, 156, _a);
8802 void *_a[] = {(
void*)&qax_result};
8803 qt_metacall(QMetaObject::InvokeMetaMethod, 157, _a);
8810 void *_a[] = {(
void*)&qax_result, (
void*)&type};
8811 qt_metacall(QMetaObject::InvokeMetaMethod, 158, _a);
8818 void *_a[] = {(
void*)&qax_result};
8819 qt_metacall(QMetaObject::InvokeMetaMethod, 159, _a);
8826 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&font_index};
8827 qt_metacall(QMetaObject::InvokeMetaMethod, 160, _a);
8834 void *_a[] = {(
void*)&qax_result, (
void*)&index};
8835 qt_metacall(QMetaObject::InvokeMetaMethod, 161, _a);
8842 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&font_name, (
void*)&font_size, (
void*)&flag};
8843 qt_metacall(QMetaObject::InvokeMetaMethod, 162, _a);
8850 void *_a[] = {(
void*)&qax_result, (
void*)&type};
8851 qt_metacall(QMetaObject::InvokeMetaMethod, 163, _a);
8858 void *_a[] = {(
void*)&qax_result};
8859 qt_metacall(QMetaObject::InvokeMetaMethod, 164, _a);
8866 void *_a[] = {(
void*)&qax_result};
8867 qt_metacall(QMetaObject::InvokeMetaMethod, 165, _a);
8874 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&name};
8875 qt_metacall(QMetaObject::InvokeMetaMethod, 166, _a);
8882 void *_a[] = {(
void*)&qax_result, (
void*)&file};
8883 qt_metacall(QMetaObject::InvokeMetaMethod, 167, _a);
8890 void *_a[] = {(
void*)&qax_result};
8891 qt_metacall(QMetaObject::InvokeMetaMethod, 168, _a);
8898 void *_a[] = {(
void*)&qax_result};
8899 qt_metacall(QMetaObject::InvokeMetaMethod, 169, _a);
8906 void *_a[] = {(
void*)&qax_result};
8907 qt_metacall(QMetaObject::InvokeMetaMethod, 170, _a);
8914 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
8915 qt_metacall(QMetaObject::InvokeMetaMethod, 171, _a);
8922 void *_a[] = {(
void*)&qax_result};
8923 qt_metacall(QMetaObject::InvokeMetaMethod, 172, _a);
8930 void *_a[] = {(
void*)&qax_result};
8931 qt_metacall(QMetaObject::InvokeMetaMethod, 173, _a);
8938 void *_a[] = {(
void*)&qax_result};
8939 qt_metacall(QMetaObject::InvokeMetaMethod, 174, _a);
8946 void *_a[] = {(
void*)&qax_result};
8947 qt_metacall(QMetaObject::InvokeMetaMethod, 175, _a);
8954 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&module_name};
8955 qt_metacall(QMetaObject::InvokeMetaMethod, 176, _a);
8962 void *_a[] = {(
void*)&qax_result};
8963 qt_metacall(QMetaObject::InvokeMetaMethod, 177, _a);
8970 void *_a[] = {(
void*)&qax_result};
8971 qt_metacall(QMetaObject::InvokeMetaMethod, 178, _a);
8978 void *_a[] = {(
void*)&qax_result};
8979 qt_metacall(QMetaObject::InvokeMetaMethod, 179, _a);
8986 void *_a[] = {(
void*)&qax_result};
8987 qt_metacall(QMetaObject::InvokeMetaMethod, 180, _a);
8994 void *_a[] = {(
void*)&qax_result};
8995 qt_metacall(QMetaObject::InvokeMetaMethod, 181, _a);
9002 void *_a[] = {(
void*)&qax_result};
9003 qt_metacall(QMetaObject::InvokeMetaMethod, 182, _a);
9010 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
9011 qt_metacall(QMetaObject::InvokeMetaMethod, 183, _a);
9018 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
9019 qt_metacall(QMetaObject::InvokeMetaMethod, 184, _a);
9026 void *_a[] = {(
void*)&qax_result, (
void*)&str};
9027 qt_metacall(QMetaObject::InvokeMetaMethod, 185, _a);
9034 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&index, (
void*)&x, (
void*)&y};
9035 qt_metacall(QMetaObject::InvokeMetaMethod, 186, _a);
9042 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
9043 qt_metacall(QMetaObject::InvokeMetaMethod, 187, _a);
9050 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&data, (
void*)&size};
9051 qt_metacall(QMetaObject::InvokeMetaMethod, 188, _a);
9058 void *_a[] = {(
void*)&qax_result};
9059 qt_metacall(QMetaObject::InvokeMetaMethod, 189, _a);
9066 void *_a[] = {(
void*)&qax_result};
9067 qt_metacall(QMetaObject::InvokeMetaMethod, 190, _a);
9074 void *_a[] = {(
void*)&qax_result};
9075 qt_metacall(QMetaObject::InvokeMetaMethod, 191, _a);
9082 void *_a[] = {(
void*)&qax_result, (
void*)&flag};
9083 qt_metacall(QMetaObject::InvokeMetaMethod, 192, _a);
9090 void *_a[] = {(
void*)&qax_result};
9091 qt_metacall(QMetaObject::InvokeMetaMethod, 193, _a);
9098 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&flag};
9099 qt_metacall(QMetaObject::InvokeMetaMethod, 194, _a);
9106 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
9107 qt_metacall(QMetaObject::InvokeMetaMethod, 195, _a);
9114 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
9115 qt_metacall(QMetaObject::InvokeMetaMethod, 196, _a);
9122 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
9123 qt_metacall(QMetaObject::InvokeMetaMethod, 197, _a);
9130 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
9131 qt_metacall(QMetaObject::InvokeMetaMethod, 198, _a);
9138 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&flag};
9139 qt_metacall(QMetaObject::InvokeMetaMethod, 199, _a);
9146 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
9147 qt_metacall(QMetaObject::InvokeMetaMethod, 200, _a);
9154 void *_a[] = {(
void*)&qax_result, (
void*)&str};
9155 qt_metacall(QMetaObject::InvokeMetaMethod, 201, _a);
9162 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&index, (
void*)&x, (
void*)&y};
9163 qt_metacall(QMetaObject::InvokeMetaMethod, 202, _a);
9170 void *_a[] = {(
void*)&qax_result, (
void*)&str, (
void*)&index};
9171 qt_metacall(QMetaObject::InvokeMetaMethod, 203, _a);
9178 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
9179 qt_metacall(QMetaObject::InvokeMetaMethod, 204, _a);
9186 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color};
9187 qt_metacall(QMetaObject::InvokeMetaMethod, 205, _a);
9194 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name, (
void*)&bmp_name};
9195 qt_metacall(QMetaObject::InvokeMetaMethod, 206, _a);
9202 void *_a[] = {(
void*)&qax_result, (
void*)&int_value, (
void*)&type};
9203 qt_metacall(QMetaObject::InvokeMetaMethod, 207, _a);
9210 void *_a[] = {(
void*)&qax_result};
9211 qt_metacall(QMetaObject::InvokeMetaMethod, 208, _a);
9218 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
9219 qt_metacall(QMetaObject::InvokeMetaMethod, 209, _a);
9226 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&t};
9227 qt_metacall(QMetaObject::InvokeMetaMethod, 210, _a);
9234 void *_a[] = {(
void*)&qax_result, (
void*)&file};
9235 qt_metacall(QMetaObject::InvokeMetaMethod, 211, _a);
9242 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
9243 qt_metacall(QMetaObject::InvokeMetaMethod, 212, _a);
9250 void *_a[] = {(
void*)&qax_result, (
void*)&key_str};
9251 qt_metacall(QMetaObject::InvokeMetaMethod, 213, _a);
9258 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
9259 qt_metacall(QMetaObject::InvokeMetaMethod, 214, _a);
9266 void *_a[] = {(
void*)&qax_result, (
void*)&key_str};
9267 qt_metacall(QMetaObject::InvokeMetaMethod, 215, _a);
9274 void *_a[] = {(
void*)&qax_result, (
void*)&key_str, (
void*)&
delay};
9275 qt_metacall(QMetaObject::InvokeMetaMethod, 216, _a);
9282 void *_a[] = {(
void*)&qax_result, (
void*)&vk};
9283 qt_metacall(QMetaObject::InvokeMetaMethod, 217, _a);
9290 void *_a[] = {(
void*)&qax_result, (
void*)&key_str};
9291 qt_metacall(QMetaObject::InvokeMetaMethod, 218, _a);
9298 void *_a[] = {(
void*)&qax_result};
9299 qt_metacall(QMetaObject::InvokeMetaMethod, 219, _a);
9306 void *_a[] = {(
void*)&qax_result};
9307 qt_metacall(QMetaObject::InvokeMetaMethod, 220, _a);
9314 void *_a[] = {(
void*)&qax_result};
9315 qt_metacall(QMetaObject::InvokeMetaMethod, 221, _a);
9322 void *_a[] = {(
void*)&qax_result};
9323 qt_metacall(QMetaObject::InvokeMetaMethod, 222, _a);
9330 void *_a[] = {(
void*)&qax_result};
9331 qt_metacall(QMetaObject::InvokeMetaMethod, 223, _a);
9338 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
9339 qt_metacall(QMetaObject::InvokeMetaMethod, 224, _a);
9346 void *_a[] = {(
void*)&qax_result, (
void*)&lock};
9347 qt_metacall(QMetaObject::InvokeMetaMethod, 225, _a);
9354 void *_a[] = {(
void*)&qax_result, (
void*)&lock};
9355 qt_metacall(QMetaObject::InvokeMetaMethod, 226, _a);
9362 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2};
9363 qt_metacall(QMetaObject::InvokeMetaMethod, 227, _a);
9370 void *_a[] = {(
void*)&qax_result, (
void*)&info};
9371 qt_metacall(QMetaObject::InvokeMetaMethod, 228, _a);
9378 void *_a[] = {(
void*)&qax_result, (
void*)&pic_name};
9379 qt_metacall(QMetaObject::InvokeMetaMethod, 229, _a);
9386 void *_a[] = {(
void*)&qax_result, (
void*)&str};
9387 qt_metacall(QMetaObject::InvokeMetaMethod, 230, _a);
9394 void *_a[] = {(
void*)&qax_result};
9395 qt_metacall(QMetaObject::InvokeMetaMethod, 231, _a);
9402 void *_a[] = {(
void*)&qax_result, (
void*)&dx, (
void*)&dy};
9403 qt_metacall(QMetaObject::InvokeMetaMethod, 232, _a);
9410 void *_a[] = {(
void*)&qax_result, (
void*)&src_file, (
void*)&dst_file};
9411 qt_metacall(QMetaObject::InvokeMetaMethod, 233, _a);
9418 void *_a[] = {(
void*)&qax_result, (
void*)&rx, (
void*)&ry};
9419 qt_metacall(QMetaObject::InvokeMetaMethod, 234, _a);
9426 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y};
9427 qt_metacall(QMetaObject::InvokeMetaMethod, 235, _a);
9434 void *_a[] = {(
void*)&qax_result, (
void*)&x, (
void*)&y, (
void*)&w, (
void*)&h};
9435 qt_metacall(QMetaObject::InvokeMetaMethod, 236, _a);
9442 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y};
9443 qt_metacall(QMetaObject::InvokeMetaMethod, 237, _a);
9447 inline QString
Idmsoft::Ocr(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim)
9450 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
9451 qt_metacall(QMetaObject::InvokeMetaMethod, 238, _a);
9455 inline QString
Idmsoft::OcrEx(
int x1,
int y1,
int x2,
int y2,
const QString& color,
double sim)
9458 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&color, (
void*)&sim};
9459 qt_metacall(QMetaObject::InvokeMetaMethod, 239, _a);
9463 inline QString
Idmsoft::OcrInFile(
int x1,
int y1,
int x2,
int y2,
const QString& pic_name,
const QString& color,
double sim)
9466 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&pic_name, (
void*)&color, (
void*)&sim};
9467 qt_metacall(QMetaObject::InvokeMetaMethod, 240, _a);
9474 void *_a[] = {(
void*)&qax_result, (
void*)&file};
9475 qt_metacall(QMetaObject::InvokeMetaMethod, 241, _a);
9482 void *_a[] = {(
void*)&qax_result, (
void*)&rgb_color};
9483 qt_metacall(QMetaObject::InvokeMetaMethod, 242, _a);
9490 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&len};
9491 qt_metacall(QMetaObject::InvokeMetaMethod, 243, _a);
9498 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr};
9499 qt_metacall(QMetaObject::InvokeMetaMethod, 244, _a);
9506 void *_a[] = {(
void*)&qax_result, (
void*)&file};
9507 qt_metacall(QMetaObject::InvokeMetaMethod, 245, _a);
9514 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr};
9515 qt_metacall(QMetaObject::InvokeMetaMethod, 246, _a);
9519 inline QString
Idmsoft::ReadIni(
const QString& section,
const QString& key,
const QString& file)
9522 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file};
9523 qt_metacall(QMetaObject::InvokeMetaMethod, 247, _a);
9527 inline QString
Idmsoft::ReadIniPwd(
const QString& section,
const QString& key,
const QString& file,
const QString& pwd)
9530 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&file, (
void*)&pwd};
9531 qt_metacall(QMetaObject::InvokeMetaMethod, 248, _a);
9538 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type};
9539 qt_metacall(QMetaObject::InvokeMetaMethod, 249, _a);
9546 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type, (
void*)&len};
9547 qt_metacall(QMetaObject::InvokeMetaMethod, 250, _a);
9554 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver};
9555 qt_metacall(QMetaObject::InvokeMetaMethod, 251, _a);
9559 inline int Idmsoft::RegEx(
const QString& code,
const QString& Ver,
const QString& ip)
9562 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver, (
void*)&ip};
9563 qt_metacall(QMetaObject::InvokeMetaMethod, 252, _a);
9570 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver, (
void*)&ip};
9571 qt_metacall(QMetaObject::InvokeMetaMethod, 253, _a);
9578 void *_a[] = {(
void*)&qax_result, (
void*)&code, (
void*)&
Ver};
9579 qt_metacall(QMetaObject::InvokeMetaMethod, 254, _a);
9586 void *_a[] = {(
void*)&qax_result};
9587 qt_metacall(QMetaObject::InvokeMetaMethod, 255, _a);
9594 void *_a[] = {(
void*)&qax_result};
9595 qt_metacall(QMetaObject::InvokeMetaMethod, 256, _a);
9602 void *_a[] = {(
void*)&qax_result};
9603 qt_metacall(QMetaObject::InvokeMetaMethod, 257, _a);
9610 void *_a[] = {(
void*)&qax_result, (
void*)&path, (
void*)&mode};
9611 qt_metacall(QMetaObject::InvokeMetaMethod, 258, _a);
9618 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&file};
9619 qt_metacall(QMetaObject::InvokeMetaMethod, 259, _a);
9626 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&x, (
void*)&y};
9627 qt_metacall(QMetaObject::InvokeMetaMethod, 260, _a);
9634 void *_a[] = {(
void*)&qax_result};
9635 qt_metacall(QMetaObject::InvokeMetaMethod, 261, _a);
9642 void *_a[] = {(
void*)&qax_result};
9643 qt_metacall(QMetaObject::InvokeMetaMethod, 262, _a);
9650 void *_a[] = {(
void*)&qax_result, (
void*)&cmd};
9651 qt_metacall(QMetaObject::InvokeMetaMethod, 263, _a);
9658 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd};
9659 qt_metacall(QMetaObject::InvokeMetaMethod, 264, _a);
9666 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&str};
9667 qt_metacall(QMetaObject::InvokeMetaMethod, 265, _a);
9674 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&str};
9675 qt_metacall(QMetaObject::InvokeMetaMethod, 266, _a);
9682 void *_a[] = {(
void*)&qax_result, (
void*)&str};
9683 qt_metacall(QMetaObject::InvokeMetaMethod, 267, _a);
9690 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&width, (
void*)&height};
9691 qt_metacall(QMetaObject::InvokeMetaMethod, 268, _a);
9698 void *_a[] = {(
void*)&qax_result, (
void*)&data};
9699 qt_metacall(QMetaObject::InvokeMetaMethod, 269, _a);
9706 void *_a[] = {(
void*)&qax_result, (
void*)&col_gap};
9707 qt_metacall(QMetaObject::InvokeMetaMethod, 270, _a);
9714 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&dict_name};
9715 qt_metacall(QMetaObject::InvokeMetaMethod, 271, _a);
9722 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&addr, (
void*)&size};
9723 qt_metacall(QMetaObject::InvokeMetaMethod, 272, _a);
9730 void *_a[] = {(
void*)&qax_result, (
void*)&pwd};
9731 qt_metacall(QMetaObject::InvokeMetaMethod, 273, _a);
9738 void *_a[] = {(
void*)&qax_result, (
void*)&level};
9739 qt_metacall(QMetaObject::InvokeMetaMethod, 274, _a);
9746 void *_a[] = {(
void*)&qax_result, (
void*)&t};
9747 qt_metacall(QMetaObject::InvokeMetaMethod, 275, _a);
9754 void *_a[] = {(
void*)&qax_result, (
void*)&mode};
9755 qt_metacall(QMetaObject::InvokeMetaMethod, 276, _a);
9762 void *_a[] = {(
void*)&qax_result, (
void*)&
delay};
9763 qt_metacall(QMetaObject::InvokeMetaMethod, 277, _a);
9770 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&name, (
void*)&value};
9771 qt_metacall(QMetaObject::InvokeMetaMethod, 278, _a);
9778 void *_a[] = {(
void*)&qax_result, (
void*)&exact_ocr};
9779 qt_metacall(QMetaObject::InvokeMetaMethod, 279, _a);
9786 void *_a[] = {(
void*)&qax_result, (
void*)&index, (
void*)&dict_name};
9787 qt_metacall(QMetaObject::InvokeMetaMethod, 280, _a);
9794 void *_a[] = {(
void*)&qax_result, (
void*)&type, (
void*)&
delay};
9795 qt_metacall(QMetaObject::InvokeMetaMethod, 281, _a);
9802 void *_a[] = {(
void*)&qax_result, (
void*)&file};
9803 qt_metacall(QMetaObject::InvokeMetaMethod, 282, _a);
9810 void *_a[] = {(
void*)&qax_result, (
void*)&en};
9811 qt_metacall(QMetaObject::InvokeMetaMethod, 283, _a);
9818 void *_a[] = {(
void*)&qax_result, (
void*)&col_gap};
9819 qt_metacall(QMetaObject::InvokeMetaMethod, 284, _a);
9826 void *_a[] = {(
void*)&qax_result, (
void*)&row_gap};
9827 qt_metacall(QMetaObject::InvokeMetaMethod, 285, _a);
9834 void *_a[] = {(
void*)&qax_result, (
void*)&type, (
void*)&
delay};
9835 qt_metacall(QMetaObject::InvokeMetaMethod, 286, _a);
9842 void *_a[] = {(
void*)&qax_result, (
void*)&path};
9843 qt_metacall(QMetaObject::InvokeMetaMethod, 287, _a);
9850 void *_a[] = {(
void*)&qax_result, (
void*)&pwd};
9851 qt_metacall(QMetaObject::InvokeMetaMethod, 288, _a);
9858 void *_a[] = {(
void*)&qax_result, (
void*)&row_gap};
9859 qt_metacall(QMetaObject::InvokeMetaMethod, 289, _a);
9866 void *_a[] = {(
void*)&qax_result, (
void*)&width, (
void*)&height, (
void*)&depth};
9867 qt_metacall(QMetaObject::InvokeMetaMethod, 290, _a);
9874 void *_a[] = {(
void*)&qax_result, (
void*)&show};
9875 qt_metacall(QMetaObject::InvokeMetaMethod, 291, _a);
9882 void *_a[] = {(
void*)&qax_result, (
void*)&mode};
9883 qt_metacall(QMetaObject::InvokeMetaMethod, 292, _a);
9890 void *_a[] = {(
void*)&qax_result, (
void*)&uac};
9891 qt_metacall(QMetaObject::InvokeMetaMethod, 293, _a);
9898 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&width, (
void*)&height};
9899 qt_metacall(QMetaObject::InvokeMetaMethod, 294, _a);
9906 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&flag};
9907 qt_metacall(QMetaObject::InvokeMetaMethod, 295, _a);
9914 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&text};
9915 qt_metacall(QMetaObject::InvokeMetaMethod, 296, _a);
9922 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&v};
9923 qt_metacall(QMetaObject::InvokeMetaMethod, 297, _a);
9930 void *_a[] = {(
void*)&qax_result, (
void*)&word_gap};
9931 qt_metacall(QMetaObject::InvokeMetaMethod, 298, _a);
9938 void *_a[] = {(
void*)&qax_result, (
void*)&word_gap};
9939 qt_metacall(QMetaObject::InvokeMetaMethod, 299, _a);
9946 void *_a[] = {(
void*)&qax_result, (
void*)&line_height};
9947 qt_metacall(QMetaObject::InvokeMetaMethod, 300, _a);
9954 void *_a[] = {(
void*)&qax_result, (
void*)&line_height};
9955 qt_metacall(QMetaObject::InvokeMetaMethod, 301, _a);
9962 void *_a[] = {(
void*)&qax_result, (
void*)&x1, (
void*)&y1, (
void*)&x2, (
void*)&y2, (
void*)&msg, (
void*)&color};
9963 qt_metacall(QMetaObject::InvokeMetaMethod, 302, _a);
9970 void *_a[] = {(
void*)&qax_result, (
void*)&all_pos, (
void*)&type, (
void*)&x, (
void*)&y};
9971 qt_metacall(QMetaObject::InvokeMetaMethod, 303, _a);
9978 void *_a[] = {(
void*)&qax_result, (
void*)&
id};
9979 qt_metacall(QMetaObject::InvokeMetaMethod, 304, _a);
9986 void *_a[] = {(
void*)&qax_result, (
void*)&s, (
void*)&str};
9987 qt_metacall(QMetaObject::InvokeMetaMethod, 305, _a);
9994 void *_a[] = {(
void*)&qax_result, (
void*)&string_value, (
void*)&type};
9995 qt_metacall(QMetaObject::InvokeMetaMethod, 306, _a);
10002 void *_a[] = {(
void*)&qax_result};
10003 qt_metacall(QMetaObject::InvokeMetaMethod, 307, _a);
10010 void *_a[] = {(
void*)&qax_result, (
void*)&index};
10011 qt_metacall(QMetaObject::InvokeMetaMethod, 308, _a);
10017 QString qax_result;
10018 void *_a[] = {(
void*)&qax_result};
10019 qt_metacall(QMetaObject::InvokeMetaMethod, 309, _a);
10026 void *_a[] = {(
void*)&qax_result, (
void*)&key_code, (
void*)&time_out};
10027 qt_metacall(QMetaObject::InvokeMetaMethod, 310, _a);
10034 void *_a[] = {(
void*)&qax_result};
10035 qt_metacall(QMetaObject::InvokeMetaMethod, 311, _a);
10042 void *_a[] = {(
void*)&qax_result};
10043 qt_metacall(QMetaObject::InvokeMetaMethod, 312, _a);
10050 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&data};
10051 qt_metacall(QMetaObject::InvokeMetaMethod, 313, _a);
10058 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&v};
10059 qt_metacall(QMetaObject::InvokeMetaMethod, 314, _a);
10066 void *_a[] = {(
void*)&qax_result, (
void*)&file, (
void*)&content};
10067 qt_metacall(QMetaObject::InvokeMetaMethod, 315, _a);
10074 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&v};
10075 qt_metacall(QMetaObject::InvokeMetaMethod, 316, _a);
10079 inline int Idmsoft::WriteIni(
const QString& section,
const QString& key,
const QString& v,
const QString& file)
10082 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&v, (
void*)&file};
10083 qt_metacall(QMetaObject::InvokeMetaMethod, 317, _a);
10087 inline int Idmsoft::WriteIniPwd(
const QString& section,
const QString& key,
const QString& v,
const QString& file,
const QString& pwd)
10090 void *_a[] = {(
void*)&qax_result, (
void*)§ion, (
void*)&key, (
void*)&v, (
void*)&file, (
void*)&pwd};
10091 qt_metacall(QMetaObject::InvokeMetaMethod, 318, _a);
10098 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type, (
void*)&v};
10099 qt_metacall(QMetaObject::InvokeMetaMethod, 319, _a);
10106 void *_a[] = {(
void*)&qax_result, (
void*)&hwnd, (
void*)&addr, (
void*)&type, (
void*)&v};
10107 qt_metacall(QMetaObject::InvokeMetaMethod, 320, _a);
10114 void *_a[] = {(
void*)&qax_result, (
void*)&mis};
10115 qt_metacall(QMetaObject::InvokeMetaMethod, 321, _a);
10129 struct QMetaTypeFunctionHelper<
Dm::dmsoft, true> {
10141 #ifndef QT_NO_DATASTREAM
10142 static void Save(QDataStream &stream,
const void *t) { stream << *static_cast<const Dm::dmsoft*>(t); }
10143 static void Load(QDataStream &stream,
void *t) { stream >> *
static_cast<Dm::dmsoft*
>(t); }
10144 #endif // QT_NO_DATASTREAM
10148 struct QMetaTypeFunctionHelper<
Dm::Idmsoft, true> {
10160 #ifndef QT_NO_DATASTREAM
10161 static void Save(QDataStream &stream,
const void *t) { stream << *static_cast<const Dm::Idmsoft*>(t); }
10163 #endif // QT_NO_DATASTREAM