KiCad PCB EDA Suite
|
#include <design_block_pane.h>
Public Member Functions | |
FILEDLG_IMPORT_SHEET_CONTENTS (EESCHEMA_SETTINGS *aSettings) | |
virtual void | AddCustomControls (wxFileDialogCustomize &customizer) override |
virtual void | TransferDataFromCustomControls () override |
Private Member Functions | |
wxDECLARE_NO_COPY_CLASS (FILEDLG_IMPORT_SHEET_CONTENTS) | |
Private Attributes | |
EESCHEMA_SETTINGS * | m_settings |
wxFileDialogCheckBox * | m_cbRepeatedPlacement |
wxFileDialogCheckBox * | m_cbPlaceAsSheet |
wxFileDialogCheckBox * | m_cbKeepAnnotations |
Definition at line 94 of file design_block_pane.h.
FILEDLG_IMPORT_SHEET_CONTENTS::FILEDLG_IMPORT_SHEET_CONTENTS | ( | EESCHEMA_SETTINGS * | aSettings | ) |
Definition at line 134 of file design_block_pane.cpp.
References m_settings.
|
overridevirtual |
Definition at line 149 of file design_block_pane.cpp.
References EESCHEMA_SETTINGS::PANEL_DESIGN_BLOCK_CHOOSER::keep_annotations, KEEP_ANNOTATIONS, m_cbKeepAnnotations, m_cbPlaceAsSheet, m_cbRepeatedPlacement, EESCHEMA_SETTINGS::m_DesignBlockChooserPanel, m_settings, EESCHEMA_SETTINGS::PANEL_DESIGN_BLOCK_CHOOSER::place_as_sheet, PLACE_AS_SHEET, EESCHEMA_SETTINGS::PANEL_DESIGN_BLOCK_CHOOSER::repeated_placement, and REPEATED_PLACEMENT.
|
overridevirtual |
Definition at line 141 of file design_block_pane.cpp.
References EESCHEMA_SETTINGS::PANEL_DESIGN_BLOCK_CHOOSER::keep_annotations, m_cbKeepAnnotations, m_cbPlaceAsSheet, m_cbRepeatedPlacement, EESCHEMA_SETTINGS::m_DesignBlockChooserPanel, m_settings, EESCHEMA_SETTINGS::PANEL_DESIGN_BLOCK_CHOOSER::place_as_sheet, and EESCHEMA_SETTINGS::PANEL_DESIGN_BLOCK_CHOOSER::repeated_placement.
|
private |
|
private |
Definition at line 108 of file design_block_pane.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 107 of file design_block_pane.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 106 of file design_block_pane.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
|
private |
Definition at line 104 of file design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS(), and TransferDataFromCustomControls().