KiCad PCB EDA Suite
|
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 66 of file page_info.cpp.
#define PAPER_A0 wxPAPER_A2 |
Definition at line 36 of file page_info.cpp.
#define PAPER_A1 wxPAPER_A2 |
Definition at line 37 of file page_info.cpp.
|
static |
Definition at line 216 of file page_info.cpp.
Referenced by PAGE_INFO::SetCustomHeightMils(), and PAGE_INFO::SetHeightMils().
|
static |
Definition at line 201 of file page_info.cpp.
Referenced by PAGE_INFO::SetCustomWidthMils(), and PAGE_INFO::SetWidthMils().