KiCad PCB EDA Suite
|
#include <functional>
#include <board.h>
#include <footprint.h>
#include <confirm.h>
#include <connectivity/connectivity_data.h>
#include <dialog_choose_footprint.h>
#include <dialog_get_footprint_by_name.h>
#include <eda_list_dialog.h>
#include <footprint_edit_frame.h>
#include <footprint_info_impl.h>
#include <footprint_tree_pane.h>
#include <footprint_viewer_frame.h>
#include <fp_lib_table.h>
#include <core/ignore.h>
#include <io_mgr.h>
#include <string_utils.h>
#include <kiway.h>
#include <lib_id.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <pcbnew_settings.h>
#include <board_design_settings.h>
#include <view/view_controls.h>
#include <widgets/lib_tree.h>
#include <widgets/wx_progress_reporters.h>
#include <dialog_pad_properties.h>
#include "fp_tree_model_adapter.h"
#include <bitmaps.h>
Go to the source code of this file.
Functions | |
static void | AddFootprintToHistory (const wxString &aName) |
Variables | |
static wxArrayString | s_FootprintHistoryList |
static unsigned | s_FootprintHistoryMaxCount = 8 |
static FOOTPRINT * | s_FootprintInitialCopy = nullptr |
static PICKED_ITEMS_LIST | s_PickedList |
|
static |
Definition at line 61 of file load_select_footprint.cpp.
References s_FootprintHistoryList, and s_FootprintHistoryMaxCount.
Referenced by PCB_BASE_FRAME::SelectFootprintFromLibTree().
|
static |
Definition at line 58 of file load_select_footprint.cpp.
Referenced by AddFootprintToHistory(), and PCB_BASE_FRAME::SelectFootprintFromLibTree().
|
static |
Definition at line 59 of file load_select_footprint.cpp.
Referenced by AddFootprintToHistory().
|
static |
Definition at line 483 of file load_select_footprint.cpp.
Referenced by PCB_BASE_FRAME::PlaceFootprint().
|
static |
Definition at line 485 of file load_select_footprint.cpp.
Referenced by PCB_BASE_FRAME::PlaceFootprint().