KiCad PCB EDA Suite
|
#include <regex>
#include <eeschema_settings.h>
#include <gal/gal_display_options.h>
#include <gal/graphics_abstraction_layer.h>
#include <layer_ids.h>
#include <sch_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 |
#define MILS_POINT | ( | x, | |
y | |||
) | VECTOR2I( schIUScale.MilsToIU( x ), schIUScale.MilsToIU( y ) ) |
std::set<int> g_excludedLayers |
Definition at line 52 of file panel_eeschema_color_settings.cpp.
Referenced by PANEL_EESCHEMA_COLOR_SETTINGS::createSwatches(), PANEL_EESCHEMA_COLOR_SETTINGS::PANEL_EESCHEMA_COLOR_SETTINGS(), and PANEL_PCBNEW_COLOR_SETTINGS::PANEL_PCBNEW_COLOR_SETTINGS().