KiCad PCB EDA Suite
|
#include <bitmaps.h>
#include <base_units.h>
#include <eda_draw_frame.h>
#include <board.h>
#include <board_design_settings.h>
#include <pcb_marker.h>
#include <layer_ids.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <geometry/shape_null.h>
#include <widgets/ui_common.h>
#include <pgm_base.h>
#include <drc/drc_item.h>
#include <trigo.h>
Go to the source code of this file.
Classes | |
struct | PCB_MARKER_DESC |
Macros | |
#define | SCALING_FACTOR pcbIUScale.mmToIU( 0.1625 ) |
Factor to convert the maker unit shape to internal units: | |
Variables | |
static struct PCB_MARKER_DESC | _PCB_MARKER_DESC |
#define SCALING_FACTOR pcbIUScale.mmToIU( 0.1625 ) |
Factor to convert the maker unit shape to internal units:
Definition at line 43 of file pcb_marker.cpp.
|
static |