KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_print_generic.cpp File Reference
#include <dialogs/dialog_print_generic.h>
#include <confirm.h>
#include <eda_draw_frame.h>
#include <printout.h>
#include <pgm_base.h>
#include <wx/print.h>
#include <wx/printdlg.h>

Go to the source code of this file.

Classes

class  KI_PREVIEW_FRAME
 Custom print preview frame. More...
 

Variables

static constexpr double MIN_SCALE = 0.01
 
static constexpr double MAX_SCALE = 100.0
 

Variable Documentation

◆ MAX_SCALE

constexpr double MAX_SCALE = 100.0
staticconstexpr

Definition at line 32 of file dialog_print_generic.cpp.

◆ MIN_SCALE

constexpr double MIN_SCALE = 0.01
staticconstexpr