![]() |
KiCad PCB EDA Suite
|
#include <boost/version.hpp>
#include <kiface_i.h>
#include <confirm.h>
#include <dialog_helpers.h>
#include <pcb_base_frame.h>
#include <base_units.h>
#include <widgets/msgpanel.h>
#include <pgm_base.h>
#include <3d_viewer/eda_3d_viewer.h>
#include <footprint_editor_settings.h>
#include <fp_lib_table.h>
#include <pcbnew_id.h>
#include <board.h>
#include <footprint.h>
#include <collectors.h>
#include <pcb_draw_panel_gal.h>
#include <math/vector2d.h>
#include <pcb_painter.h>
#include <settings/settings_manager.h>
#include <pcbnew_settings.h>
#include <tool/tool_manager.h>
#include <tool/tool_dispatcher.h>
#include <tools/pcb_actions.h>
#include <tool/grid_menu.h>
#include "cleanup_item.h"
#include <zoom_defines.h>
Go to the source code of this file.
Functions | |
wxDEFINE_EVENT (BOARD_CHANGED, wxCommandEvent) | |
wxDEFINE_EVENT | ( | BOARD_CHANGED | , |
wxCommandEvent | |||
) |
Once the minimum Boost version is raise to 1.67 or greater, this version check can be removed.