| | |
| | | { |
| | | private: |
| | | static void addGP(string code); |
| | | //批量添加股票 |
| | | static void betchAddGP(HWND addDialog,list<string> codeList); |
| | | static std::list<GPCodeArea> getListenL2GPAreaAndCode(RecognitionManager* recognitionManager); |
| | | //删除板块内的所有代码 |
| | | static void clearPlateCodes(HWND hwnd); |
| | | |
| | | //获取板块中代码添加按钮的位置 |
| | | static RECT getPlateAddCodeBtnPostion(HWND win); |
| | | |
| | | public: |
| | | static HWND getMainWin(); |
| | |
| | | static std::list<int*> splitPlateRowArea(cv::Mat img, int start_row, int start_col, int end_row, int end_col); |
| | | |
| | | //打开同花顺的副屏幕 |
| | | static void openL2Screen(); |
| | | static void openSecondScreen(); |
| | | static void openThirdScreen(); |
| | | static void openTradeSuccessScreen(); |
| | | |
| | | //设置股票 |
| | | static bool setGP(std::string quickCode, list<std::string> codeList,RecognitionManager* recognitionManager); |
| | |
| | | static GPCodeArea recognitionPlateContentArea(cv::Mat grayImg); |
| | | |
| | | |
| | | |
| | | //添加目标标的(目标标的的数量必须大于9个才行) |
| | | static void addTargetCodes(list<std::string> codeList, RecognitionManager* recognitionManager); |
| | | |
| | | |
| | | |