KiCad PCB EDA Suite
|
#include <sch_draw_panel.h>
#include <trigo.h>
#include <widgets/msgpanel.h>
#include <bitmaps.h>
#include <base_units.h>
#include <eda_draw_frame.h>
#include <erc/erc_settings.h>
#include <sch_marker.h>
#include <schematic.h>
#include <widgets/ui_common.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <settings/color_settings.h>
#include <erc/erc_item.h>
#include <sch_screen.h>
Go to the source code of this file.
Macros | |
#define | SCALING_FACTOR schIUScale.mmToIU( 0.15 ) |
Factor to convert the maker unit shape to internal units: | |
#define SCALING_FACTOR schIUScale.mmToIU( 0.15 ) |
Factor to convert the maker unit shape to internal units:
Definition at line 42 of file sch_marker.cpp.