![]() |
KiCad PCB EDA Suite
|
#include "pcb_draw_panel_gal.h"
#include <pcb_view.h>
#include <view/wx_view_controls.h>
#include <pcb_painter.h>
#include <page_layout/ws_proxy_view_item.h>
#include <connectivity/connectivity_data.h>
#include <board.h>
#include <footprint.h>
#include <track.h>
#include <pcb_marker.h>
#include <pcb_base_frame.h>
#include <pcbnew_settings.h>
#include <ratsnest/ratsnest_data.h>
#include <ratsnest/ratsnest_viewitem.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <confirm.h>
#include <gal/graphics_abstraction_layer.h>
#include <zoom_defines.h>
#include <functional>
#include <memory>
#include <thread>
Go to the source code of this file.
Variables | |
const LAYER_NUM | GAL_LAYER_ORDER [] |
const LAYER_NUM GAL_LAYER_ORDER[] |
Definition at line 54 of file pcb_draw_panel_gal.cpp.
Referenced by PCB_DRAW_PANEL_GAL::setDefaultLayerDeps(), and PCB_DRAW_PANEL_GAL::setDefaultLayerOrder().