KiCad PCB EDA Suite
panel_pcbnew_color_settings.cpp File Reference
#include <regex>
#include <pgm_base.h>
#include <board.h>
#include <layer_ids.h>
#include <panel_pcbnew_color_settings.h>
#include <math/vector2wx.h>
#include <widgets/wx_panel.h>
#include <pcbnew_settings.h>
#include <settings/settings_manager.h>
#include <footprint_preview_panel.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <pcb_painter.h>
#include <plugins/kicad/pcb_plugin.h>
#include <wx/treebook.h>

Go to the source code of this file.

Variables

std::string g_previewBoard
 
std::set< int > g_excludedLayers
 

Variable Documentation

◆ g_excludedLayers

std::set<int> g_excludedLayers
Initial value:
=
{
}
@ GAL_LAYER_ID_START
Definition: layer_ids.h:191
@ LAYER_VIA_HOLEWALLS
Definition: layer_ids.h:234
@ LAYER_PAD_FR
smd pads, front layer
Definition: layer_ids.h:202
@ LAYER_DRAW_BITMAPS
to handle and draw images bitmaps
Definition: layer_ids.h:223
@ LAYER_MOD_TEXT
Definition: layer_ids.h:198
@ LAYER_PAD_PLATEDHOLES
to draw pad holes (plated)
Definition: layer_ids.h:214
@ LAYER_GP_OVERLAY
general purpose overlay
Definition: layer_ids.h:218
@ LAYER_TRACKS
Definition: layer_ids.h:212
@ LAYER_MOD_FR
show footprints on front
Definition: layer_ids.h:208
@ LAYER_PAD_BK
smd pads, back layer
Definition: layer_ids.h:203
@ LAYER_MOD_VALUES
show footprints values (when texts are visible)
Definition: layer_ids.h:210
@ LAYER_MARKER_SHADOWS
shadows for drc markers
Definition: layer_ids.h:237
@ LAYER_VIAS
Meta control for all vias opacity/visibility.
Definition: layer_ids.h:193
@ LAYER_MOD_BK
show footprints on back
Definition: layer_ids.h:209
@ LAYER_MOD_REFERENCES
show footprints references (when texts are visible)
Definition: layer_ids.h:211
@ LAYER_PAD_HOLEWALLS
Definition: layer_ids.h:233

Definition at line 353 of file panel_pcbnew_color_settings.cpp.

Referenced by PANEL_PCBNEW_COLOR_SETTINGS::PANEL_PCBNEW_COLOR_SETTINGS().

◆ g_previewBoard

std::string g_previewBoard