![]() |
KiCad PCB EDA Suite
|
#include <regex>
#include <bitmaps.h>
#include <eeschema_settings.h>
#include <gal/gal_display_options.h>
#include <layers_id_colors_and_visibility.h>
#include <lib_polyline.h>
#include <page_info.h>
#include <panel_eeschema_color_settings.h>
#include <pgm_base.h>
#include <sch_bus_entry.h>
#include <sch_junction.h>
#include <sch_line.h>
#include <sch_no_connect.h>
#include <sch_painter.h>
#include <sch_preview_panel.h>
#include <sch_sheet_pin.h>
#include <sch_text.h>
#include <settings/color_settings.h>
#include <settings/common_settings.h>
#include <settings/settings_manager.h>
#include <title_block.h>
#include <view/view.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <sch_base_frame.h>
#include <widgets/color_swatch.h>
Go to the source code of this file.
Classes | |
class | SCH_BUS_WIRE_ENTRY_PREVIEW_ITEM |
Macros | |
#define | MILS_POINT(x, y) wxPoint( Mils2iu( x ), Mils2iu( y ) ) |
#define MILS_POINT | ( | x, | |
y | |||
) | wxPoint( Mils2iu( x ), Mils2iu( y ) ) |