| 
    KiCad PCB EDA Suite
    
   | 
 
#include <regex>#include <pgm_base.h>#include <board.h>#include <layer_ids.h>#include <layer_range.h>#include <gal/graphics_abstraction_layer.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 <pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>#include <wx/treebook.h>Go to the source code of this file.
Variables | |
| std::string | g_previewBoard | 
| std::set< int > | g_excludedLayers | 
| std::set<int> g_excludedLayers | 
Definition at line 654 of file panel_pcbnew_color_settings.cpp.
| std::string g_previewBoard | 
Definition at line 40 of file panel_pcbnew_color_settings.cpp.
Referenced by PANEL_PCBNEW_COLOR_SETTINGS::createPreviewItems().