├── PsyLib ├── c_abstractpattern.cpp ├── c_abstractpattern.h ├── c_belaruspattern.cpp ├── c_belaruspattern.h ├── c_chinapattern.cpp ├── c_chinapattern.h ├── c_polygonpattern.cpp ├── c_polygonpattern.h ├── c_rectanglespattern.cpp ├── c_rectanglespattern.h ├── c_runepattern.cpp ├── c_runepattern.h ├── c_strokepattern.cpp ├── c_strokepattern.h ├── co_abstractsymbol.cpp ├── co_abstractsymbol.h ├── co_patternsymbol.cpp └── co_patternsymbol.h ├── PsyMatchArea ├── PsyMatchArea.pro ├── PsyMatchArea.qrc ├── PsyMatchArea.rc ├── app.ico ├── c_matchglobal.h ├── cd_dialogpages.cpp ├── cd_dialogpages.h ├── cd_settingsdialog.cpp ├── cd_settingsdialog.h ├── cf_mainform.cpp ├── cf_mainform.h ├── cw_matcharea.cpp ├── cw_matcharea.h ├── cw_matchstatistics.cpp ├── cw_matchstatistics.h ├── fonts │ └── simfang.ttf ├── images │ ├── PsyMatchAreaIcon.png │ ├── app.ico │ ├── config.png │ └── statistics.png └── main.cpp └── README.md /PsyLib/c_abstractpattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_abstractpattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_abstractpattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_abstractpattern.h -------------------------------------------------------------------------------- /PsyLib/c_belaruspattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_belaruspattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_belaruspattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_belaruspattern.h -------------------------------------------------------------------------------- /PsyLib/c_chinapattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_chinapattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_chinapattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_chinapattern.h -------------------------------------------------------------------------------- /PsyLib/c_polygonpattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_polygonpattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_polygonpattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_polygonpattern.h -------------------------------------------------------------------------------- /PsyLib/c_rectanglespattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_rectanglespattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_rectanglespattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_rectanglespattern.h -------------------------------------------------------------------------------- /PsyLib/c_runepattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_runepattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_runepattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_runepattern.h -------------------------------------------------------------------------------- /PsyLib/c_strokepattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_strokepattern.cpp -------------------------------------------------------------------------------- /PsyLib/c_strokepattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/c_strokepattern.h -------------------------------------------------------------------------------- /PsyLib/co_abstractsymbol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/co_abstractsymbol.cpp -------------------------------------------------------------------------------- /PsyLib/co_abstractsymbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/co_abstractsymbol.h -------------------------------------------------------------------------------- /PsyLib/co_patternsymbol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/co_patternsymbol.cpp -------------------------------------------------------------------------------- /PsyLib/co_patternsymbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyLib/co_patternsymbol.h -------------------------------------------------------------------------------- /PsyMatchArea/PsyMatchArea.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/PsyMatchArea.pro -------------------------------------------------------------------------------- /PsyMatchArea/PsyMatchArea.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/PsyMatchArea.qrc -------------------------------------------------------------------------------- /PsyMatchArea/PsyMatchArea.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/PsyMatchArea.rc -------------------------------------------------------------------------------- /PsyMatchArea/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/app.ico -------------------------------------------------------------------------------- /PsyMatchArea/c_matchglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/c_matchglobal.h -------------------------------------------------------------------------------- /PsyMatchArea/cd_dialogpages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cd_dialogpages.cpp -------------------------------------------------------------------------------- /PsyMatchArea/cd_dialogpages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cd_dialogpages.h -------------------------------------------------------------------------------- /PsyMatchArea/cd_settingsdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cd_settingsdialog.cpp -------------------------------------------------------------------------------- /PsyMatchArea/cd_settingsdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cd_settingsdialog.h -------------------------------------------------------------------------------- /PsyMatchArea/cf_mainform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cf_mainform.cpp -------------------------------------------------------------------------------- /PsyMatchArea/cf_mainform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cf_mainform.h -------------------------------------------------------------------------------- /PsyMatchArea/cw_matcharea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cw_matcharea.cpp -------------------------------------------------------------------------------- /PsyMatchArea/cw_matcharea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cw_matcharea.h -------------------------------------------------------------------------------- /PsyMatchArea/cw_matchstatistics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cw_matchstatistics.cpp -------------------------------------------------------------------------------- /PsyMatchArea/cw_matchstatistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/cw_matchstatistics.h -------------------------------------------------------------------------------- /PsyMatchArea/fonts/simfang.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/fonts/simfang.ttf -------------------------------------------------------------------------------- /PsyMatchArea/images/PsyMatchAreaIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/images/PsyMatchAreaIcon.png -------------------------------------------------------------------------------- /PsyMatchArea/images/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/images/app.ico -------------------------------------------------------------------------------- /PsyMatchArea/images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/images/config.png -------------------------------------------------------------------------------- /PsyMatchArea/images/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/images/statistics.png -------------------------------------------------------------------------------- /PsyMatchArea/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/PsyMatchArea/main.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drafterleo/matcharea/HEAD/README.md --------------------------------------------------------------------------------