src/MainWindow.h

changeset 232
6d3ba9c44f95
parent 231
54b5abd46958
child 234
51aea8b798f0
equal deleted inserted replaced
231:54b5abd46958 232:6d3ba9c44f95
10 #include "InventoryWaters.h" 10 #include "InventoryWaters.h"
11 #include "InventoryEquipments.h" 11 #include "InventoryEquipments.h"
12 #include "ProdInprod.h" 12 #include "ProdInprod.h"
13 #include "ProdOnName.h" 13 #include "ProdOnName.h"
14 #include "ProdOnCode.h" 14 #include "ProdOnCode.h"
15 #include "ProdOnTree.h"
15 #include "ProfileWaters.h" 16 #include "ProfileWaters.h"
16 #include "ProfileMashs.h" 17 #include "ProfileMashs.h"
17 #include "ProfileStyles.h" 18 #include "ProfileStyles.h"
18 #include "ProfileFerments.h" 19 #include "ProfileFerments.h"
19 #include "Setup.h" 20 #include "Setup.h"
110 InventoryWaters *InventoryWatersWindow; 111 InventoryWaters *InventoryWatersWindow;
111 InventoryEquipments *InventoryEquipmentsWindow; 112 InventoryEquipments *InventoryEquipmentsWindow;
112 ProdInprod *ProdInprodWindow; 113 ProdInprod *ProdInprodWindow;
113 ProdOnName *ProdOnNameWindow; 114 ProdOnName *ProdOnNameWindow;
114 ProdOnCode *ProdOnCodeWindow; 115 ProdOnCode *ProdOnCodeWindow;
116 ProdOnTree *ProdOnTreeWindow;
115 ProfileWaters *ProfileWatersWindow; 117 ProfileWaters *ProfileWatersWindow;
116 ProfileMashs *ProfileMashsWindow; 118 ProfileMashs *ProfileMashsWindow;
117 ProfileStyles *ProfileStylesWindow; 119 ProfileStyles *ProfileStylesWindow;
118 ProfileFerments *ProfileFermentsWindow; 120 ProfileFerments *ProfileFermentsWindow;
119 Setup *SetupWindow; 121 Setup *SetupWindow;
121 private slots: 123 private slots:
122 void on_actionExit_triggered(); 124 void on_actionExit_triggered();
123 void on_actionProd_inprod_triggered(); 125 void on_actionProd_inprod_triggered();
124 void on_actionOn_Name_triggered(); 126 void on_actionOn_Name_triggered();
125 void on_actionOn_Code_triggered(); 127 void on_actionOn_Code_triggered();
128 void on_actionOn_Tree_triggered();
126 void on_actionRecipes_triggered(); 129 void on_actionRecipes_triggered();
127 void on_actionSuppliers_triggered(); 130 void on_actionSuppliers_triggered();
128 void on_actionFermentables_triggered(); 131 void on_actionFermentables_triggered();
129 void on_actionHops_triggered(); 132 void on_actionHops_triggered();
130 void on_actionYeasts_triggered(); 133 void on_actionYeasts_triggered();
150 void fromInventoryWaters(); 153 void fromInventoryWaters();
151 void fromInventoryEquipments(); 154 void fromInventoryEquipments();
152 void fromProdInprod(); 155 void fromProdInprod();
153 void fromProdOnName(); 156 void fromProdOnName();
154 void fromProdOnCode(); 157 void fromProdOnCode();
158 void fromProdOnTree();
155 void fromProfileWaters(); 159 void fromProfileWaters();
156 void fromProfileMashs(); 160 void fromProfileMashs();
157 void fromProfileStyles(); 161 void fromProfileStyles();
158 void fromProfileFerments(); 162 void fromProfileFerments();
159 void fromSetup(); 163 void fromSetup();

mercurial