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

#include <symbol_filedlg_save_as.h>

Inheritance diagram for SYMBOL_FILEDLG_SAVE_AS:

Public Member Functions

 SYMBOL_FILEDLG_SAVE_AS (SYMBOL_SAVEAS_TYPE aOption)
 
virtual void AddCustomControls (wxFileDialogCustomize &customizer) override
 
virtual void TransferDataFromCustomControls () override
 
SYMBOL_SAVEAS_TYPE GetOption () const
 

Private Member Functions

 wxDECLARE_NO_COPY_CLASS (SYMBOL_FILEDLG_SAVE_AS)
 

Private Attributes

SYMBOL_SAVEAS_TYPE m_option = SYMBOL_SAVEAS_TYPE::NORMAL_SAVE_AS
 
wxFileDialogRadioButton * m_simpleSaveAs = nullptr
 
wxFileDialogRadioButton * m_replaceTableEntry = nullptr
 
wxFileDialogRadioButton * m_addGlobalTableEntry = nullptr
 
wxFileDialogRadioButton * m_addProjectTableEntry = nullptr
 

Detailed Description

Definition at line 26 of file symbol_filedlg_save_as.h.

Constructor & Destructor Documentation

◆ SYMBOL_FILEDLG_SAVE_AS()

SYMBOL_FILEDLG_SAVE_AS::SYMBOL_FILEDLG_SAVE_AS ( SYMBOL_SAVEAS_TYPE  aOption)
inline

Definition at line 29 of file symbol_filedlg_save_as.h.

Member Function Documentation

◆ AddCustomControls()

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

◆ GetOption()

SYMBOL_SAVEAS_TYPE SYMBOL_FILEDLG_SAVE_AS::GetOption ( ) const
inline

Definition at line 67 of file symbol_filedlg_save_as.h.

References m_option.

Referenced by SYMBOL_EDIT_FRAME::saveLibrary().

◆ TransferDataFromCustomControls()

virtual void SYMBOL_FILEDLG_SAVE_AS::TransferDataFromCustomControls ( )
inlineoverridevirtual

◆ wxDECLARE_NO_COPY_CLASS()

SYMBOL_FILEDLG_SAVE_AS::wxDECLARE_NO_COPY_CLASS ( SYMBOL_FILEDLG_SAVE_AS  )
private

Member Data Documentation

◆ m_addGlobalTableEntry

wxFileDialogRadioButton* SYMBOL_FILEDLG_SAVE_AS::m_addGlobalTableEntry = nullptr
private

Definition at line 74 of file symbol_filedlg_save_as.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_addProjectTableEntry

wxFileDialogRadioButton* SYMBOL_FILEDLG_SAVE_AS::m_addProjectTableEntry = nullptr
private

Definition at line 75 of file symbol_filedlg_save_as.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_option

SYMBOL_SAVEAS_TYPE SYMBOL_FILEDLG_SAVE_AS::m_option = SYMBOL_SAVEAS_TYPE::NORMAL_SAVE_AS
private

◆ m_replaceTableEntry

wxFileDialogRadioButton* SYMBOL_FILEDLG_SAVE_AS::m_replaceTableEntry = nullptr
private

Definition at line 73 of file symbol_filedlg_save_as.h.

Referenced by AddCustomControls(), and TransferDataFromCustomControls().

◆ m_simpleSaveAs

wxFileDialogRadioButton* SYMBOL_FILEDLG_SAVE_AS::m_simpleSaveAs = nullptr
private

Definition at line 72 of file symbol_filedlg_save_as.h.

Referenced by AddCustomControls().


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