KiCad PCB EDA Suite
|
#include <dialogs/dialog_print_generic.h>
#include <eda_draw_frame.h>
#include <printout.h>
#include <pgm_base.h>
#include <confirm.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 |
|
staticconstexpr |
Definition at line 32 of file dialog_print_generic.cpp.
|
staticconstexpr |
Definition at line 31 of file dialog_print_generic.cpp.
Referenced by DIALOG_PRINT_GENERIC::getScaleValue(), and DIALOG_PRINT_GENERIC::setScaleValue().