KiCad PCB EDA Suite
|
#include <mutex>
#include <wx/ffile.h>
#include <symbol_library.h>
#include <confirm.h>
#include <dialogs/dialog_schematic_setup.h>
#include <kiway.h>
#include <symbol_edit_frame.h>
#include <dialogs/panel_gal_display_options.h>
#include <filename_resolver.h>
#include <pgm_base.h>
#include <project/project_file.h>
#include <project/project_local_settings.h>
#include <project/net_settings.h>
#include <sch_edit_frame.h>
#include <sch_painter.h>
#include <schematic.h>
#include <widgets/design_block_pane.h>
#include <widgets/hierarchy_pane.h>
#include <widgets/sch_search_pane.h>
#include <widgets/panel_sch_selection_filter.h>
#include <widgets/properties_panel.h>
#include <settings/app_settings.h>
#include <settings/settings_manager.h>
#include <wildcards_and_files_ext.h>
#include <drawing_sheet/ds_data_model.h>
#include <zoom_defines.h>
#include <sim/spice_settings.h>
#include <tool/tool_manager.h>
#include <tools/ee_selection_tool.h>
Go to the source code of this file.
Functions | |
COLOR4D | GetLayerColor (SCH_LAYER_ID aLayer) |
Helper for all the old plotting/printing code while it still exists. | |
COLOR4D GetLayerColor | ( | SCH_LAYER_ID | aLayer | ) |
Helper for all the old plotting/printing code while it still exists.
Definition at line 53 of file eeschema_config.cpp.
References COLOR_SETTINGS::GetColor(), SETTINGS_MANAGER::GetColorSettings(), PGM_BASE::GetSettingsManager(), and Pgm().