src/global.h

changeset 276
7316a419334d
parent 267
8af232524e64
child 277
2228d833c52a
--- a/src/global.h	Sat Jun 11 12:59:49 2022 +0200
+++ b/src/global.h	Sat Jun 11 19:29:20 2022 +0200
@@ -175,6 +175,34 @@
 };
 
 
+struct Style
+{
+    QString	name;
+    QString	category;
+    int		category_number;
+    QString	style_letter;
+    QString	style_guide;
+    int		type;
+    double	og_min;
+    double	og_max;
+    double	fg_min;
+    double	fg_max;
+    double	ibu_min;
+    double	ibu_max;
+    double	color_min;
+    double	color_max;
+    double	carb_min;
+    double	carb_max;
+    double	abv_min;
+    double	abv_max;
+    QString	notes;
+    QString	profile;
+    QString	ingredients;
+    QString	examples;
+    QString	uuid;
+};
+
+
 /*
  * The main recipe record stored in the database.
  */

mercurial