KiCad PCB EDA Suite
|
#include <design_block.h>
#include <widgets/sch_design_block_pane.h>
#include <widgets/sch_design_block_preview_widget.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 <sch_actions.h>
#include <tool/tool_manager.h>
#include <tools/sch_design_block_control.h>
Go to the source code of this file.
Macros | |
#define | REPEATED_PLACEMENT _( "Place repeated copies" ) |
#define | PLACE_AS_SHEET _( "Place as sheet" ) |
#define | PLACE_AS_GROUP _( "Place as group" ) |
#define | KEEP_ANNOTATIONS _( "Keep annotations" ) |
#define KEEP_ANNOTATIONS _( "Keep annotations" ) |
Definition at line 44 of file sch_design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_BOARD_CONTENTS::AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), PCB_DESIGN_BLOCK_PANE::PCB_DESIGN_BLOCK_PANE(), SCH_DESIGN_BLOCK_PANE::SCH_DESIGN_BLOCK_PANE(), PCB_DESIGN_BLOCK_PANE::setLabelsAndTooltips(), and SCH_DESIGN_BLOCK_PANE::setLabelsAndTooltips().
#define PLACE_AS_GROUP _( "Place as group" ) |
Definition at line 43 of file sch_design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_BOARD_CONTENTS::AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), PCB_DESIGN_BLOCK_PANE::PCB_DESIGN_BLOCK_PANE(), SCH_DESIGN_BLOCK_PANE::SCH_DESIGN_BLOCK_PANE(), PCB_DESIGN_BLOCK_PANE::setLabelsAndTooltips(), and SCH_DESIGN_BLOCK_PANE::setLabelsAndTooltips().
#define PLACE_AS_SHEET _( "Place as sheet" ) |
Definition at line 42 of file sch_design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), SCH_DESIGN_BLOCK_PANE::SCH_DESIGN_BLOCK_PANE(), and SCH_DESIGN_BLOCK_PANE::setLabelsAndTooltips().
#define REPEATED_PLACEMENT _( "Place repeated copies" ) |
Definition at line 41 of file sch_design_block_pane.cpp.
Referenced by FILEDLG_IMPORT_BOARD_CONTENTS::AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), PCB_DESIGN_BLOCK_PANE::PCB_DESIGN_BLOCK_PANE(), SCH_DESIGN_BLOCK_PANE::SCH_DESIGN_BLOCK_PANE(), PCB_DESIGN_BLOCK_PANE::setLabelsAndTooltips(), and SCH_DESIGN_BLOCK_PANE::setLabelsAndTooltips().