KiCad PCB EDA Suite
|
#include <design_block.h>
#include <widgets/design_block_pane.h>
#include <widgets/panel_design_block_chooser.h>
#include <eeschema_settings.h>
#include <kiface_base.h>
#include <sch_edit_frame.h>
#include <core/kicad_algo.h>
#include <template_fieldnames.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/sizer.h>
#include <confirm.h>
#include <wildcards_and_files_ext.h>
#include <ee_actions.h>
#include <tool/tool_manager.h>
Go to the source code of this file.
Variables | |
static const wxString | REPEATED_PLACEMENT = _( "Place repeated copies" ) |
static const wxString | PLACE_AS_SHEET = _( "Place as sheet" ) |
static const wxString | KEEP_ANNOTATIONS = _( "Keep annotations" ) |
|
static |
Definition at line 42 of file design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), and DESIGN_BLOCK_PANE::DESIGN_BLOCK_PANE().
|
static |
Definition at line 41 of file design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), and DESIGN_BLOCK_PANE::DESIGN_BLOCK_PANE().
|
static |
Definition at line 40 of file design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), and DESIGN_BLOCK_PANE::DESIGN_BLOCK_PANE().