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

#include <design_block_pane.h>

Inheritance diagram for FILEDLG_IMPORT_SHEET_CONTENTS:

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

Detailed Description

Definition at line 94 of file design_block_pane.h.

Constructor & Destructor Documentation

◆ FILEDLG_IMPORT_SHEET_CONTENTS()

FILEDLG_IMPORT_SHEET_CONTENTS::FILEDLG_IMPORT_SHEET_CONTENTS ( EESCHEMA_SETTINGS aSettings)

Definition at line 134 of file design_block_pane.cpp.

References m_settings.

Member Function Documentation

◆ AddCustomControls()

◆ TransferDataFromCustomControls()

◆ wxDECLARE_NO_COPY_CLASS()

FILEDLG_IMPORT_SHEET_CONTENTS::wxDECLARE_NO_COPY_CLASS ( FILEDLG_IMPORT_SHEET_CONTENTS  )
private

Member Data Documentation

◆ m_cbKeepAnnotations

wxFileDialogCheckBox* FILEDLG_IMPORT_SHEET_CONTENTS::m_cbKeepAnnotations
private

Definition at line 108 of file design_block_pane.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_cbPlaceAsSheet

wxFileDialogCheckBox* FILEDLG_IMPORT_SHEET_CONTENTS::m_cbPlaceAsSheet
private

Definition at line 107 of file design_block_pane.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_cbRepeatedPlacement

wxFileDialogCheckBox* FILEDLG_IMPORT_SHEET_CONTENTS::m_cbRepeatedPlacement
private

Definition at line 106 of file design_block_pane.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_settings

EESCHEMA_SETTINGS* FILEDLG_IMPORT_SHEET_CONTENTS::m_settings
private

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