KiCad PCB EDA Suite
|
#include <action_plugin.h>
#include <bitmaps.h>
#include <dialog_footprint_wizard_list.h>
#include <grid_tricks.h>
#include <kiface_base.h>
#include <panel_pcbnew_action_plugins.h>
#include <pcb_edit_frame.h>
#include <python/scripting/pcbnew_scripting.h>
#include <pcb_scripting_tool.h>
#include <pcbnew_settings.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/paged_dialog.h>
#include <widgets/wx_grid.h>
#include <widgets/std_bitmap_button.h>
Go to the source code of this file.
Macros | |
#define | GRID_CELL_MARGIN 4 |
#define GRID_CELL_MARGIN 4 |
Definition at line 37 of file panel_pcbnew_action_plugins.cpp.