mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Add cutter lines option when printing
This commit is contained in:
+11
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user