| 
									
										
										
										
											2017-04-27 20:26:05 +02:00
										 |  |  | // SPDX-License-Identifier: GPL-2.0
 | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | #ifndef TEMPLATELAYOUT_H
 | 
					
						
							|  |  |  | #define TEMPLATELAYOUT_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <grantlee_templates.h>
 | 
					
						
							|  |  |  | #include "mainwindow.h"
 | 
					
						
							| 
									
										
										
										
											2015-06-14 06:25:35 +02:00
										 |  |  | #include "printoptions.h"
 | 
					
						
							| 
									
										
										
										
											2016-04-05 09:40:03 -07:00
										 |  |  | #include "core/statistics.h"
 | 
					
						
							|  |  |  | #include "core/qthelper.h"
 | 
					
						
							|  |  |  | #include "core/helpers.h"
 | 
					
						
							| 
									
										
										
										
											2016-04-04 22:02:03 -07:00
										 |  |  | #include "core/subsurface-qt/DiveObjectHelper.h"
 | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-21 06:13:22 +02:00
										 |  |  | int getTotalWork(print_options *printOptions); | 
					
						
							| 
									
										
										
										
											2015-07-24 09:26:25 +02:00
										 |  |  | void find_all_templates(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-21 19:03:42 +02:00
										 |  |  | extern QList<QString> grantlee_templates, grantlee_statistics_templates; | 
					
						
							| 
									
										
										
										
											2015-06-10 13:39:15 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | class TemplateLayout : public QObject { | 
					
						
							|  |  |  | 	Q_OBJECT | 
					
						
							|  |  |  | public: | 
					
						
							| 
									
										
										
										
											2015-07-02 22:26:31 +02:00
										 |  |  | 	TemplateLayout(print_options *PrintOptions, template_options *templateOptions); | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | 	~TemplateLayout(); | 
					
						
							|  |  |  | 	QString generate(); | 
					
						
							| 
									
										
										
										
											2015-08-21 19:03:42 +02:00
										 |  |  | 	QString generateStatistics(); | 
					
						
							| 
									
										
										
										
											2015-07-05 06:21:39 +02:00
										 |  |  | 	static QString readTemplate(QString template_name); | 
					
						
							|  |  |  | 	static void writeTemplate(QString template_name, QString grantlee_template); | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | private: | 
					
						
							|  |  |  | 	Grantlee::Engine *m_engine; | 
					
						
							| 
									
										
										
										
											2015-06-14 06:25:35 +02:00
										 |  |  | 	print_options *PrintOptions; | 
					
						
							| 
									
										
										
										
											2015-07-02 22:26:31 +02:00
										 |  |  | 	template_options *templateOptions; | 
					
						
							| 
									
										
										
										
											2015-05-30 15:32:15 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | signals: | 
					
						
							|  |  |  | 	void progressUpdated(int value); | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-21 19:00:46 +02:00
										 |  |  | class YearInfo { | 
					
						
							|  |  |  | public: | 
					
						
							|  |  |  | 	stats_t *year; | 
					
						
							|  |  |  | 	YearInfo(stats_t& year) | 
					
						
							|  |  |  | 		:year(&year) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	YearInfo(); | 
					
						
							|  |  |  | 	~YearInfo(); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-02 22:26:31 +02:00
										 |  |  | Q_DECLARE_METATYPE(template_options) | 
					
						
							| 
									
										
										
										
											2015-07-16 11:39:27 +02:00
										 |  |  | Q_DECLARE_METATYPE(print_options) | 
					
						
							| 
									
										
										
										
											2015-08-21 19:00:46 +02:00
										 |  |  | Q_DECLARE_METATYPE(YearInfo) | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-02 22:37:14 +02:00
										 |  |  | GRANTLEE_BEGIN_LOOKUP(template_options) | 
					
						
							|  |  |  | if (property == "font") { | 
					
						
							|  |  |  | 	switch (object.font_index) { | 
					
						
							|  |  |  | 	case 0: | 
					
						
							|  |  |  | 		return "Arial, Helvetica, sans-serif"; | 
					
						
							|  |  |  | 	case 1: | 
					
						
							|  |  |  | 		return "Impact, Charcoal, sans-serif"; | 
					
						
							|  |  |  | 	case 2: | 
					
						
							|  |  |  | 		return "Georgia, serif"; | 
					
						
							|  |  |  | 	case 3: | 
					
						
							|  |  |  | 		return "Courier, monospace"; | 
					
						
							|  |  |  | 	case 4: | 
					
						
							|  |  |  | 		return "Verdana, Geneva, sans-serif"; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2015-08-11 22:50:27 +02:00
										 |  |  | } else if (property == "borderwidth") { | 
					
						
							|  |  |  | 	return object.border_width; | 
					
						
							| 
									
										
										
										
											2015-07-02 22:37:14 +02:00
										 |  |  | } else if (property == "font_size") { | 
					
						
							|  |  |  | 	return object.font_size / 9.0; | 
					
						
							|  |  |  | } else if (property == "line_spacing") { | 
					
						
							|  |  |  | 	return object.line_spacing; | 
					
						
							| 
									
										
										
										
											2015-07-13 11:19:03 +02:00
										 |  |  | } else if (property == "color1") { | 
					
						
							|  |  |  | 	return object.color_palette.color1.name(); | 
					
						
							|  |  |  | } else if (property == "color2") { | 
					
						
							|  |  |  | 	return object.color_palette.color2.name(); | 
					
						
							|  |  |  | } else if (property == "color3") { | 
					
						
							|  |  |  | 	return object.color_palette.color3.name(); | 
					
						
							|  |  |  | } else if (property == "color4") { | 
					
						
							|  |  |  | 	return object.color_palette.color4.name(); | 
					
						
							|  |  |  | } else if (property == "color5") { | 
					
						
							|  |  |  | 	return object.color_palette.color5.name(); | 
					
						
							| 
									
										
										
										
											2015-08-07 09:54:09 +02:00
										 |  |  | } else if (property == "color6") { | 
					
						
							|  |  |  | 	return object.color_palette.color6.name(); | 
					
						
							| 
									
										
										
										
											2015-07-02 22:37:14 +02:00
										 |  |  | } | 
					
						
							|  |  |  | GRANTLEE_END_LOOKUP | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-16 11:39:27 +02:00
										 |  |  | GRANTLEE_BEGIN_LOOKUP(print_options) | 
					
						
							|  |  |  | if (property == "grayscale") { | 
					
						
							|  |  |  | 	if (object.color_selected) { | 
					
						
							|  |  |  | 		return ""; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		return "-webkit-filter: grayscale(100%)"; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | GRANTLEE_END_LOOKUP | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-21 19:00:46 +02:00
										 |  |  | GRANTLEE_BEGIN_LOOKUP(YearInfo) | 
					
						
							|  |  |  | if (property == "year") { | 
					
						
							|  |  |  | 	return object.year->period; | 
					
						
							|  |  |  | } else if (property == "dives") { | 
					
						
							|  |  |  | 	return object.year->selection_size; | 
					
						
							|  |  |  | } else if (property == "min_temp") { | 
					
						
							|  |  |  | 	const char *unit; | 
					
						
							|  |  |  | 	double temp = get_temp_units(object.year->min_temp, &unit); | 
					
						
							|  |  |  | 	return object.year->min_temp == 0 ? "0" : QString::number(temp, 'g', 2) + unit; | 
					
						
							|  |  |  | } else if (property == "max_temp") { | 
					
						
							|  |  |  | 	const char *unit; | 
					
						
							|  |  |  | 	double temp = get_temp_units(object.year->max_temp, &unit); | 
					
						
							|  |  |  | 	return object.year->max_temp == 0 ? "0" : QString::number(temp, 'g', 2) + unit; | 
					
						
							|  |  |  | } else if (property == "total_time") { | 
					
						
							| 
									
										
										
										
											2017-05-11 22:43:36 +02:00
										 |  |  | 	return get_dive_duration_string(object.year->total_time.seconds, QObject::tr("h"), | 
					
						
							|  |  |  | 									QObject::tr("min"), QObject::tr("sec"), " "); | 
					
						
							| 
									
										
										
										
											2015-08-21 19:00:46 +02:00
										 |  |  | } else if (property == "avg_time") { | 
					
						
							|  |  |  | 	return get_minutes(object.year->total_time.seconds / object.year->selection_size); | 
					
						
							|  |  |  | } else if (property == "shortest_time") { | 
					
						
							|  |  |  | 	return get_minutes(object.year->shortest_time.seconds); | 
					
						
							|  |  |  | } else if (property == "longest_time") { | 
					
						
							|  |  |  | 	return get_minutes(object.year->longest_time.seconds); | 
					
						
							|  |  |  | } else if (property == "avg_depth") { | 
					
						
							|  |  |  | 	return get_depth_string(object.year->avg_depth); | 
					
						
							|  |  |  | } else if (property == "min_depth") { | 
					
						
							|  |  |  | 	return get_depth_string(object.year->min_depth); | 
					
						
							|  |  |  | } else if (property == "max_depth") { | 
					
						
							|  |  |  | 	return get_depth_string(object.year->max_depth); | 
					
						
							|  |  |  | } else if (property == "avg_sac") { | 
					
						
							|  |  |  | 	return get_volume_string(object.year->avg_sac); | 
					
						
							|  |  |  | } else if (property == "min_sac") { | 
					
						
							|  |  |  | 	return get_volume_string(object.year->min_sac); | 
					
						
							|  |  |  | } else if (property == "max_sac") { | 
					
						
							|  |  |  | 	return get_volume_string(object.year->max_sac); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | GRANTLEE_END_LOOKUP | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-21 17:23:13 +02:00
										 |  |  | #endif
 |