KiCad PCB EDA Suite
|
#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" ) |
#define KEEP_ANNOTATIONS _( "Keep annotations" ) |
Definition at line 41 of file design_block_pane.cpp.
#define PLACE_AS_SHEET _( "Place as sheet" ) |
Definition at line 40 of file design_block_pane.cpp.
#define REPEATED_PLACEMENT _( "Place repeated copies" ) |
Definition at line 39 of file design_block_pane.cpp.