| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pgm_base.h>#include <kiface_base.h>#include <kiway.h>#include <kiway_express.h>#include <board.h>#include <wx/button.h>#include <wx/checkbox.h>#include <wx/splitter.h>#include <kiplatform/ui.h>#include <lset.h>#include <widgets/panel_footprint_chooser.h>#include <settings/settings_manager.h>#include <footprint_editor_settings.h>#include <footprint_chooser_frame.h>#include <tool/tool_manager.h>#include <tool/tool_dispatcher.h>#include <tool/common_tools.h>#include <tool/zoom_tool.h>#include <tools/footprint_chooser_selection_tool.h>#include <tools/pcb_actions.h>#include <tools/pcb_picker_tool.h>#include <tools/pcb_viewer_tools.h>#include "settings/cvpcb_settings.h"#include "wx/display.h"#include <footprint_preview_panel.h>#include <3d_canvas/eda_3d_canvas.h>#include <project_pcb.h>#include <widgets/bitmap_button.h>#include <3d_viewer/eda_3d_viewer_frame.h>#include <tools/pcb_editor_conditions.h>Go to the source code of this file.
Macros | |
| #define | PARENT_STYLE | 
| #define | MODAL_STYLE | 
| #define | CHECK(x) | 
Functions | |
| static void | AddFootprintToHistory (const wxString &aName) | 
| static wxRect | s_dialogRect (0, 0, 0, 0) | 
Variables | |
| static wxArrayString | s_FootprintHistoryList | 
| static unsigned | s_FootprintHistoryMaxCount = 8 | 
| #define CHECK | ( | x | ) | 
| #define MODAL_STYLE | 
Definition at line 88 of file footprint_chooser_frame.cpp.
| #define PARENT_STYLE | 
Definition at line 86 of file footprint_chooser_frame.cpp.
      
  | 
  static | 
Definition at line 60 of file footprint_chooser_frame.cpp.
References s_FootprintHistoryList, and s_FootprintHistoryMaxCount.
Referenced by FOOTPRINT_CHOOSER_FRAME::OnOK(), and PCB_BASE_FRAME::SelectFootprintFromLibrary().
      
  | 
  static | 
      
  | 
  static | 
Definition at line 57 of file footprint_chooser_frame.cpp.
Referenced by AddFootprintToHistory(), AddFootprintToHistory(), and FOOTPRINT_CHOOSER_FRAME::FOOTPRINT_CHOOSER_FRAME().
      
  | 
  static | 
Definition at line 58 of file footprint_chooser_frame.cpp.
Referenced by AddFootprintToHistory(), and AddFootprintToHistory().