KiCad PCB EDA Suite
|
#include <pcb_design_block_pane.h>
Public Member Functions | |
FILEDLG_IMPORT_BOARD_CONTENTS (PCBNEW_SETTINGS *aSettings) | |
void | AddCustomControls (wxFileDialogCustomize &customizer) override |
void | TransferDataFromCustomControls () override |
Private Member Functions | |
wxDECLARE_NO_COPY_CLASS (FILEDLG_IMPORT_BOARD_CONTENTS) | |
Private Attributes | |
PCBNEW_SETTINGS * | m_settings |
wxFileDialogCheckBox * | m_cbRepeatedPlacement |
wxFileDialogCheckBox * | m_cbPlaceAsGroup |
wxFileDialogCheckBox * | m_cbKeepAnnotations |
Definition at line 61 of file pcb_design_block_pane.h.
FILEDLG_IMPORT_BOARD_CONTENTS::FILEDLG_IMPORT_BOARD_CONTENTS | ( | PCBNEW_SETTINGS * | aSettings | ) |
Definition at line 140 of file pcb_design_block_pane.cpp.
References m_cbKeepAnnotations, m_cbPlaceAsGroup, m_cbRepeatedPlacement, and m_settings.
Referenced by wxDECLARE_NO_COPY_CLASS().
|
override |
Definition at line 156 of file pcb_design_block_pane.cpp.
References KEEP_ANNOTATIONS, m_cbKeepAnnotations, m_cbPlaceAsGroup, m_cbRepeatedPlacement, m_settings, PLACE_AS_GROUP, and REPEATED_PLACEMENT.
|
override |
Definition at line 148 of file pcb_design_block_pane.cpp.
References m_cbKeepAnnotations, m_cbPlaceAsGroup, m_cbRepeatedPlacement, and m_settings.
|
private |
References FILEDLG_IMPORT_BOARD_CONTENTS().
|
private |
Definition at line 75 of file pcb_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 74 of file pcb_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 73 of file pcb_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS(), and TransferDataFromCustomControls().
|
private |
Definition at line 71 of file pcb_design_block_pane.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS(), and TransferDataFromCustomControls().