KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_eeschema_color_settings.cpp File Reference
#include <regex>
#include <eeschema_settings.h>
#include <gal/gal_display_options.h>
#include <gal/graphics_abstraction_layer.h>
#include <layer_ids.h>
#include <lib_shape.h>
#include <math/vector2wx.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>
#include <widgets/wx_panel.h>
#include <wx/msgdlg.h>

Go to the source code of this file.

Macros

#define MILS_POINT(x, y)   VECTOR2I( schIUScale.MilsToIU( x ), schIUScale.MilsToIU( y ) )
 

Variables

std::set< int > g_excludedLayers
 

Macro Definition Documentation

◆ MILS_POINT

#define MILS_POINT (   x,
 
)    VECTOR2I( schIUScale.MilsToIU( x ), schIUScale.MilsToIU( y ) )

Variable Documentation

◆ g_excludedLayers