![]() |
KiCad PCB EDA Suite
|
#include <regex>
#include <board.h>
#include <gal/gal_display_options.h>
#include <layers_id_colors_and_visibility.h>
#include <panel_pcbnew_color_settings.h>
#include <pcbnew_settings.h>
#include <pcb_edit_frame.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <footprint_preview_panel.h>
#include <widgets/appearance_controls.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <pcb_painter.h>
#include <track.h>
#include <plugins/kicad/kicad_plugin.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 354 of file panel_pcbnew_color_settings.cpp.
Referenced by PANEL_PCBNEW_COLOR_SETTINGS::PANEL_PCBNEW_COLOR_SETTINGS().
std::string g_previewBoard |
Definition at line 39 of file panel_pcbnew_color_settings.cpp.
Referenced by PANEL_PCBNEW_COLOR_SETTINGS::createPreviewItems().