mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Generated packs can now be selected for printing.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1107 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <util/prec.hpp>
|
||||
#include <util/reflect.hpp>
|
||||
#include <util/real_point.hpp>
|
||||
#include <gui/card_select_window.hpp>
|
||||
|
||||
DECLARE_POINTER_TYPE(Set);
|
||||
class StyleSheet;
|
||||
@@ -19,10 +20,10 @@ class StyleSheet;
|
||||
// ----------------------------------------------------------------------------- : Printing
|
||||
|
||||
/// Show a print preview for the given set
|
||||
void print_preview(Window* parent, const SetP& set);
|
||||
void print_preview(Window* parent, const SetP& set, const ExportCardSelectionChoices& choices);
|
||||
|
||||
/// Print the given set
|
||||
void print_set(Window* parent, const SetP& set);
|
||||
void print_set(Window* parent, const SetP& set, const ExportCardSelectionChoices& choices);
|
||||
|
||||
// ----------------------------------------------------------------------------- : Layout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user