KiCad PCB EDA Suite
|
#include <sch_design_block_pane.h>
Public Member Functions | |
FILEDLG_IMPORT_SHEET_CONTENTS (EESCHEMA_SETTINGS *aSettings) | |
void | AddCustomControls (wxFileDialogCustomize &customizer) override |
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_cbPlaceAsGroup |
wxFileDialogCheckBox * | m_cbPlaceAsSheet |
wxFileDialogCheckBox * | m_cbKeepAnnotations |
Definition at line 61 of file sch_design_block_pane.h.
FILEDLG_IMPORT_SHEET_CONTENTS::FILEDLG_IMPORT_SHEET_CONTENTS | ( | EESCHEMA_SETTINGS * | aSettings | ) |
Definition at line 156 of file sch_design_block_pane.cpp.
References m_cbKeepAnnotations, m_cbPlaceAsGroup, m_cbPlaceAsSheet, m_cbRepeatedPlacement, and m_settings.
Referenced by wxDECLARE_NO_COPY_CLASS().
|
override |
Definition at line 174 of file sch_design_block_pane.cpp.
References KEEP_ANNOTATIONS, m_cbKeepAnnotations, m_cbPlaceAsGroup, m_cbPlaceAsSheet, m_cbRepeatedPlacement, m_settings, PLACE_AS_GROUP, PLACE_AS_SHEET, and REPEATED_PLACEMENT.
|
override |
Definition at line 165 of file sch_design_block_pane.cpp.
References m_cbKeepAnnotations, m_cbPlaceAsGroup, m_cbPlaceAsSheet, m_cbRepeatedPlacement, and m_settings.
|
private |
References FILEDLG_IMPORT_SHEET_CONTENTS().
|
private |
Definition at line 76 of file sch_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 74 of file sch_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 75 of file sch_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 73 of file sch_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 71 of file sch_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_SHEET_CONTENTS(), and TransferDataFromCustomControls().