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

#include <filedlg_import_non_kicad.h>

Inheritance diagram for FILEDLG_IMPORT_NON_KICAD:

Public Member Functions

 FILEDLG_IMPORT_NON_KICAD (bool aDefaultShowIssues=true)
 
virtual void AddCustomControls (wxFileDialogCustomize &customizer) override
 
virtual void TransferDataFromCustomControls () override
 
bool GetShowIssues () const
 

Private Member Functions

 wxDECLARE_NO_COPY_CLASS (FILEDLG_IMPORT_NON_KICAD)
 

Private Attributes

bool m_showIssues
 
wxFileDialogCheckBox * m_cb = nullptr
 

Detailed Description

Definition at line 27 of file filedlg_import_non_kicad.h.

Constructor & Destructor Documentation

◆ FILEDLG_IMPORT_NON_KICAD()

FILEDLG_IMPORT_NON_KICAD::FILEDLG_IMPORT_NON_KICAD ( bool  aDefaultShowIssues = true)
inline

Definition at line 30 of file filedlg_import_non_kicad.h.

Member Function Documentation

◆ AddCustomControls()

virtual void FILEDLG_IMPORT_NON_KICAD::AddCustomControls ( wxFileDialogCustomize &  customizer)
inlineoverridevirtual

Definition at line 34 of file filedlg_import_non_kicad.h.

References _, m_cb, and m_showIssues.

◆ GetShowIssues()

bool FILEDLG_IMPORT_NON_KICAD::GetShowIssues ( ) const
inline

Definition at line 45 of file filedlg_import_non_kicad.h.

References m_showIssues.

Referenced by AskLoadBoardFileName(), and SCH_EDIT_FRAME::OnImportProject().

◆ TransferDataFromCustomControls()

virtual void FILEDLG_IMPORT_NON_KICAD::TransferDataFromCustomControls ( )
inlineoverridevirtual

Definition at line 40 of file filedlg_import_non_kicad.h.

References m_cb, and m_showIssues.

◆ wxDECLARE_NO_COPY_CLASS()

FILEDLG_IMPORT_NON_KICAD::wxDECLARE_NO_COPY_CLASS ( FILEDLG_IMPORT_NON_KICAD  )
private

Member Data Documentation

◆ m_cb

wxFileDialogCheckBox* FILEDLG_IMPORT_NON_KICAD::m_cb = nullptr
private

Definition at line 50 of file filedlg_import_non_kicad.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_showIssues

bool FILEDLG_IMPORT_NON_KICAD::m_showIssues
private

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