![]() |
KiCad PCB EDA Suite
|
#include <bitmaps.h>
#include <pcb_edit_frame.h>
#include <base_units.h>
#include <board.h>
#include <dimension.h>
#include <pcb_text.h>
#include <geometry/shape_circle.h>
#include <geometry/shape_segment.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <trigo.h>
#include <i18n_utility.h>
Go to the source code of this file.
Classes | |
struct | DIMENSION_DESC |
Macros | |
#define | INVERT(pos) ( ( pos ) = axis - ( ( pos ) - axis ) ) |
Variables | |
static struct DIMENSION_DESC | _DIMENSION_DESC |
#define INVERT | ( | pos | ) | ( ( pos ) = axis - ( ( pos ) - axis ) ) |
|
static |