Add cutter lines option when printing

This commit is contained in:
GenevensiS
2025-08-01 13:54:12 +02:00
committed by GitHub
parent d74879b6dd
commit 2b9bc1f296
4 changed files with 193 additions and 60 deletions
+11 -1
View File
@@ -111,6 +111,15 @@ public:
DECLARE_REFLECTION();
};
// ----------------------------------------------------------------------------- : Printing settings
enum CutterLinesType
{ CUTTER_ALL
, CUTTER_NO_INTERSECTION
, CUTTER_NONE
};
// ----------------------------------------------------------------------------- : Settings
@@ -180,8 +189,9 @@ public:
IndexMap<FieldP,ValueP>& exportOptionsFor(const ExportTemplate& export_template);
// --------------------------------------------------- : Printing
double print_spacing;
CutterLinesType print_cutter_lines;
// --------------------------------------------------- : Special game stuff
String apprentice_location;