![]() |
KiCad PCB EDA Suite
|
#include "dialog_unused_pad_layers.h"
#include <bitmaps.h>
#include <board_commit.h>
#include <track.h>
#include <pad.h>
#include <pcb_edit_frame.h>
#include <tools/pcb_selection_tool.h>
Go to the source code of this file.
Enumerations | |
enum | SCOPE : int { SCOPE_VIAS = 0, SCOPE_PADS = 1 } |
enum | PAD_ACTION : int { PAD_ACTION_REMOVE = 0, PAD_ACTION_RESET } |
enum PAD_ACTION : int |
Enumerator | |
---|---|
PAD_ACTION_REMOVE | |
PAD_ACTION_RESET |
Definition at line 41 of file dialog_unused_pad_layers.cpp.
enum SCOPE : int |
Enumerator | |
---|---|
SCOPE_VIAS | |
SCOPE_PADS |
Definition at line 34 of file dialog_unused_pad_layers.cpp.