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 <pcbnew_settings.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>
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 |
Variables | |
int | g_matchModeForUpdate = ID_MATCH_FP_ALL |
int | g_matchModeForUpdateSelected = ID_MATCH_FP_SELECTED |
int | g_matchModeForExchange = ID_MATCH_FP_REF |
int | g_matchModeForExchangeSelected = ID_MATCH_FP_SELECTED |
bool | g_removeExtraTextItems [2] = { false, false } |
bool | g_resetTextItemLayers [2] = { false, true } |
bool | g_resetTextItemEffects [2] = { false, true } |
bool | g_resetTextItemContent [2] = { false, true } |
bool | g_resetFabricationAttrs [2] = { false, true } |
bool | g_reset3DModels [2] = { true, true } |
#define ID_MATCH_FP_ALL 4200 |
Definition at line 44 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_ID 4204 |
Definition at line 48 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_REF 4202 |
Definition at line 46 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_SELECTED 4201 |
Definition at line 45 of file dialog_exchange_footprints.cpp.
#define ID_MATCH_FP_VAL 4203 |
Definition at line 47 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().
bool g_removeExtraTextItems[2] = { false, false } |
Definition at line 57 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), and DIALOG_EXCHANGE_FOOTPRINTS::~DIALOG_EXCHANGE_FOOTPRINTS().
bool g_reset3DModels[2] = { true, true } |
Definition at line 62 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), and DIALOG_EXCHANGE_FOOTPRINTS::~DIALOG_EXCHANGE_FOOTPRINTS().
bool g_resetFabricationAttrs[2] = { false, true } |
Definition at line 61 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), and DIALOG_EXCHANGE_FOOTPRINTS::~DIALOG_EXCHANGE_FOOTPRINTS().
bool g_resetTextItemContent[2] = { false, true } |
Definition at line 60 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), and DIALOG_EXCHANGE_FOOTPRINTS::~DIALOG_EXCHANGE_FOOTPRINTS().
bool g_resetTextItemEffects[2] = { false, true } |
Definition at line 59 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), and DIALOG_EXCHANGE_FOOTPRINTS::~DIALOG_EXCHANGE_FOOTPRINTS().
bool g_resetTextItemLayers[2] = { false, true } |
Definition at line 58 of file dialog_exchange_footprints.cpp.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), and DIALOG_EXCHANGE_FOOTPRINTS::~DIALOG_EXCHANGE_FOOTPRINTS().