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 <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 "wx/display.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>
Go to the source code of this file.
Macros | |
#define | MODAL_FRAME |
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 MODAL_FRAME |
Definition at line 74 of file footprint_chooser_frame.cpp.
|
static |
Definition at line 48 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 45 of file footprint_chooser_frame.cpp.
Referenced by AddFootprintToHistory(), FOOTPRINT_CHOOSER_FRAME::FOOTPRINT_CHOOSER_FRAME(), and PCB_BASE_FRAME::SelectFootprintFromLibrary().
|
static |
Definition at line 46 of file footprint_chooser_frame.cpp.
Referenced by AddFootprintToHistory().