KiCad PCB EDA Suite
Loading...
Searching...
No Matches
footprint_chooser_frame.cpp File Reference
#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)   ACTION_CONDITIONS().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
 

Macro Definition Documentation

◆ CHECK

#define CHECK (   x)    ACTION_CONDITIONS().Check( x )

◆ MODAL_STYLE

#define MODAL_STYLE
Value:
( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR )

Definition at line 88 of file footprint_chooser_frame.cpp.

◆ PARENT_STYLE

#define PARENT_STYLE
Value:
( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxFRAME_FLOAT_ON_PARENT )

Definition at line 86 of file footprint_chooser_frame.cpp.

Function Documentation

◆ AddFootprintToHistory()

static void AddFootprintToHistory ( const wxString &  aName)
static

◆ s_dialogRect()

static wxRect s_dialogRect ( ,
,
,
 
)
static

Variable Documentation

◆ s_FootprintHistoryList

wxArrayString s_FootprintHistoryList
static

◆ s_FootprintHistoryMaxCount

unsigned s_FootprintHistoryMaxCount = 8
static

Definition at line 58 of file footprint_chooser_frame.cpp.

Referenced by AddFootprintToHistory().