/
zzxxx97
/
flexcell
Обзор
Документация
Войти
/
zzxxx97
/
flexcell
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Form/FormDraw/Form2SelectCond.h
23 строки
761 B
Makar
Добавил все файлы backend проекта
25 авг 2025, 15:14
25 авг 2025, 15:14
e72d232
Код
Авторство
О чём код?
#ifndef Form2SelectCondH #define Form2SelectCondH #include "../FormTypes.h" #include "Form2.h" #include "../DB/DB_Common.h" #include "../Form/unDopAtrCol.h" #include "../DB/unDBType.h" #include "../nlohmann/json.hpp" using namespace std; using json = nlohmann::json; class TForm2SelectCond : public TForm2 { public: TForm2SelectCond(TForm2* form) : TForm2(*form) {} bool doForm2SelectCond(int aPlan_id, string& aAndWhere); void doEvalAtrSelectCond(PDopAtrCol DopAtrCol, int god, int CurrVidOtch, int CurrQuarter, int CurrMonth, int condLayerNumber); void PrepareAtrSelectCondShablon(PDopAtrCol DopAtrCol, int god, int CurrVidOtch, int CondLayerNumber); static void ParseShablonChislo(int condLayerNumber, PAtrStmnt AtrStmnt); }; #endif