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 <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 <ee_actions.h>
#include <tool/tool_manager.h>

Go to the source code of this file.

Macros

#define REPEATED_PLACEMENT   _( "Place repeated copies" )
 
#define PLACE_AS_SHEET   _( "Place as sheet" )
 
#define KEEP_ANNOTATIONS   _( "Keep annotations" )
 

Macro Definition Documentation

◆ KEEP_ANNOTATIONS

#define KEEP_ANNOTATIONS   _( "Keep annotations" )

Definition at line 41 of file design_block_pane.cpp.

◆ PLACE_AS_SHEET

#define PLACE_AS_SHEET   _( "Place as sheet" )

Definition at line 40 of file design_block_pane.cpp.

◆ REPEATED_PLACEMENT

#define REPEATED_PLACEMENT   _( "Place repeated copies" )

Definition at line 39 of file design_block_pane.cpp.