| 
    KiCad PCB EDA Suite
    
   | 
 
#include <filedlg_import_non_kicad.h>
 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 | 
Definition at line 25 of file filedlg_import_non_kicad.h.
      
  | 
  inline | 
Definition at line 28 of file filedlg_import_non_kicad.h.
References m_showIssues.
Referenced by wxDECLARE_NO_COPY_CLASS().
      
  | 
  inlineoverridevirtual | 
Definition at line 32 of file filedlg_import_non_kicad.h.
References _, m_cb, and m_showIssues.
      
  | 
  inline | 
Definition at line 48 of file filedlg_import_non_kicad.h.
References m_showIssues.
Referenced by AskLoadBoardFileName(), and SCH_EDIT_FRAME::OnImportProject().
      
  | 
  inlineoverridevirtual | 
Definition at line 43 of file filedlg_import_non_kicad.h.
References m_cb, and m_showIssues.
      
  | 
  private | 
References FILEDLG_IMPORT_NON_KICAD().
      
  | 
  private | 
Definition at line 53 of file filedlg_import_non_kicad.h.
Referenced by AddCustomControls(), and TransferDataFromCustomControls().
      
  | 
  private | 
Definition at line 51 of file filedlg_import_non_kicad.h.
Referenced by AddCustomControls(), FILEDLG_IMPORT_NON_KICAD(), GetShowIssues(), and TransferDataFromCustomControls().