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

Variable Documentation

◆ KEEP_ANNOTATIONS

const wxString KEEP_ANNOTATIONS = _( "Keep annotations" )
static

◆ PLACE_AS_SHEET

const wxString PLACE_AS_SHEET = _( "Place as sheet" )
static

◆ REPEATED_PLACEMENT

const wxString REPEATED_PLACEMENT = _( "Place repeated copies" )
static