KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FILEDLG_IMPORT_BOARD_CONTENTS Class Reference

#include <pcb_design_block_pane.h>

Inheritance diagram for FILEDLG_IMPORT_BOARD_CONTENTS:

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_SETTINGSm_settings
 
wxFileDialogCheckBox * m_cbRepeatedPlacement
 
wxFileDialogCheckBox * m_cbPlaceAsGroup
 
wxFileDialogCheckBox * m_cbKeepAnnotations
 

Detailed Description

Definition at line 61 of file pcb_design_block_pane.h.

Constructor & Destructor Documentation

◆ FILEDLG_IMPORT_BOARD_CONTENTS()

FILEDLG_IMPORT_BOARD_CONTENTS::FILEDLG_IMPORT_BOARD_CONTENTS ( PCBNEW_SETTINGS aSettings)

Definition at line 140 of file pcb_design_block_pane.cpp.

References m_settings.

Member Function Documentation

◆ AddCustomControls()

◆ TransferDataFromCustomControls()

◆ wxDECLARE_NO_COPY_CLASS()

FILEDLG_IMPORT_BOARD_CONTENTS::wxDECLARE_NO_COPY_CLASS ( FILEDLG_IMPORT_BOARD_CONTENTS  )
private

Member Data Documentation

◆ m_cbKeepAnnotations

wxFileDialogCheckBox* FILEDLG_IMPORT_BOARD_CONTENTS::m_cbKeepAnnotations
private

Definition at line 75 of file pcb_design_block_pane.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_cbPlaceAsGroup

wxFileDialogCheckBox* FILEDLG_IMPORT_BOARD_CONTENTS::m_cbPlaceAsGroup
private

Definition at line 74 of file pcb_design_block_pane.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_cbRepeatedPlacement

wxFileDialogCheckBox* FILEDLG_IMPORT_BOARD_CONTENTS::m_cbRepeatedPlacement
private

Definition at line 73 of file pcb_design_block_pane.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_settings

PCBNEW_SETTINGS* FILEDLG_IMPORT_BOARD_CONTENTS::m_settings
private

The documentation for this class was generated from the following files: