KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pcb_design_block_pane.cpp File Reference
#include <design_block.h>
#include <widgets/pcb_design_block_pane.h>
#include <widgets/pcb_design_block_preview_widget.h>
#include <widgets/panel_design_block_chooser.h>
#include <pcbnew_settings.h>
#include <kiface_base.h>
#include <pcb_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 <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <tools/pcb_design_block_control.h>

Go to the source code of this file.

Macros

#define REPEATED_PLACEMENT   _( "Place repeated copies" )
 
#define PLACE_AS_GROUP   _( "Place as group" )
 
#define KEEP_ANNOTATIONS   _( "Keep annotations" )
 

Macro Definition Documentation

◆ KEEP_ANNOTATIONS

#define KEEP_ANNOTATIONS   _( "Keep annotations" )

Definition at line 45 of file pcb_design_block_pane.cpp.

◆ PLACE_AS_GROUP

#define PLACE_AS_GROUP   _( "Place as group" )

Definition at line 44 of file pcb_design_block_pane.cpp.

◆ REPEATED_PLACEMENT

#define REPEATED_PLACEMENT   _( "Place repeated copies" )

Definition at line 43 of file pcb_design_block_pane.cpp.