KiCad PCB EDA Suite
|
#include <common.h>
#include <page_info.h>
#include <macros.h>
#include <eda_units.h>
#include <richio.h>
Go to the source code of this file.
Macros | |
#define | PAPER_A0 wxPAPER_A2 |
#define | PAPER_A1 wxPAPER_A2 |
#define | MMsize(x, y) VECTOR2D( EDA_UNIT_UTILS::Mm2mils( x ), EDA_UNIT_UTILS::Mm2mils( y ) ) |
Functions | |
static double | clampWidth (double aWidthInMils) |
static double | clampHeight (double aHeightInMils) |
#define MMsize | ( | x, | |
y | |||
) | VECTOR2D( EDA_UNIT_UTILS::Mm2mils( x ), EDA_UNIT_UTILS::Mm2mils( y ) ) |
Definition at line 68 of file page_info.cpp.
#define PAPER_A0 wxPAPER_A2 |
Definition at line 38 of file page_info.cpp.
#define PAPER_A1 wxPAPER_A2 |
Definition at line 39 of file page_info.cpp.
|
static |
Definition at line 218 of file page_info.cpp.
Referenced by PAGE_INFO::SetCustomHeightMils(), and PAGE_INFO::SetHeightMils().
|
static |
Definition at line 203 of file page_info.cpp.
Referenced by PAGE_INFO::SetCustomWidthMils(), and PAGE_INFO::SetWidthMils().