KiCad PCB EDA Suite
|
#include <bitmaps.h>
#include <board.h>
#include <footprint.h>
#include <pad.h>
#include <dialog_exchange_footprints.h>
#include <string_utils.h>
#include <kiway.h>
#include <kiway_express.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <widgets/wx_html_report_panel.h>
#include <widgets/std_bitmap_button.h>
#include <tool/tool_manager.h>
#include <tools/pcb_selection_tool.h>
#include <ranges>
Go to the source code of this file.
Macros | |
#define | ID_MATCH_FP_ALL 4200 |
#define | ID_MATCH_FP_SELECTED 4201 |
#define | ID_MATCH_FP_REF 4202 |
#define | ID_MATCH_FP_VAL 4203 |
#define | ID_MATCH_FP_ID 4204 |
#define ID_MATCH_FP_ALL 4200 |
Definition at line 45 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_ID 4204 |
Definition at line 49 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_REF 4202 |
Definition at line 47 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_SELECTED 4201 |
Definition at line 46 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_VAL 4203 |
Definition at line 48 of file dialog_exchange_footprints.cpp.
int g_matchModeForExchange = ID_MATCH_FP_REF |
Definition at line 53 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS().
int g_matchModeForExchangeSelected = ID_MATCH_FP_SELECTED |
Definition at line 54 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS().
int g_matchModeForUpdate = ID_MATCH_FP_ALL |
Definition at line 51 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS().
int g_matchModeForUpdateSelected = ID_MATCH_FP_SELECTED |
Definition at line 52 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS().