src/MainWindow.h

changeset 480
94b3def5d778
parent 479
28f0e43e9f08
equal deleted inserted replaced
479:28f0e43e9f08 480:94b3def5d778
4 #include "RecipesTree.h" 4 #include "RecipesTree.h"
5 #include "InventorySuppliers.h" 5 #include "InventorySuppliers.h"
6 #include "InventoryFermentables.h" 6 #include "InventoryFermentables.h"
7 #include "InventoryHops.h" 7 #include "InventoryHops.h"
8 #include "InventoryYeasts.h" 8 #include "InventoryYeasts.h"
9 #include "InventoryYeastPacks.h"
9 #include "InventoryMiscs.h" 10 #include "InventoryMiscs.h"
10 #include "InventoryWaters.h" 11 #include "InventoryWaters.h"
11 #include "InventoryEquipments.h" 12 #include "InventoryEquipments.h"
12 #include "ProdInprod.h" 13 #include "ProdInprod.h"
13 #include "ProdOnName.h" 14 #include "ProdOnName.h"
115 RecipesTree *RecipesTreeWindow; 116 RecipesTree *RecipesTreeWindow;
116 InventorySuppliers *InventorySuppliersWindow; 117 InventorySuppliers *InventorySuppliersWindow;
117 InventoryFermentables *InventoryFermentablesWindow; 118 InventoryFermentables *InventoryFermentablesWindow;
118 InventoryHops *InventoryHopsWindow; 119 InventoryHops *InventoryHopsWindow;
119 InventoryYeasts *InventoryYeastsWindow; 120 InventoryYeasts *InventoryYeastsWindow;
121 InventoryYeastPacks *InventoryYeastPacksWindow;
120 InventoryMiscs *InventoryMiscsWindow; 122 InventoryMiscs *InventoryMiscsWindow;
121 InventoryWaters *InventoryWatersWindow; 123 InventoryWaters *InventoryWatersWindow;
122 InventoryEquipments *InventoryEquipmentsWindow; 124 InventoryEquipments *InventoryEquipmentsWindow;
123 ProdInprod *ProdInprodWindow; 125 ProdInprod *ProdInprodWindow;
124 ProdOnName *ProdOnNameWindow; 126 ProdOnName *ProdOnNameWindow;
162 void on_actionRecipes_triggered(); 164 void on_actionRecipes_triggered();
163 void on_actionSuppliers_triggered(); 165 void on_actionSuppliers_triggered();
164 void on_actionFermentables_triggered(); 166 void on_actionFermentables_triggered();
165 void on_actionHops_triggered(); 167 void on_actionHops_triggered();
166 void on_actionYeasts_triggered(); 168 void on_actionYeasts_triggered();
169 void on_actionYeastPacks_triggered();
167 void on_actionMiscs_triggered(); 170 void on_actionMiscs_triggered();
168 void on_actionWaters_triggered(); 171 void on_actionWaters_triggered();
169 void on_actionEquipments_triggered(); 172 void on_actionEquipments_triggered();
170 void on_actionSupplies_list_triggered(); 173 void on_actionSupplies_list_triggered();
171 void on_actionYeast_bank_triggered(); 174 void on_actionYeast_bank_triggered();
186 void fromRecipesTree(); 189 void fromRecipesTree();
187 void fromInventorySuppliers(); 190 void fromInventorySuppliers();
188 void fromInventoryFermentables(); 191 void fromInventoryFermentables();
189 void fromInventoryHops(); 192 void fromInventoryHops();
190 void fromInventoryYeasts(); 193 void fromInventoryYeasts();
194 void fromInventoryYeastPacks();
191 void fromInventoryMiscs(); 195 void fromInventoryMiscs();
192 void fromInventoryWaters(); 196 void fromInventoryWaters();
193 void fromInventoryEquipments(); 197 void fromInventoryEquipments();
194 void fromProdInprod(); 198 void fromProdInprod();
195 void fromProdOnName(); 199 void fromProdOnName();

mercurial