| 
    KiCad PCB EDA Suite
    
   | 
 
#include <functional>#include <board.h>#include <footprint.h>#include <confirm.h>#include <connectivity/connectivity_data.h>#include <eda_list_dialog.h>#include <footprint_edit_frame.h>#include <footprint_chooser_frame.h>#include <footprint_viewer_frame.h>#include <fp_lib_table.h>#include <pcb_io/pcb_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 <drc/drc_item.h>#include <view/view_controls.h>#include <widgets/lib_tree.h>#include <widgets/wx_progress_reporters.h>#include <dialog_pad_properties.h>#include <project_pcb.h>#include <locale_io.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 58 of file load_select_footprint.cpp.
References s_FootprintHistoryList, and s_FootprintHistoryMaxCount.
      
  | 
  static | 
Definition at line 55 of file load_select_footprint.cpp.
      
  | 
  static | 
Definition at line 56 of file load_select_footprint.cpp.
      
  | 
  static | 
Definition at line 395 of file load_select_footprint.cpp.
Referenced by PCB_BASE_FRAME::PlaceFootprint().
      
  | 
  static | 
Definition at line 397 of file load_select_footprint.cpp.
Referenced by PCB_BASE_FRAME::PlaceFootprint().